Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c182 const size_t start_idx = idx; in _out_rev() local
198 while (idx - start_idx < width) { in _out_rev()
539 const size_t start_idx = idx; in _etoa() local
551 while (idx - start_idx < width) out(' ', buffer, idx++, maxlen); in _etoa()