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