Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwprintf.cpp631 PRINTANDPAD(cp, convbuf + ndig, lead, zeroes); in FUNCTION_NAME()
635 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes); in FUNCTION_NAME()
Dvfprintf.cpp642 PRINTANDPAD(cp, dtoaend, lead, zeroes); in FUNCTION_NAME()
646 PRINTANDPAD(cp, dtoaend, prec, zeroes); in FUNCTION_NAME()
Dprintf_common.h164 #define PRINTANDPAD(p, ep, len, with) \ macro