Searched refs:num_runs (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 8 num_runs=5 59 num_runs=$nruns 62 num_runs=3 65 if (($num_runs < 1)) ; then 70 if (($num_runs > 10)) ; then 72 num_runs=10 87 (( single_runs *= $num_runs )) 88 (( half_runs *= $num_runs )) 89 (( opti_runs *= $num_runs )) 90 (( max_runs *= $num_runs )) [all …]
|
/third_party/json/test/thirdparty/Fuzzer/afl/ |
D | afl_driver.cpp | 266 int num_runs = 0; in main() local 279 num_runs++; in main() 294 fprintf(stderr, "%s: successfully executed %d input(s)\n", argv[0], num_runs); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1643 uint32_t initial_seed, uint32_t num_runs) { in RunFuzzerAndReplayer() argument 1666 for (uint32_t seed = initial_seed; seed < initial_seed + num_runs; seed++) { in RunFuzzerAndReplayer()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1643 uint32_t initial_seed, uint32_t num_runs) { in RunFuzzerAndReplayer() argument 1666 for (uint32_t seed = initial_seed; seed < initial_seed + num_runs; seed++) { in RunFuzzerAndReplayer()
|
/third_party/spirv-tools/test/fuzz/ |
D | fuzzer_replayer_test.cpp | 1626 uint32_t initial_seed, uint32_t num_runs) { in RunFuzzerAndReplayer() argument 1649 for (uint32_t seed = initial_seed; seed < initial_seed + num_runs; seed++) { in RunFuzzerAndReplayer()
|
/third_party/grpc/tools/run_tests/ |
D | run_tests.py | 1788 num_runs = len(list_of_results) # By default, there is 1 run per JobResult. 1792 num_runs += jobresult.retries 1795 return num_runs, num_failures 1905 num_runs, num_failures = _calculate_num_runs_failures(v) 1907 if num_failures == num_runs: # what about infinite_runs??? 1912 (k, num_failures, num_runs),
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 815 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape() local 816 DEBUG_MSG (CORETEXT, nullptr, "Num runs: %d", num_runs); in _hb_coretext_shape() 835 for (unsigned int i = 0; i < num_runs; i++) in _hb_coretext_shape()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-coretext.cc | 896 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape() local 897 DEBUG_MSG (CORETEXT, nullptr, "Num runs: %d", num_runs); in _hb_coretext_shape() 916 for (unsigned int i = 0; i < num_runs; i++) in _hb_coretext_shape()
|
/third_party/harfbuzz/src/ |
D | hb-coretext.cc | 858 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape() local 859 DEBUG_MSG (CORETEXT, nullptr, "Num runs: %d", num_runs); in _hb_coretext_shape() 878 for (unsigned int i = 0; i < num_runs; i++) in _hb_coretext_shape()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30505 DEBUG_MSG (CORETEXT, nullptr, "Num runs: %d", num_runs);
|