/external/libcxx/utils/google-benchmark/test/ |
D | basic_test.cc | 101 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/ |
D | basic_test.cc | 101 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/ |
D | basic_test.cc | 101 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/ |
D | basic_test.cc | 101 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/ |
D | pkcs5.c | 28 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/ |
D | nir_phi_builder.c | 41 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/ |
D | deadlock_detector_stress_test.cpp | 21 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/ |
D | deadlock_detector_stress_test.cc | 21 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/ |
D | multi_product.rs | 209 let iter_count = self.0.len(); in last() localVariable 216 if lasts.len() == iter_count { in last()
|
/external/rust/crates/criterion/src/ |
D | report.rs | 344 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()
|
D | format.rs | 53 pub fn iter_count(iterations: u64) -> String { in iter_count() function
|
D | routine.rs | 148 iter_count: total_iters, in sample()
|
D | connection.rs | 251 iter_count: u64,
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 350 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/ |
D | midgard_ra.c | 960 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/ |
D | quick.rs | 200 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 };
|