Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A Dloop.awk22 loop_count++
37 if (loop_count > 0) {
38 loop_time /= loop_count
39 loop_time_rms = sqrt(loop_time_rms / loop_count - loop_time * loop_time)
40 loop_freq /= loop_count
41 loop_freq_rms = sqrt(loop_freq_rms / loop_count - loop_freq * loop_freq)
42 …printf "loop %d, %.0f+/-%.1f, rms %.1f, freq %.2f+/-%0.3f, var %.3f\n", loop_count, (loop_tmax + l…
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c197 ssize_t loop_count; in resolve_addr() local
266 for (loop_count = 0, loop_max = addr_len + 100; /* void */ ; loop_count++) { in resolve_addr()
273 if (loop_count > loop_max) { in resolve_addr()
275 addr, (long) loop_count); in resolve_addr()
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-list.h23 BENCHMARK_DECLARE (loop_count)
90 BENCHMARK_ENTRY (loop_count)
H A Dbenchmark-loop-count.c52 BENCHMARK_IMPL(loop_count) { in BENCHMARK_IMPL() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c2454 rtx loop_count; member
2569 begin->loop_count = recog_data.operand[1]; in pru_reorg_loop()
2618 machine_mode loop_mode = GET_MODE (loop->begin->loop_count); in pru_reorg_loop()
2620 emit_insn_before (gen_pruloophi (loop->begin->loop_count, label_ref), in pru_reorg_loop()
2624 rtx loop_rtx = gen_pruloopsi (loop->begin->loop_count, label_ref); in pru_reorg_loop()
2629 gcc_assert (CONST_INT_P (loop->begin->loop_count)); in pru_reorg_loop()
2630 gcc_assert (UBYTE_INT ( INTVAL (loop->begin->loop_count))); in pru_reorg_loop()
2631 rtx loop_rtx = gen_pruloopsi (loop->begin->loop_count, label_ref); in pru_reorg_loop()
2681 copy_rtx (begin->loop_count)); in pru_reorg_loop()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dbsearch.c164 size_t loop_count = 0; in bsearch_common() local
175 for (l = 0, r = rmax = sz, i = sz >> 1; i >= l && i < rmax; loop_count++) { in bsearch_common()
294 *loops = loop_count; in bsearch_common()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcall-rt-st.c126 void loop_count () { in loop_count() function
627 loop_count(); /* -finish2- */ in main()
H A Dcall-ar-st.c284 void loop_count () { in loop_count() function
1038 loop_count(); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc2570 rtx loop_count; member
2685 begin->loop_count = recog_data.operand[1]; in pru_reorg_loop()
2735 machine_mode loop_mode = GET_MODE (loop->begin->loop_count); in pru_reorg_loop()
2738 gcc_assert (CONST_INT_P (loop->begin->loop_count)); in pru_reorg_loop()
2739 gcc_assert (UBYTE_INT ( INTVAL (loop->begin->loop_count))); in pru_reorg_loop()
2743 loop_rtx = gen_pruloop (loop_mode, loop->begin->loop_count, label_ref); in pru_reorg_loop()
2791 copy_rtx (begin->loop_count)); in pru_reorg_loop()
/netbsd-src/lib/libcrypt/
H A Dcrypt.c749 int ks_inc, loop_count; in des_cipher() local
793 loop_count = 8; in des_cipher()
828 } while (--loop_count != 0); in des_cipher()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc1551 int64_t loop_count = 0; in sms_schedule() local
1598 count_init = const_iteration_count (count_reg, pre_header, &loop_count, in sms_schedule()
1605 loop_count); in sms_schedule()
1658 || (count_init && (loop_count <= stage_count)) in sms_schedule()
1667 fprintf (dump_file, "%" PRId64, loop_count); in sms_schedule()
1727 SET_SRC (single_set (count_init)) = GEN_INT (loop_count in sms_schedule()
H A Dpredict.cc1733 widest_int loop_count = wi::div_trunc (tem, in predict_iv_comparison() local
1762 ++loop_count; in predict_iv_comparison()
1765 if (wi::neg_p (loop_count)) in predict_iv_comparison()
1766 loop_count = 0; in predict_iv_comparison()
1767 if (loop_count == 0) in predict_iv_comparison()
1769 else if (wi::cmps (compare_count, loop_count) == 1) in predict_iv_comparison()
1774 tem = wi::udiv_trunc (tem, loop_count); in predict_iv_comparison()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c1550 int64_t loop_count = 0; in sms_schedule() local
1597 count_init = const_iteration_count (count_reg, pre_header, &loop_count, in sms_schedule()
1604 loop_count); in sms_schedule()
1657 || (count_init && (loop_count <= stage_count)) in sms_schedule()
1666 fprintf (dump_file, "%" PRId64, loop_count); in sms_schedule()
1726 SET_SRC (single_set (count_init)) = GEN_INT (loop_count in sms_schedule()
H A Dpredict.c1695 widest_int loop_count = wi::div_trunc (tem, in predict_iv_comparison() local
1724 ++loop_count; in predict_iv_comparison()
1727 if (wi::neg_p (loop_count)) in predict_iv_comparison()
1728 loop_count = 0; in predict_iv_comparison()
1729 if (loop_count == 0) in predict_iv_comparison()
1731 else if (wi::cmps (compare_count, loop_count) == 1) in predict_iv_comparison()
1736 tem = wi::udiv_trunc (tem, loop_count); in predict_iv_comparison()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c13527 unsigned HOST_WIDE_INT loop_count; in avr_expand_delay_cycles() local
13531 loop_count = ((cycles - 9) / 6) + 1; in avr_expand_delay_cycles()
13532 cycles_used = ((loop_count - 1) * 6) + 9; in avr_expand_delay_cycles()
13533 emit_insn (gen_delay_cycles_4 (gen_int_mode (loop_count, SImode), in avr_expand_delay_cycles()
13540 loop_count = ((cycles - 7) / 5) + 1; in avr_expand_delay_cycles()
13541 if (loop_count > 0xFFFFFF) in avr_expand_delay_cycles()
13542 loop_count = 0xFFFFFF; in avr_expand_delay_cycles()
13543 cycles_used = ((loop_count - 1) * 5) + 7; in avr_expand_delay_cycles()
13544 emit_insn (gen_delay_cycles_3 (gen_int_mode (loop_count, SImode), in avr_expand_delay_cycles()
13551 loop_count = ((cycles - 5) / 4) + 1; in avr_expand_delay_cycles()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc13952 unsigned HOST_WIDE_INT loop_count; in avr_expand_delay_cycles() local
13956 loop_count = ((cycles - 9) / 6) + 1; in avr_expand_delay_cycles()
13957 cycles_used = ((loop_count - 1) * 6) + 9; in avr_expand_delay_cycles()
13958 emit_insn (gen_delay_cycles_4 (gen_int_mode (loop_count, SImode), in avr_expand_delay_cycles()
13965 loop_count = ((cycles - 7) / 5) + 1; in avr_expand_delay_cycles()
13966 if (loop_count > 0xFFFFFF) in avr_expand_delay_cycles()
13967 loop_count = 0xFFFFFF; in avr_expand_delay_cycles()
13968 cycles_used = ((loop_count - 1) * 5) + 7; in avr_expand_delay_cycles()
13969 emit_insn (gen_delay_cycles_3 (gen_int_mode (loop_count, SImode), in avr_expand_delay_cycles()
13976 loop_count = ((cycles - 5) / 4) + 1; in avr_expand_delay_cycles()
[all …]
/netbsd-src/sys/dev/ic/
H A Dbwi.c5343 int found, loop_count, adjust_state; in bwi_rf_calc_nrssi_slope_11b()
5349 loop_count = 12; /* XXX */ in bwi_rf_calc_nrssi_slope_11b()
5403 } while (loop_count-- && found); in bwi_rf_calc_nrssi_slope_11b()
5263 int found, loop_count, adjust_state; bwi_rf_lo_measure_11g() local
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog2307 * zos: improve loop_count benchmark performance (jBarz)