Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dwaitpkg.c15 uint8_t test_umwait(uint32_t control, uint64_t counter) { in test_umwait()
21 uint8_t test_tpause(uint32_t control, uint64_t counter) { in test_tpause()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dconcurrent_overflow.cpp11 volatile int *counter = (volatile int *)arg; in start_routine() local
22 int i, counter = n_threads; in main() local
/llvm-project-15.0.7/flang/runtime/
H A Dragged.cpp26 for (std::int64_t counter{0}; counter < rank; ++counter) { in RaggedArrayAllocate() local
52 for (std::size_t counter{0u}; counter < end && linearExtent > 0; in RaggedArrayDeallocate() local
56 for (std::size_t counter{0u}; counter < linearExtent; ++counter) { in RaggedArrayDeallocate() local
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c39 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
86 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_portable()
102 uint8_t block_len, uint64_t counter, in blake3_compress_xof_portable()
126 const uint32_t key[8], uint64_t counter, in hash_one_portable()
147 uint64_t counter, bool increment_counter, in blake3_hash_many_portable()
H A Dblake3_sse2.c91 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
262 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_sse2()
272 uint8_t block_len, uint64_t counter, in blake3_compress_xof_sse2()
446 INLINE void load_counters(uint64_t counter, bool increment_counter, in load_counters()
461 const uint32_t key[8], uint64_t counter, in blake3_hash4_sse2()
522 const uint32_t key[8], uint64_t counter, in hash_one_sse2()
543 uint64_t counter, bool increment_counter, in blake3_hash_many_sse2()
H A Dblake3_sse41.c85 uint8_t block_len, uint64_t counter, uint8_t flags) { in compress_pre()
256 uint8_t block_len, uint64_t counter, in blake3_compress_in_place_sse41()
266 uint8_t block_len, uint64_t counter, in blake3_compress_xof_sse41()
440 INLINE void load_counters(uint64_t counter, bool increment_counter, in load_counters()
455 const uint32_t key[8], uint64_t counter, in blake3_hash4_sse41()
516 const uint32_t key[8], uint64_t counter, in hash_one_sse41()
537 uint64_t counter, bool increment_counter, in blake3_hash_many_sse41()
H A Dblake3_neon.c222 INLINE void load_counters4(uint64_t counter, bool increment_counter, in load_counters4()
235 const uint32_t key[8], uint64_t counter, in blake3_hash4_neon()
307 const uint32_t key[8], uint64_t counter, in hash_one_neon()
331 uint64_t counter, bool increment_counter, in blake3_hash_many_neon()
H A Dblake3_dispatch.c139 uint8_t block_len, uint64_t counter, in blake3_compress_in_place()
168 uint8_t block_len, uint64_t counter, uint8_t flags, in blake3_compress_xof()
196 size_t blocks, const uint32_t key[8], uint64_t counter, in blake3_hash_many()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Dranges_destroy.pass.cpp59 int counter = 0; in test() local
78 int counter = 0; in test() local
110 int counter = 0; in test_arrays() local
135 int counter = 0; in test_arrays() local
162 int counter = 0; in test_arrays() local
190 int counter = 0; in test_arrays() local
H A Ddestroy_at.pass.cpp50 int counter = 0; in test_arrays() local
68 int counter = 0; in test_arrays() local
91 int counter = 0; in test() local
112 int counter = 0; in test() local
H A Dranges_destroy_at.pass.cpp67 int counter = 0; in test() local
86 int counter = 0; in test() local
110 int counter = 0; in test_arrays() local
130 int counter = 0; in test_arrays() local
H A Ddestroy.pass.cpp36 int counter = 0; in test_arrays() local
57 int counter = 0; in test_arrays() local
85 int counter = 0; in test() local
H A Ddestroy_n.pass.cpp36 int counter = 0; in test_arrays() local
58 int counter = 0; in test_arrays() local
87 int counter = 0; in test() local
H A Dranges_destroy_n.pass.cpp55 int counter = 0; in test() local
86 int counter = 0; in test_arrays() local
112 int counter = 0; in test_arrays() local
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp79 int* counter; member
104 int counter = 0; in test() local
110 int counter = 0; in test() local
/llvm-project-15.0.7/flang/test/Semantics/OpenMP/
H A Domp-sections03.f9010 integer counter variable
/llvm-project-15.0.7/lldb/test/API/commands/expression/static-initializers/
H A Dmain.cpp3 int counter = 0; variable
/llvm-project-15.0.7/openmp/runtime/test/parallel/
H A Domp_nested.c19 int counter = 0; in test_omp_nested() local
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A Dmain.c7 for (int counter = 1;; counter++) { in main() local
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/
H A Dmain.cpp6 int counter = 0; in thread_function() local
/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dfork_syscall.cpp8 int counter; variable
H A Dcheck_preinit.cpp20 volatile int counter = 0; variable
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dfork_deadlock.cpp7 int counter; variable
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Ddispatch_async.c19 __block CFIndex counter; in EnqueueStuff() local
/llvm-project-15.0.7/compiler-rt/test/crt/
H A Dctor_dtor.c17 static int counter; variable

123