Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c50 #ifndef PICO_PRINTF_FTOA_BUFFER_SIZE
51 #define PICO_PRINTF_FTOA_BUFFER_SIZE 32U macro
324 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