Searched refs:howmany (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ | ||
H A D | param.h | 27 #define howmany(n,d) (((n)+((d)-1))/(d))
macro 28 #define roundup(n,d) (howmany(n,d)*(d)) |
Completed in 1 milliseconds