Searched refs:first_of_chunk (Results 1 – 1 of 1) sorted by relevance
70 int first_of_chunk = 0; in stdio_out_chars_crlf() local75 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