Searched defs:MOD_INC (Results 1 – 2 of 2) sorted by relevance
23 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) macro
19 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) macro