Searched refs:PAD (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 310 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()
|
D | nano-vfprintf_i.c | 81 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()
|
D | nano-vfprintf_local.h | 170 #define PAD(howmany, ch) { \ macro 185 PAD((len) - (temp_n > 0 ? temp_n : 0), (ch)); \
|
D | vfwprintf.c | 470 #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 …]
|
D | vfprintf.c | 487 #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 …]
|