Home
last modified time | relevance | path

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

/dflybsd-src/contrib/elftoolchain/common/
H A D_elftc.h377 #define roundup2 roundup macro
421 #define roundup2 roundup macro
480 #define roundup2 roundup macro
/dflybsd-src/sys/sys/
H A Dparam.h390 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/dflybsd-src/contrib/tcpdump/
H A Dnetdissect.h114 #define roundup2(x, y) (((x)+((u_int)((y)-1)))&(~((u_int)((y)-1)))) macro