Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dcompat.h57 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/f-stack/freebsd/sys/
H A Dparam.h310 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro