| /src/sys/arch/mips/mips/ |
| mips_mcclock.c | 55 unsigned mips_mcclock_to_mhz(unsigned iters); 83 int iters = 0; local 108 iters = (*tickpollfn)(mcclock_addr, clockmask); 121 mips_options.mips_cpu_mhz = mips_mcclock_to_mhz(iters); 124 printf("mcclock: iters %d computed MHz %d, instrs per usec=%d\n", 125 iters, mips_options.mips_cpu_mhz, cpuspeed); 127 return (iters); 143 int iters; local 162 iters = mips_mcclock_loop_with_clock(clockmask); 164 iters = mips_mcclock_loop_without_clock(clockmask) [all...] |
| /src/tests/kernel/ |
| t_filedesc.c | 74 int i, iters; local 87 if (atf_tc_has_config_var(tc, "iters")) 88 iters = atoi(atf_tc_get_config_var(tc, "iters")); 90 iters = DEFAULT_ITERATIONS; 93 for (i = 0; i < iters; i++) {
|
| /src/external/bsd/jemalloc/dist/test/stress/ |
| hookbench.c | 20 malloc_free_loop(int iters) { 21 for (int i = 0; i < iters; i++) { 28 test_hooked(int iters) { 43 malloc_free_loop(iters); 56 test_unhooked(int iters) { 59 malloc_free_loop(iters); 69 int iters = 10 * 1000 * 1000; local 70 malloc_printf("Benchmarking hooks with %d iterations:\n", iters); 71 test_hooked(iters); 72 test_unhooked(iters); [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-iouring-pollhup.c | 38 static int iters; variable 68 if (++iters == 1) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| tspeed.c | 44 int iters; variable 70 iters = init_iters; 81 if (iters > max_iters) 92 iters *= 2; 93 printf ("Doubled iterations to %d\n", iters); 122 for (i = 0; i < iters; ++i) 136 for (i = 0; i < iters; ++i) 155 total1, total2, idelta, iters); 166 nsdelta = (((unsigned long long) idelta) * 1000) / iters; 171 ((int) (((unsigned long long) total1) * 1000) / iters)); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| tspeed.c | 44 int iters; variable 70 iters = init_iters; 81 if (iters > max_iters) 92 iters *= 2; 93 printf ("Doubled iterations to %d\n", iters); 122 for (i = 0; i < iters; ++i) 136 for (i = 0; i < iters; ++i) 155 total1, total2, idelta, iters); 166 nsdelta = (((unsigned long long) idelta) * 1000) / iters; 171 ((int) (((unsigned long long) total1) * 1000) / iters)); [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark_runner.cc | 108 void RunInThread(const BenchmarkInstance* b, size_t iters, int thread_id, 111 State st = b->Run(iters, thread_id, &timer, manager); 138 iters(has_explicit_iteration_count ? b.iterations : 1) { 184 size_t iters; // preserved between repetitions! member in class:benchmark::internal::__anon3652::BenchmarkRunner 190 size_t iters; member in struct:benchmark::internal::__anon3652::BenchmarkRunner::IterationResults 194 VLOG(2) << "Running " << b.name << " for " << iters << "\n"; 201 pool[ti] = std::thread(&RunInThread, &b, iters, static_cast<int>(ti + 1), 207 RunInThread(&b, iters, 0, manager.get()); 231 i.iters = iters; [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| benchmark.cc | 162 size_t iters, int thread_id, 165 State st(iters, b->arg, thread_id, b->threads, &timer, manager); 190 size_t iters = has_explicit_iteration_count ? b.iterations : 1; local 203 VLOG(2) << "Running " << b.name << " for " << iters << "\n"; 207 pool[ti] = std::thread(&RunInThread, &b, iters, 210 RunInThread(&b, iters, 0, manager.get()); 242 || iters >= kMaxIterations // No chance to try again, we hit the limit. 268 double next_iters = std::max(multiplier * iters, iters + 1.0); 272 VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n" [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_entry_from_file.c | 855 int count, do_fiemap, iters; local 892 for (iters = 0; ; ++iters) { 903 if (iters == 0) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| pkcs12_format_test.c | 2372 static const int iters[] = { variable 2496 enc.iter = iters[z]; 2593 mac.iter = iters[z]; 3658 ADD_ALL_TESTS(test_single_key_enc_iter, OSSL_NELEM(iters)); 3662 ADD_ALL_TESTS(test_single_cert_mac_iter, OSSL_NELEM(iters));
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| pkcs12_format_test.c | 297 static const int iters[] = { variable 422 enc.iter = iters[z]; 519 mac.iter = iters[z]; 946 ADD_ALL_TESTS(test_single_key_enc_iter, OSSL_NELEM(iters)); 950 ADD_ALL_TESTS(test_single_cert_mac_iter, OSSL_NELEM(iters));
|
| /src/sys/external/bsd/drm2/dist/drm/i810/ |
| i810_dma.c | 250 int iters = 0; local 266 iters++; 276 return iters;
|
| /src/crypto/external/bsd/openssh/dist/ |
| umac.c | 578 UWORD iters = num_bytes / bpw; local 584 } while (--iters); 593 } while (--iters);
|
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| zwrapbench.c | 957 { U32 const iters = readU32FromChar(&argument); local 959 BMK_SetNbIterations(iters);
|
| /src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| bpf.cc | 1238 unsigned iters, unsigned remainder) 1243 for (unsigned int i = 0; i < iters; i++) 1326 unsigned iters = size_bytes >> ceil_log2 (align); local 1345 emit_move_loop (src, dst, mode, size_bytes, -inc, iters, remainder); 1352 emit_move_loop (src, dst, mode, 0, inc, iters, remainder); 1410 unsigned iters = size_bytes >> ceil_log2 (align); local 1415 for (unsigned int i = 0; i < iters; i++)
|
| /src/external/bsd/zstd/dist/lib/decompress/ |
| huf_decompress.c | 757 /* We can safely run iters iterations before running bounds checks */ 758 size_t const iters = MIN(oiters, iiters); local 759 size_t const symbols = iters * 5; 763 * iters iterations, which only happens when op[3] == olimit. 1565 * iters loops before running out of input. 1567 size_t iters = (size_t)(ip[0] - ilowest) / 7; local 1574 iters = MIN(iters, oiters); 1578 * op[3] crosses olimit, we know we haven't executed iters 1579 * iterations yet. This saves us maintaining an iters counter [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 551 int iters = 0; 557 for (; chain && iters < max_iters; chain = chain->next, ++iters) 548 int iters = 0; local
|
| omp-expand.cc | 1541 tree iters; /* Number of steps. */ member in struct:oacc_collapse 1642 tree iters = force_gimple_operand_gsi (gsi, expr, true, NULL_TREE, local 1646 counts[ix].iters = iters; 1650 fold_convert (bound_type, iters)); 1691 tree mod = fold_convert (ivar_type, collapse->iters);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 551 int iters = 0; 557 for (; chain && iters < max_iters; chain = chain->next, ++iters) 548 int iters = 0; local
|
| omp-expand.cc | 1540 tree iters; /* Number of steps. */ member in struct:oacc_collapse 1641 tree iters = force_gimple_operand_gsi (gsi, expr, true, NULL_TREE, local 1645 counts[ix].iters = iters; 1649 fold_convert (bound_type, iters)); 1690 tree mod = fold_convert (ivar_type, collapse->iters);
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 2502 static int iters; local 2503 if (++iters > 100) 2504 iters = 0;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| frontend-passes.cc | 1205 gfc_iterator *iters[GFC_MAX_DIMENSIONS]; local 1278 if (iters[j] && iters[j]->var->symtree == start->symtree) 1281 iters[i] = NULL; 1285 iters[i] = stack_top->iter; 1291 iters[i] = NULL; 1310 iters[i] = stack_top->iter; 1326 if (iters[i]) 1328 gfc_expr *var = iters[i]->var; 1331 if (iters[j [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| frontend-passes.cc | 1205 gfc_iterator *iters[GFC_MAX_DIMENSIONS]; local 1278 if (iters[j] && iters[j]->var->symtree == start->symtree) 1281 iters[i] = NULL; 1285 iters[i] = stack_top->iter; 1291 iters[i] = NULL; 1310 iters[i] = stack_top->iter; 1326 if (iters[i]) 1328 gfc_expr *var = iters[i]->var; 1331 if (iters[j [all...] |
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 3267 int iters; local 3331 iters = ztest_random(5); 3332 for (int i = 0; i < iters; i++) { 3334 if (ztest_random(iters) == 0) 4796 int iters = 1000; local 4955 while (--iters != 0) { 6186 int iters = 0; local 6323 iters++; 6334 iters, 6392 kills, iters - kills, (100.0 * kills) / MAX(1, iters)) [all...] |