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

/haiku-fatelf/headers/private/firewire/
H A Dfwglue.h27 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ macro
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h57 #define roundup2(x, y) (((x) + ((y) - 1)) & (~((y) - 1))) macro

Completed in 50 milliseconds