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

/freebsd-10-stable/sys/sys/
H A Dparam.h292 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro

Completed in 33 milliseconds