Searched refs:tstop (Results 1 – 10 of 10) sorted by relevance
/external/pffft/ |
D | bench_mixers.c | 130 double t0, t1, tstop, T, nI; in bench_shift_math_cc() local 144 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_math_cc() 151 } while ( t1 < tstop && off + B < N ); in bench_shift_math_cc() 165 double t0, t1, tstop, T, nI; in bench_shift_table_cc() local 182 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_table_cc() 190 } while ( t1 < tstop && off + B < N ); in bench_shift_table_cc() 203 double t0, t1, tstop, T, nI; in bench_shift_addfast() local 218 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_addfast() 226 } while ( t1 < tstop && off + B < N ); in bench_shift_addfast() 239 double t0, t1, tstop, T, nI; in bench_shift_addfast_inp() local [all …]
|
D | bench_pffft.c | 476 double t0, t1, tstop, T, nI; 489 tstop = t0 + 0.25; /* benchmark duration: 250 ms */ 497 } while ( t1 < tstop ); 521 double te, t0, t1, tstop, flops, Tfastest; 558 tstop = t0 + max_test_duration; 578 } while ( t1 < tstop ); 604 tstop = t0 + max_test_duration; 624 } while ( t1 < tstop ); 660 tstop = t0 + max_test_duration; 672 } while ( t1 < tstop ); [all …]
|
D | test_pffastconv.c | 466 double t0, t1, tstop, td, tdref; 609 tstop = t0 + 0.25; /* benchmark duration: 250 ms */ 626 } while ( t1 < tstop );
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | so_txtime.c | 95 int64_t tstop, texpect; in do_recv_one() local 105 tstop = (gettime_ns() - glob_tstart) / 1000; in do_recv_one() 109 rbuf[0], (long long)tstop, (long long)texpect); in do_recv_one() 114 if (labs(tstop - texpect) > cfg_variance_us) in do_recv_one()
|
D | msg_zerocopy.c | 469 int64_t tstop = gettimeofday_ms() + cfg_waittime_ms; in do_recv_remaining_completions() local 472 gettimeofday_ms() < tstop) { in do_recv_remaining_completions() 492 uint64_t tstop; in do_tx() local 546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx() 558 } while (gettimeofday_ms() < tstop); in do_tx() 655 uint64_t tstop; in do_rx() local 660 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx() 669 } while (gettimeofday_ms() < tstop); in do_rx()
|
D | udpgso_bench_tx.c | 612 unsigned long tnow, treport, tstop; in main() local 659 tstop = tnow + cfg_runtime_ms; in main() 690 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 247 struct timeval tstart, tstop, tremain, time2wait; in nanosleep() local 254 (void) gettimeofday (&tstop, NULL); in nanosleep() 257 (tstop.tv_sec - tstart.tv_sec); in nanosleep() 259 (tstop.tv_usec - tstart.tv_usec); in nanosleep()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_flow_dissector.c | 513 unsigned long tstop, treport, tcur; in do_main() local 525 tstop = tcur + (cfg_num_secs * 1000); in do_main() 536 if (tcur >= tstop) in do_main() 552 tstop = util_gettime() + 100; in do_main() 555 if (tcur >= tstop) in do_main() 558 do_poll(fdr, POLLIN, tstop - tcur); in do_main()
|
/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | condtion-codes.s | 62 b.tstop lbl
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cf-opt-memops.mir | 14 @.str.14 = private unnamed_addr constant [6 x i8] c"tstop\00", align 1
|