Searched defs:INCR (Results 1 – 4 of 4) sorted by relevance
54 #define INCR(counter) ++comp->stats.counter macro56 #define INCR(counter) macro
171 #define INCR(x) {(x)++; if ((x) >= MAX_DLREQS) (x) = 0; } macro
35 #define INCR(x) ((x)++) macro40 #define INCR(x) macro
148 #define INCR(_l, _sz) do { \ macro