Home
last modified time | relevance | path

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

/stdio-common/
A Dvfprintf-internal.c379 enum { WORK_BUFFER_SIZE = 1000 / sizeof (CHAR_T) }; enumerator
957 WORK_BUFFER_SIZE * sizeof (CHAR_T));\
1200 CHAR_T work_buffer[WORK_BUFFER_SIZE]; in vfprintf()
1310 workend = work_buffer + WORK_BUFFER_SIZE; in vfprintf()
1842 CHAR_T *workend = work_buffer + WORK_BUFFER_SIZE; in printf_positional()

Completed in 837 milliseconds