Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c54 #define INCR(counter) ++comp->stats.counter macro
56 #define INCR(counter) macro
202 INCR(vjs_packets); in vj_compress_tcp()
226 INCR(vjs_searches); in vj_compress_tcp()
246 INCR(vjs_misses); in vj_compress_tcp()
454 INCR(vjs_compressed); in vj_compress_tcp()
483 INCR(vjs_errorin); in vj_uncompress_err()
505 INCR(vjs_errorin); in vj_uncompress_uncomp()
518 INCR(vjs_uncompressedin); in vj_uncompress_uncomp()
546 INCR(vjs_compressedin); in vj_uncompress_tcp()
[all …]
/titanic_41/usr/src/cmd/bc/
H A Dbc.y68 %token <cc> _WHILE _FOR NE LE GE INCR DECR
265 | LETTER INCR
267 | INCR LETTER
273 | LETTER '[' e ']' INCR
275 | INCR LETTER '[' e ']'
281 | SCALE INCR
283 | INCR SCALE
289 | BASE INCR
291 | INCR BASE
297 | OBASE INCR
[all …]
/titanic_41/usr/src/uts/common/io/
H A Ddrcompat.c171 #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()
/titanic_41/usr/src/cmd/oawk/
H A Dawk.g.y61 %left POSTINCR PREINCR POSTDECR PREDECR INCR DECR
190 | INCR var { $$ = op1(PREINCR, $2); }
192 | var INCR { $$= op1(POSTINCR, $1); }
H A Dawk.lx.l98 <A>"++" { yylval = INCR; RETURN(INCR); }
/titanic_41/usr/src/cmd/awk/
H A Dawk.g.y101 %right DECR INCR
360 | INCR var { $$ = op1(PREINCR, $2); }
362 | var INCR { $$ = op1(POSTINCR, $1); }
H A Dawk.lx.l123 <A>"++" { yylval.i = INCR; RET(INCR); }
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c254 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()
1045 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in assign_aggr_tid_seqno()
1096 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in arn_tx_send_ht_normal()
H A Darn_core.h148 #define INCR(_l, _sz) do { \ macro
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c35 #define INCR(x) ((x)++) macro
40 #define INCR(x) macro