Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h43 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h295 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro