Home
last modified time | relevance | path

Searched refs:iter_count (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Dbasic_test.cc101 size_t iter_count = 0; in BM_KeepRunning() local
102 assert(iter_count == state.iterations()); in BM_KeepRunning()
104 ++iter_count; in BM_KeepRunning()
106 assert(iter_count == state.iterations()); in BM_KeepRunning()
113 size_t iter_count = 0; in BM_KeepRunningBatch() local
115 iter_count += batch_size; in BM_KeepRunningBatch()
117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch()
122 size_t iter_count = 0; in BM_RangedFor() local
124 ++iter_count; in BM_RangedFor()
126 assert(iter_count == state.max_iterations); in BM_RangedFor()
/external/llvm-project/llvm/utils/benchmark/test/
Dbasic_test.cc101 size_t iter_count = 0; in BM_KeepRunning() local
102 assert(iter_count == state.iterations()); in BM_KeepRunning()
104 ++iter_count; in BM_KeepRunning()
106 assert(iter_count == state.iterations()); in BM_KeepRunning()
113 size_t iter_count = 0; in BM_KeepRunningBatch() local
115 iter_count += batch_size; in BM_KeepRunningBatch()
117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch()
122 size_t iter_count = 0; in BM_RangedFor() local
124 ++iter_count; in BM_RangedFor()
126 assert(iter_count == state.max_iterations); in BM_RangedFor()
/external/llvm-project/libcxx/utils/google-benchmark/test/
Dbasic_test.cc101 size_t iter_count = 0; in BM_KeepRunning() local
102 assert(iter_count == state.iterations()); in BM_KeepRunning()
104 ++iter_count; in BM_KeepRunning()
106 assert(iter_count == state.iterations()); in BM_KeepRunning()
113 size_t iter_count = 0; in BM_KeepRunningBatch() local
115 iter_count += batch_size; in BM_KeepRunningBatch()
117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch()
122 size_t iter_count = 0; in BM_RangedFor() local
124 ++iter_count; in BM_RangedFor()
126 assert(iter_count == state.max_iterations); in BM_RangedFor()
/external/google-benchmark/test/
Dbasic_test.cc101 benchmark::IterationCount iter_count = 0; in BM_KeepRunning() local
102 assert(iter_count == state.iterations()); in BM_KeepRunning()
104 ++iter_count; in BM_KeepRunning()
106 assert(iter_count == state.iterations()); in BM_KeepRunning()
113 benchmark::IterationCount iter_count = 0; in BM_KeepRunningBatch() local
115 iter_count += batch_size; in BM_KeepRunningBatch()
117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch()
122 benchmark::IterationCount iter_count = 0; in BM_RangedFor() local
124 ++iter_count; in BM_RangedFor()
126 assert(iter_count == state.max_iterations); in BM_RangedFor()
/external/wpa_supplicant_8/src/tls/
Dpkcs5.c28 unsigned int iter_count; member
199 params->iter_count = *hdr.payload; in pkcs5_get_params_pbes2()
201 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params_pbes2()
203 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params_pbes2()
211 params->iter_count); in pkcs5_get_params_pbes2()
212 if (params->iter_count == 0 || params->iter_count > 0xffff) { in pkcs5_get_params_pbes2()
214 params->iter_count); in pkcs5_get_params_pbes2()
360 params->iter_count = *hdr.payload; in pkcs5_get_params()
362 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params()
364 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_phi_builder.c41 unsigned iter_count; member
109 pb->iter_count = 0; in nir_phi_builder_create()
133 pb->iter_count++; in nir_phi_builder_add_value()
136 if (pb->work[i] < pb->iter_count) in nir_phi_builder_add_value()
138 pb->work[i] = pb->iter_count; in nir_phi_builder_add_value()
163 if (pb->work[next->index] < pb->iter_count) { in nir_phi_builder_add_value()
164 pb->work[next->index] = pb->iter_count; in nir_phi_builder_add_value()
/external/llvm-project/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cpp21 static int iter_count = 100000; variable
322 for (int i = 0; i < iter_count; i++) { in Test10_Thread()
348 for (int i = 0; i < iter_count; i++) { in Test11_Thread()
373 for (int i = 0; i < iter_count; i++) { in Test12_Thread()
396 for (int i = 0; i < iter_count; i++) { in Test13_Thread()
496 for (size_t i = 0; i < iter_count / 100; i++) { in Test18_Thread()
543 void Lock1_Loop_0() { Lock1_Loop(0, iter_count); } in Lock1_Loop_0()
544 void Lock1_Loop_1() { Lock1_Loop(10, iter_count); } in Lock1_Loop_1()
545 void Lock1_Loop_2() { Lock1_Loop(20, iter_count); } in Lock1_Loop_2()
555 for (size_t it = 0; it <= iter_count; it++) { in CreateAndDestroyLocksLoop()
[all …]
/external/compiler-rt/test/tsan/
Ddeadlock_detector_stress_test.cc21 static int iter_count = 100000; variable
322 for (int i = 0; i < iter_count; i++) { in Test10_Thread()
348 for (int i = 0; i < iter_count; i++) { in Test11_Thread()
373 for (int i = 0; i < iter_count; i++) { in Test12_Thread()
396 for (int i = 0; i < iter_count; i++) { in Test13_Thread()
496 for (size_t i = 0; i < iter_count / 100; i++) { in Test18_Thread()
543 void Lock1_Loop_0() { Lock1_Loop(0, iter_count); } in Lock1_Loop_0()
544 void Lock1_Loop_1() { Lock1_Loop(10, iter_count); } in Lock1_Loop_1()
545 void Lock1_Loop_2() { Lock1_Loop(20, iter_count); } in Lock1_Loop_2()
555 for (size_t it = 0; it <= iter_count; it++) { in CreateAndDestroyLocksLoop()
[all …]
/external/rust/crates/itertools/src/adaptors/
Dmulti_product.rs209 let iter_count = self.0.len(); in last() localVariable
216 if lasts.len() == iter_count { in last()
/external/rust/crates/criterion/src/
Dreport.rs344 iter_count: u64
529 iter_count: u64, in measurement_start()
533 format!("{} iterations", iter_count) in measurement_start()
535 format::iter_count(iter_count) in measurement_start()
Dformat.rs53 pub fn iter_count(iterations: u64) -> String { in iter_count() function
Droutine.rs148 iter_count: total_iters, in sample()
Dconnection.rs251 iter_count: u64,
/external/mesa3d/src/panfrost/bifrost/
Dbi_ra.c350 unsigned iter_count = 100; /* max iterations */ in bi_register_allocate() local
383 } while(!success && ((iter_count--) > 0)); in bi_register_allocate()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c960 int iter_count = 1000; /* max iterations */ in mir_ra() local
990 } while(spilled && ((iter_count--) > 0)); in mir_ra()
992 if (iter_count <= 0) { in mir_ra()
/external/rust/crates/itertools/tests/
Dquick.rs200 iter_count: u32, field
208 if self.iter_count == 0 { in next()
216 self.iter_count -= 1; in next()
236 let iter_count = g.gen_range(0, MAX_ITER_COUNT + 1); in arbitrary() localVariable
244 iter_count, in arbitrary()
423 let a = ShiftRange { iter_count: 3, ..a };