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

/freebsd-11.0-release/contrib/elftoolchain/common/
H A D_elftc.h377 #define roundup2 roundup macro
421 #define roundup2 roundup macro
480 #define roundup2 roundup macro
/freebsd-11.0-release/usr.sbin/pkg/
H A Dconfig.c46 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/freebsd-11.0-release/sys/sys/
H A Dparam.h297 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-802_11.c2322 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro

Completed in 196 milliseconds