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

/haiku/headers/private/firewire/
H A Dfwglue.h28 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ // ���x������y��������������� macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h81 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h40 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro

Completed in 34 milliseconds