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

/freebsd-current/sys/net/
H A Dslcompress.c53 #define INCR(counter) ++comp->counter; macro
55 #define INCR(counter) macro
182 INCR(sls_packets) function
203 INCR(sls_searches)
219 INCR(sls_misses)
390 INCR(sls_compressed)
481 INCR(sls_uncompressedin)
493 INCR(sls_compressedin)
509 INCR(sls_tossed)
586 INCR(sls_errori
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.h37 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
H A Dif_ath_rx_edma.c129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
225 INCR(i, re->m_fifolen);
498 INCR(re->m_fifo_head, re->m_fifolen);
867 INCR(re->m_fifo_tail, re->m_fifolen);
H A Dif_ath_tx_edma.c129 #define INCR(_l, _sz) (_l) ++; (_l) &= ((_sz) - 1) macro
H A Dif_ath_tx.c2732 INCR(tid->baw_tail, ATH_TID_MAX_BUFS);
2835 INCR(tap->txa_start, IEEE80211_SEQ_RANGE);
2836 INCR(tid->baw_head, ATH_TID_MAX_BUFS);
3017 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE);
3024 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE);
3028 INCR(ni->ni_txseqs[tid], IEEE80211_SEQ_RANGE);
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y92 %right DECR INCR
377 | INCR var { $$ = op1(PREINCR, $2); }
379 | var INCR { $$ = op1(POSTINCR, $1); }
H A Dlex.c288 input(); yylval.i = INCR; RET(INCR);
/freebsd-current/usr.bin/bc/
H A Dbc.y167 %nonassoc INCR DECR
625 | INCR named_expression
635 | named_expression INCR
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c158 #define INCR 10000 macro
159 int thresh_incr = INCR;
164 int wep_thresh = INCR;

Completed in 89 milliseconds