Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c70 int first_of_chunk = 0; in stdio_out_chars_crlf() local
75 if (i > first_of_chunk) { in stdio_out_chars_crlf()
76 driver->out_chars(&s[first_of_chunk], i - first_of_chunk); in stdio_out_chars_crlf()
79 first_of_chunk = i + 1; in stdio_out_chars_crlf()
82 if (first_of_chunk < len) { in stdio_out_chars_crlf()
83 driver->out_chars(&s[first_of_chunk], len - first_of_chunk); in stdio_out_chars_crlf()

Completed in 4 milliseconds