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