Searched refs:DECR (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/m4/TEST/ |
H A D | ack.m4 | 35 define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)', 36 `ack(DECR($1), ack($1,DECR($2)))')')
|
H A D | hanoi.m4 | 41 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
|
H A D | test.m4 | 39 define(DECR,`eval($1-1)') macro
|
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 92 %right DECR INCR 376 | DECR var { $$ = op1(PREDECR, $2); } 378 | var DECR { $$ = op1(POSTDECR, $1); }
|
H A D | lex.c | 291 input(); yylval.i = DECR; RET(DECR); in yylex()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro
|
H A D | if_ath_rx_edma.c | 130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro
|