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

/haiku/headers/private/firewire/
H A Dfwglue.h29 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h82 #define roundup2(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) macro
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c92 #define roundup2(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) macro

Completed in 39 milliseconds