Searched defs:rounddown2 (Results 1 - 1 of 1) sorted by relevance

/src/sys/sys/
H A Dparam.h452 #define rounddown2(x,m) ((x) & ~((__typeof__(x))((m) - 1))) macro

Completed in 3 milliseconds