Home
last modified time | relevance | path

Searched refs:howmany (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dparam.h49 #ifndef howmany
50 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/bionic/libc/stdio/
Dprintf_common.h153 #define PAD(howmany, with) \ argument
155 if ((n = (howmany)) > 0) { \