| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | waitpkg.c | 15 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 D | concurrent_overflow.cpp | 11 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 D | ragged.cpp | 26 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 D | blake3_portable.c | 39 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 D | blake3_sse2.c | 91 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 D | blake3_sse41.c | 85 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 D | blake3_neon.c | 222 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 D | blake3_dispatch.c | 139 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 D | ranges_destroy.pass.cpp | 59 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 D | destroy_at.pass.cpp | 50 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 D | ranges_destroy_at.pass.cpp | 67 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 D | destroy.pass.cpp | 36 int counter = 0; in test_arrays() local 57 int counter = 0; in test_arrays() local 85 int counter = 0; in test() local
|
| H A D | destroy_n.pass.cpp | 36 int counter = 0; in test_arrays() local 58 int counter = 0; in test_arrays() local 87 int counter = 0; in test() local
|
| H A D | ranges_destroy_n.pass.cpp | 55 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 D | ranges.reverse.pass.cpp | 79 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 D | omp-sections03.f90 | 10 integer counter variable
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/static-initializers/ |
| H A D | main.cpp | 3 int counter = 0; variable
|
| /llvm-project-15.0.7/openmp/runtime/test/parallel/ |
| H A D | omp_nested.c | 19 int counter = 0; in test_omp_nested() local
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/ |
| H A D | main.c | 7 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 D | main.cpp | 6 int counter = 0; in thread_function() local
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Linux/ |
| H A D | fork_syscall.cpp | 8 int counter; variable
|
| H A D | check_preinit.cpp | 20 volatile int counter = 0; variable
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fork_deadlock.cpp | 7 int counter; variable
|
| /llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/ |
| H A D | dispatch_async.c | 19 __block CFIndex counter; in EnqueueStuff() local
|
| /llvm-project-15.0.7/compiler-rt/test/crt/ |
| H A D | ctor_dtor.c | 17 static int counter; variable
|