Searched refs:PICO_PRINTF_FTOA_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
50 #ifndef PICO_PRINTF_FTOA_BUFFER_SIZE51 #define PICO_PRINTF_FTOA_BUFFER_SIZE 32U macro324 char buf[PICO_PRINTF_FTOA_BUFFER_SIZE]; in _ftoa()362 while ((len < PICO_PRINTF_FTOA_BUFFER_SIZE) && (prec > 9U)) { in _ftoa()395 while (len < PICO_PRINTF_FTOA_BUFFER_SIZE) { in _ftoa()403 while ((len < PICO_PRINTF_FTOA_BUFFER_SIZE) && (count-- > 0U)) { in _ftoa()406 if (len < PICO_PRINTF_FTOA_BUFFER_SIZE) { in _ftoa()413 while (len < PICO_PRINTF_FTOA_BUFFER_SIZE) { in _ftoa()425 while ((len < width) && (len < PICO_PRINTF_FTOA_BUFFER_SIZE)) { in _ftoa()430 if (len < PICO_PRINTF_FTOA_BUFFER_SIZE) { in _ftoa()
Completed in 3 milliseconds