Searched defs:howmany (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/compatibility/bsd/sys/
H A Dparam.h31 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku/headers/posix/sys/
H A Dselect.h34 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/haiku/headers/private/firewire/
H A Dfwglue.h25 #define howmany(x, y) (((x)+((y)-1))/(y)) // x/y��������� macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h79 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c184 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h43 #define howmany(x, y) (((x)+((y)-1))/(y)) macro

Completed in 202 milliseconds