Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dfields_values.c32 #define BUFFER_SIZE 256 macro
36 char buf[BUFFER_SIZE]; in get_integer()
37 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_integer()
38 check(needed < BUFFER_SIZE); in get_integer()
46 char buf[BUFFER_SIZE]; in get_string()
47 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_string()
48 check(needed < BUFFER_SIZE); in get_string()
H A Dfields_modifiers.c20 #define BUFFER_SIZE 1024 macro
22 char buf[BUFFER_SIZE];
26 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_string()
28 check(needed < BUFFER_SIZE); in get_string()
H A Dapi.c21 #define BUFFER_SIZE 1024 macro
24 char buf[BUFFER_SIZE]; in main()
29 needed = omp_get_affinity_format(buf, BUFFER_SIZE); in main()
H A Dapi2.c25 #define BUFFER_SIZE 1024 macro
28 char buf[BUFFER_SIZE]; in main()
36 needed = omp_get_affinity_format(buf, BUFFER_SIZE); in main()
H A Daffinity_values.c32 #define BUFFER_SIZE 1024 macro
34 char buf[BUFFER_SIZE];
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/variables/
H A Dmain.cpp2 #define BUFFER_SIZE 32 macro
6 int buffer[BUFFER_SIZE];
15 for (int i=0; i<BUFFER_SIZE; ++i) in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-arg-constraints.c221 enum { BUFFER_SIZE = 1024 }; in ARR38_C_F() enumerator
222 wchar_t wbuf[BUFFER_SIZE]; // bugpath-note{{'wbuf' initialized here}} in ARR38_C_F()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-init-statement-template.cpp5 template <unsigned int BUFFER_SIZE> class Buffer {};
/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c191 #define BUFFER_SIZE 16384 /* max. length of input values, in chars */ macro
479 if ((sp->ibuf = malloc(BUFFER_SIZE * sizeof(char))) == NULL) { in state_init()
496 sp->buflen = BUFFER_SIZE; in state_init()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp8551 static const int BUFFER_SIZE = 256; in __kmp_aux_capture_affinity_field() local
8552 char buf[BUFFER_SIZE]; in __kmp_aux_capture_affinity_field()
8553 __kmp_expand_host_name(buf, BUFFER_SIZE); in __kmp_aux_capture_affinity_field()
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2461 enum { BUFFER_SIZE = 1024 };
2462 wchar_t wbuf[BUFFER_SIZE];