Searched refs:INCR (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dslcompress.c54 #define INCR(counter) ++comp->counter; macro
56 #define INCR(counter) macro
189 INCR(sls_packets) function
210 INCR(sls_searches)
226 INCR(sls_misses)
398 INCR(sls_compressed)
500 INCR(sls_uncompressedin)
512 INCR(sls_compressedin)
528 INCR(sls_tossed)
605 INCR(sls_errori
[all...]
/freebsd-10.2-release/usr.bin/rs/
H A Drs.c105 #define INCR(ep) do { \ macro
159 INCR(ep); /* prepare for next entry */
177 INCR(ep); /* prepare for next entry */
184 INCR(ep);
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tx.h37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
H A Dif_ath_rx_edma.c127 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
206 INCR(i, re->m_fifolen);
404 INCR(re->m_fifo_head, re->m_fifolen);
777 INCR(re->m_fifo_tail, re->m_fifolen);
H A Dif_ath_tx.c2644 INCR(tid->baw_tail, ATH_TID_MAX_BUFS);
2747 INCR(tap->txa_start, IEEE80211_SEQ_RANGE);
2748 INCR(tid->baw_head, ATH_TID_MAX_BUFS);
2926 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE);
2930 INCR(ni->ni_txseqs[tid], IEEE80211_SEQ_RANGE);
4229 INCR(atid->baw_head, ATH_TID_MAX_BUFS);
4230 INCR(tap->txa_start, IEEE80211_SEQ_RANGE);
H A Dif_ath_tx_edma.c127 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
/freebsd-10.2-release/contrib/one-true-awk/
H A Dawkgram.y91 %right DECR INCR
369 | INCR var { $$ = op1(PREINCR, $2); }
371 | var INCR { $$ = op1(POSTINCR, $1); }
H A Dlex.c265 input(); yylval.i = INCR; RET(INCR);
/freebsd-10.2-release/usr.bin/bc/
H A Dbc.y170 %nonassoc INCR DECR
628 | INCR named_expression
638 | named_expression INCR
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c159 #define INCR 10000 macro
160 int thresh_incr = INCR;
165 int wep_thresh = INCR;

Completed in 95 milliseconds