Searched refs:num_iters (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_benchmarks.cc | 55 FuncOutput operator()(const FuncInput num_iters) const { in operator ()() 56 for (size_t i = 0; i < num_iters; ++i) { in operator ()() 70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()() 72 for (size_t i = 0; i < num_iters; ++i) { in operator ()() 85 FuncOutput operator()(const FuncInput num_iters) const { in operator ()() 86 for (size_t i = 0; i < num_iters - 1; ++i) { in operator ()()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_cs_tpool.c | 131 lp_cs_tpool_task_func work, void *data, int num_iters) in lp_cs_tpool_queue_task() 139 for (unsigned t = 0; t < num_iters; t++) { in lp_cs_tpool_queue_task() 152 task->iter_total = num_iters; in lp_cs_tpool_queue_task() 154 task->iter_per_thread = num_iters / pool->num_threads; in lp_cs_tpool_queue_task() 155 task->iter_remainder = num_iters % pool->num_threads; in lp_cs_tpool_queue_task() 130 lp_cs_tpool_queue_task(struct lp_cs_tpool *pool, lp_cs_tpool_task_func work, void *data, int num_iters) lp_cs_tpool_queue_task() argument
|
H A D | lp_cs_tpool.h | 78 void *data, int num_iters);
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-multithread.c | 38 static int num_iters = 200; variable 85 for (i = 0; i < num_iters; i++) in thread_func() 133 num_iters = atoi (argv[3]); in main()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | shader-leak.c | 17 static int num_iters = 100; variable 149 printf("Creating %d shaders\n", num_iters); in draw() 151 for (i = 0; i < num_iters; i++) { in draw() 275 num_iters = atoi(argv[1]); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace07.c | 62 const unsigned long num_iters = 1000000000; in check_regs_loop() local 78 : "r" (num_iters) : "rax", "rbx", "xmm0"); in check_regs_loop()
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 183 IterationCount num_iters = std::strtol(value.c_str(), &p_end, 10); in ParseBenchMinTime() local 192 ret.iters = num_iters; in ParseBenchMinTime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 1184 // Collect total ProbeStats on num_iters iterations of the following algorithm: 1189 const std::vector<int64_t>& keys, size_t num_iters) { in CollectProbeStatsOnKeysXoredWithSeed() 1195 while (num_iters--) { in CollectProbeStatsOnKeysXoredWithSeed() 1275 // Collect total ProbeStats on num_iters iterations of the following algorithm: 1280 const std::vector<int64_t>& keys, size_t num_iters) { in CollectProbeStatsOnLinearlyTransformedKeys() 1287 while (num_iters--) { in CollectProbeStatsOnLinearlyTransformedKeys() 1188 CollectProbeStatsOnKeysXoredWithSeed( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnKeysXoredWithSeed() argument 1279 CollectProbeStatsOnLinearlyTransformedKeys( const std::vector<int64_t>& keys, size_t num_iters) CollectProbeStatsOnLinearlyTransformedKeys() argument
|
Completed in 7 milliseconds