Home
last modified time | relevance | path

Searched defs:BUFFER_SIZE (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dstack-uas.c24 # define BUFFER_SIZE 0x800 macro
/llvm-project/openmp/runtime/test/affinity/format/
H A Dapi.c21 #define BUFFER_SIZE 1024 macro
H A Dapi2.c25 #define BUFFER_SIZE 1024 macro
H A Daffinity_values.c32 #define BUFFER_SIZE 1024 macro
H A Dfields_modifiers.c20 #define BUFFER_SIZE 1024 macro
H A Dfields_values.c35 #define BUFFER_SIZE 256 macro
/llvm-project/libc/test/src/stdio/
H A Dftell_test.cpp27 char buffer[BUFFER_SIZE]; in test_with_bufmode() local
/llvm-project/lldb/test/API/tools/lldb-dap/variables/
H A Dmain.cpp2 #define BUFFER_SIZE 16 macro
/llvm-project/libc/src/__support/
H A Dinteger_to_string.h207 static constexpr size_t BUFFER_SIZE = compute_buffer_size(); global() variable
/llvm-project/libc/test/src/__support/
H A Dfreelist_heap_test.cpp242 constexpr size_t BUFFER_SIZE = 4096; TEST() local
/llvm-project/clang/test/Analysis/
H A Dstd-c-library-functions-arg-constraints.c239 enum { BUFFER_SIZE = 1024 }; in ARR38_C_F() enumerator
/llvm-project/polly/lib/External/isl/imath/examples/
H A Dimcalc.c191 #define BUFFER_SIZE 16384 /* max. length of input values, in chars */ macro
/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp8746 static const int BUFFER_SIZE = 256; __kmp_aux_capture_affinity_field() local