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

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c40 /* howmany(a,b) : how many elements of size b needed to hold all of a */
41 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
44 #define longsperbits(n) howmany(n, bitsperlong)
136 for (chunk = howmany(bmp->size, HEXCHUNKSZ) - 1; chunk >= 0; chunk--) {
/external/openssh/
H A Ddefines.h389 # define howmany(x,y) (((x)+((y)-1))/(y)) macro

Completed in 161 milliseconds