Home
last modified time | relevance | path

Searched defs:BUFF_SIZE (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/src/string/
H A Dstrerror_r_test.cpp16 const size_t BUFF_SIZE = 128; in TEST() local
/llvm-project/libc/src/stdio/baremetal/
H A Dvprintf.cpp34 constexpr size_t BUFF_SIZE = 1024; global() variable
H A Dprintf.cpp36 constexpr size_t BUFF_SIZE = 1024; global() variable
/llvm-project/libc/src/stdio/printf_core/
H A Dvfprintf_internal.h72 constexpr size_t BUFF_SIZE = 1024; vfprintf_internal() local