Searched refs:INCR (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 52 #define INCR(counter) ++comp->stats.counter macro 54 #define INCR(counter) macro 200 INCR(vjs_packets); in vj_compress_tcp() 224 INCR(vjs_searches); in vj_compress_tcp() 244 INCR(vjs_misses); in vj_compress_tcp() 452 INCR(vjs_compressed); in vj_compress_tcp() 481 INCR(vjs_errorin); in vj_uncompress_err() 503 INCR(vjs_errorin); in vj_uncompress_uncomp() 516 INCR(vjs_uncompressedin); in vj_uncompress_uncomp() 544 INCR(vjs_compressedin); in vj_uncompress_tcp() [all …]
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 90 %token <cc> _WHILE _FOR NE LE GE INCR DECR 333 | LETTER INCR 337 | INCR LETTER 349 | LETTER '[' e ']' INCR 353 | INCR LETTER '[' e ']' 365 | SCALE INCR 369 | INCR SCALE 381 | BASE INCR 385 | INCR BASE 397 | OBASE INCR [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | drcompat.c | 171 #define INCR(x) {(x)++; if ((x) >= MAX_DLREQS) (x) = 0; } macro 269 INCR(dsp->dr_nlast); in drrput() 293 INCR(dsp->dr_nlast); in drrput() 357 INCR(dsp->dr_nfirst); in drwput()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 61 %left POSTINCR PREINCR POSTDECR PREDECR INCR DECR 190 | INCR var { $$ = op1(PREINCR, $2); } 192 | var INCR { $$= op1(POSTINCR, $1); }
|
H A D | awk.lx.l | 95 <A>"++" { yylval = INCR; RETURN(INCR); }
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 124 %right DECR INCR 402 | INCR var { $$ = op1(PREINCR, $2); } 404 | var INCR { $$ = op1(POSTINCR, $1); }
|
H A D | lex.c | 291 yylval.i = INCR; in yylex() 292 RET(INCR); in yylex()
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 254 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in arn_tx_update_baw() 255 INCR(tid->baw_head, ATH_TID_MAX_BUFS); in arn_tx_update_baw() 278 INCR(tid->baw_tail, ATH_TID_MAX_BUFS); in arn_tx_addto_baw() 1044 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in assign_aggr_tid_seqno() 1095 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in arn_tx_send_ht_normal()
|
H A D | arn_core.h | 148 #define INCR(_l, _sz) do { \ macro
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 38 #define INCR(x) ((x)++) macro 43 #define INCR(x) macro
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 1183 …\texttt{flags} & INCR\_SEQ\_CNT (continuously increasing SEQ\_CNT on receive) \newline CONF\_REQ (…
|