Searched defs:rounddown2 (Results 1 – 2 of 2) sorted by relevance
49 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
308 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro