Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/string/
H A Dmemset_test.cpp38 static constexpr size_t MAX_SIZE = 1024; TEST() local
H A Dmemcpy_test.cpp41 static constexpr size_t MAX_SIZE = 1024; TEST() local
/llvm-project/libc/fuzzing/stdio/
H A Dprintf_fixed_conv_fuzz.cpp23 constexpr int MAX_SIZE = 10000; variable
H A Dprintf_float_conv_fuzz.cpp21 constexpr int MAX_SIZE = 10000; variable