Home
last modified time | relevance | path

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

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h45 #define roundup2(x,y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h297 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro