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

/bionic/libc/include/sys/
H A Dparam.h42 #ifndef howmany
43 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/bionic/tools/versioner/current/sys/
H A Dparam.h42 #ifndef howmany
43 #define howmany(x, y) (((x)+((y)-1))/(y)) macro

Completed in 72 milliseconds