Searched defs:roundup2 (Results 1 – 2 of 2) sorted by relevance
402 #define roundup2 roundup macro416 #define roundup2 roundup macro456 #define roundup2 roundup macro506 #define roundup2 roundup macro
451 #define roundup2(x,m) ((((x) - 1) | ((m) - 1)) + 1) macro