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

/freebsd-10-stable/usr.sbin/pkg/
H A Dconfig.c53 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/freebsd-10-stable/sys/sys/
H A Dparam.h294 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-802_11.c1706 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro

Completed in 157 milliseconds