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