Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGen/WebAssembly/
H A Dbuiltins-table.c43 int test_builtin_wasm_table_grow(__externref_t ref, int nelem) { in test_builtin_wasm_table_grow()
53 void test_builtin_wasm_table_fill(int index, __externref_t ref, int nelem) { in test_builtin_wasm_table_fill()
65 void test_table_copy(int dst_idx, int src_idx, int nelem) { in test_table_copy()
/llvm-project/clang/test/Sema/
H A Dbuiltins-wasm.c33 void test_table_fill(int index, __externref_t ref, int nelem) { in test_table_fill()
43 void test_table_copy(int dst_idx, int src_idx, int nelem) { in test_table_copy()
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc847 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp174 void *kmp_calloc(size_t nelem, size_t elsize) { in kmp_calloc()
H A Dkmp_alloc.cpp1131 void *kmpc_calloc(size_t nelem, size_t elsize) { in kmpc_calloc()
1194 void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem, in ___kmp_thread_calloc()
H A Dkmp_ftn_entry.h1340 void *FTN_STDCALL FTN_CALLOC(size_t KMP_DEREF nelem, size_t KMP_DEREF elsize) { in FTN_CALLOC() argument
H A Dkmp_settings.cpp3529 int nelem = 1; in __kmp_stg_parse_proc_bind() local
3609 int nelem = __kmp_nested_proc_bind.used; in __kmp_stg_print_proc_bind() local
H A Dkmp.h3787 #define __kmp_thread_calloc(th, nelem, elsize) \ argument