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

/freebsd-11-stable/sys/net/
H A Dslcompress.c54 #define INCR(counter) ++comp->counter; macro
56 #define INCR(counter) macro
184 INCR(sls_packets) function
205 INCR(sls_searches)
221 INCR(sls_misses)
393 INCR(sls_compressed)
486 INCR(sls_uncompressedin)
498 INCR(sls_compressedin)
514 INCR(sls_tossed)
591 INCR(sls_errori
[all...]
/freebsd-11-stable/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-11-stable/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
218 INCR(i, re->m_fifolen);
462 INCR(re->m_fifo_head, re->m_fifolen);
832 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.c2639 INCR(tid->baw_tail, ATH_TID_MAX_BUFS);
2742 INCR(tap->txa_start, IEEE80211_SEQ_RANGE);
2743 INCR(tid->baw_head, ATH_TID_MAX_BUFS);
2921 INCR(ni->ni_txseqs[IEEE80211_NONQOS_TID], IEEE80211_SEQ_RANGE);
2925 INCR(ni->ni_txseqs[tid], IEEE80211_SEQ_RANGE);
/freebsd-11-stable/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-11-stable/usr.bin/bc/
H A Dbc.y170 %nonassoc INCR DECR
628 | INCR named_expression
638 | named_expression INCR
/freebsd-11-stable/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 199 milliseconds