Searched defs:COUNT (Results 1 – 4 of 4) sorted by relevance
51 #define COUNT(t) ((t)*8 + 4) macro
179 # define COUNT(x) ((x)++) macro181 # define COUNT(x) macro
247 # define COUNT(x) do { (x)++; } while (0) macro249 # define COUNT(x) do {} while (0) macro
1124 #define COUNT(t) ((t)<<6) /* counter */ macro