Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A 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()
/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c172 uint32_t start_idx = channel ? 0 : GPIOTE_CH_NUM; in channel_port_alloc() local
178 for (i = start_idx; i < end_idx; i++) in channel_port_alloc()

Completed in 6 milliseconds