Searched defs:_roundup2 (Results 1 – 2 of 2) sorted by relevance
43 #define _roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) macro
49 #define _roundup2( global() macro