Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dparam.h38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfprintf.c362 #define PAD(howmany, with) do { \ in __vfprintf() argument
363 if ((n = (howmany)) > 0) { \ in __vfprintf()
Dvfwprintf.c360 #define PAD(howmany, with) do { \ in __vfwprintf() argument
361 if ((n = (howmany)) > 0) { \ in __vfwprintf()