Searched defs:roundof (Results 1 – 3 of 3) sorted by relevance
56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
94 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro