Home
last modified time | relevance | path

Searched refs:DECR (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/m4/TEST/
H A Dack.m435 define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)',
36 `ack(DECR($1), ack($1,DECR($2)))')')
H A Dhanoi.m441 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
H A Dtest.m439 define(DECR,`eval($1-1)') macro
/freebsd/contrib/one-true-awk/
H A Dawkgram.y92 %right DECR INCR
376 | DECR var { $$ = op1(PREDECR, $2); }
378 | var DECR { $$ = op1(POSTDECR, $1); }
H A Dlex.c291 input(); yylval.i = DECR; RET(DECR); in yylex()
/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro
H A Dif_ath_rx_edma.c130 #define DECR(_l, _sz) (_l) --; (_l) &= ((_sz) - 1) macro