Searched defs:INCR_NEXTTAB (Results 1 – 2 of 2) sorted by relevance
152 #define INCR_NEXTTAB(x) (x = (x + 8) & ~7) macro
824 #define INCR_NEXTTAB(x) ((x + 8) & ~7) macro