Searched defs:roundup2 (Results 1 – 3 of 3) sorted by relevance
377 #define roundup2 roundup macro421 #define roundup2 roundup macro480 #define roundup2 roundup macro
390 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
114 #define roundup2(x, y) (((x)+((u_int)((y)-1)))&(~((u_int)((y)-1)))) macro