Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfprintf_float.c310 PAD (ndig - 1, pdata->zero); in _printf_float()
319 PAD (-expt, pdata->zero); in _printf_float()
348 PAD (ndig - 1, pdata->zero); in _printf_float()
358 PAD (pdata->width - realsz, pdata->blank); in _printf_float()
Dnano-vfprintf_i.c81 PAD (pdata->width - *realsz, pdata->blank); in _printf_common()
102 PAD (n, pdata->zero); in _printf_common()
248 PAD (pdata->width - realsz, pdata->blank); in _printf_i()
Dnano-vfprintf_local.h170 #define PAD(howmany, ch) { \ macro
185 PAD((len) - (temp_n > 0 ? temp_n : 0), (ch)); \
Dvfwprintf.c470 #define PAD(howmany, with) { \ in VFWPRINTF() macro
485 PAD((len) - (n > 0 ? n : 0), (with)); \ in VFWPRINTF()
498 #define PAD(howmany, with) { \ in VFWPRINTF() macro
513 PAD((len) - (n > 0 ? n : 0), (with)); \ in VFWPRINTF()
1413 PAD (width - realsz, blanks); in VFWPRINTF()
1423 PAD (width - realsz, zeroes); in VFWPRINTF()
1426 PAD (dprec - size, zeroes); in VFWPRINTF()
1439 PAD (ndig - 1, zeroes); in VFWPRINTF()
1445 PAD (-expt, zeroes); in VFWPRINTF()
1486 PAD (ndig - 1, zeroes); in VFWPRINTF()
[all …]
Dvfprintf.c487 #define PAD(howmany, with) { \ in VFPRINTF() macro
502 PAD((len) - (n > 0 ? n : 0), (with)); \ in VFPRINTF()
515 #define PAD(howmany, with) { \ in VFPRINTF() macro
530 PAD((len) - (n > 0 ? n : 0), (with)); \ in VFPRINTF()
1438 PAD (width - realsz, blanks); in VFPRINTF()
1448 PAD (width - realsz, zeroes); in VFPRINTF()
1451 PAD (dprec - size, zeroes); in VFPRINTF()
1464 PAD (ndig - 1, zeroes); in VFPRINTF()
1470 PAD (-expt, zeroes); in VFPRINTF()
1510 PAD (ndig - 1, zeroes); in VFPRINTF()
[all …]