Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/netbsd/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py232 steps = [ ] # The steps are already in the script
235 steps = [
240 steps = [
245 steps = [
250 steps = [
259 steps = [
268 steps = [
278 steps = [
282 steps = [
294 def _executeShTest(self, test, litConfig, steps): argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.c137 int steps = N_ENTRIES / 2; in main() local
138 double step = 1. / steps; in main()
143 double x_low = (i < steps ? 1. : -3.) + i * step; in main()
183 calc_defect (-2., constants[steps], factors[steps])); in main()
187 for (i = steps; i < 2 * steps; i++) in main()
190 for (i = steps; i < 2*steps; i++) in main()
192 printf ("\t.skip %d\n", steps); in main()
195 printf ("\t.skip %d\n", steps); in main()
197 for (i = 0; i < steps; i++) in main()
200 for (i = 0; i < steps; i++) in main()
H A Ddivtab.cc137 int steps = N_ENTRIES / 2; in main() local
138 double step = 1. / steps; in main()
143 double x_low = (i < steps ? 1. : -3.) + i * step; in main()
183 calc_defect (-2., constants[steps], factors[steps])); in main()
187 for (i = steps; i < 2 * steps; i++) in main()
190 for (i = steps; i < 2*steps; i++) in main()
192 printf ("\t.skip %d\n", steps); in main()
195 printf ("\t.skip %d\n", steps); in main()
197 for (i = 0; i < steps; i++) in main()
200 for (i = 0; i < steps; i++) in main()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c137 int steps = N_ENTRIES / 2; in main() local
138 double step = 1. / steps; in main()
143 double x_low = (i < steps ? 1. : -3.) + i * step; in main()
183 calc_defect (-2., constants[steps], factors[steps])); in main()
187 for (i = steps; i < 2 * steps; i++) in main()
190 for (i = steps; i < 2*steps; i++) in main()
192 printf ("\t.skip %d\n", steps); in main()
195 printf ("\t.skip %d\n", steps); in main()
197 for (i = 0; i < steps; i++) in main()
200 for (i = 0; i < steps; i++) in main()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-profiler.c37 int start, unsigned steps) in __gcov_interval_profiler() argument
41 counters[steps + 1]++; in __gcov_interval_profiler()
42 else if (delta >= steps) in __gcov_interval_profiler()
43 counters[steps]++; in __gcov_interval_profiler()
57 int start, unsigned steps) in __gcov_interval_profiler_atomic() argument
61 __atomic_fetch_add (&counters[steps + 1], 1, __ATOMIC_RELAXED); in __gcov_interval_profiler_atomic()
62 else if (delta >= steps) in __gcov_interval_profiler_atomic()
63 __atomic_fetch_add (&counters[steps], 1, __ATOMIC_RELAXED); in __gcov_interval_profiler_atomic()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-profiler.c48 int start, unsigned steps) in __gcov_interval_profiler() argument
52 counters[steps + 1]++; in __gcov_interval_profiler()
53 else if (delta >= steps) in __gcov_interval_profiler()
54 counters[steps]++; in __gcov_interval_profiler()
68 int start, unsigned steps) in __gcov_interval_profiler_atomic() argument
72 __atomic_fetch_add (&counters[steps + 1], 1, __ATOMIC_RELAXED); in __gcov_interval_profiler_atomic()
73 else if (delta >= steps) in __gcov_interval_profiler_atomic()
74 __atomic_fetch_add (&counters[steps], 1, __ATOMIC_RELAXED); in __gcov_interval_profiler_atomic()
/netbsd/external/bsd/tre/dist/tests/
H A Dbench.c145 int steps = 20; in main() local
164 steps = atoi(optarg); in main()
197 len = len + (max_len/steps); in main()
217 len = len + (max_len/steps); in main()
236 len = len + (max_len/steps); in main()
256 len = len + (max_len/steps); in main()
288 len = len + (max_len/steps); in main()
317 len = len + (max_len/steps); in main()
343 len = len + (max_len/steps); in main()
373 len = len + (max_len/steps); in main()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-over-exit.exp63 set steps 0
70 incr steps
71 if {$steps == $max_steps} {
80 if {$steps == $max_steps} {
H A Dstep-over-syscall.exp125 set steps 0
137 incr steps
138 if {$steps == $max_steps} {
147 if {$steps == $max_steps} {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstep-over-exit.exp63 set steps 0
70 incr steps
71 if {$steps == $max_steps} {
80 if {$steps == $max_steps} {
H A Dstep-over-syscall.exp125 set steps 0
137 incr steps
138 if {$steps == $max_steps} {
147 if {$steps == $max_steps} {
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dsignal.exp93 set steps 0
100 incr steps
101 if {$steps == $max_steps} {
110 if {$steps == $max_steps} {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dsignal.exp93 set steps 0
100 incr steps
101 if {$steps == $max_steps} {
110 if {$steps == $max_steps} {
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.exp65 set steps 0
69 set msg "$func, stepi $steps"
118 incr steps
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.exp65 set steps 0
69 set msg "$func, stepi $steps"
118 incr steps
/netbsd/sys/dev/pci/
H A Dvoyager.c478 int ifreq, factor, bit, steps; in voyager_set_pwm() local
489 steps = 96000000 / (factor * freq); in voyager_set_pwm()
496 hi = steps * duty_cycle / 1000; in voyager_set_pwm()
499 lo = steps - hi; in voyager_set_pwm()
501 hi = steps - 1; in voyager_set_pwm()
504 DPRINTF("%d hz -> %d, %d, %d / %d\n", freq, factor, steps, lo, hi); in voyager_set_pwm()
/netbsd/external/bsd/ntp/dist/scripts/
H A Dsummary-opts36 'skip-time-steps' => '3600',
43 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i',
54 --skip-time-steps=float Ignore time offsets larger that this
/netbsd/external/mit/libuv/dist/.github/workflows/
H A DCI-unix.yml20 steps:
37 steps:
65 steps:
103 steps:
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dexynos5422-odroidhc1.dts54 * by 2 steps. On Exynos5422/5800 that would
70 * further, down to 600 MHz (12 steps for big,
71 * 7 steps for LITTLE).
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.c235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value()
238 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value()
243 if (i != hist->hdata.intvl.steps - 1) in dump_histogram_value()
373 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value()
1099 unsigned int i, steps; in gimple_mod_subtract_transform() local
1121 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1126 steps = histogram->hdata.intvl.steps; in gimple_mod_subtract_transform()
1145 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1151 if (i == steps in gimple_mod_subtract_transform()
1798 hist->hdata.intvl.steps = 2; in gimple_divmod_values_to_profile()
[all …]
H A Dvalue-prof.cc235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value()
238 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value()
243 if (i != hist->hdata.intvl.steps - 1) in dump_histogram_value()
376 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value()
1136 unsigned int i, steps; in gimple_mod_subtract_transform() local
1158 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1163 steps = histogram->hdata.intvl.steps; in gimple_mod_subtract_transform()
1182 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1188 if (i == steps in gimple_mod_subtract_transform()
1835 hist->hdata.intvl.steps = 2; in gimple_divmod_values_to_profile()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value()
238 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value()
243 if (i != hist->hdata.intvl.steps - 1) in dump_histogram_value()
373 ncounters = new_val->hdata.intvl.steps + 2; in stream_in_histogram_value()
1099 unsigned int i, steps; in gimple_mod_subtract_transform() local
1121 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1126 steps = histogram->hdata.intvl.steps; in gimple_mod_subtract_transform()
1145 for (i = 0; i < histogram->hdata.intvl.steps; i++) in gimple_mod_subtract_transform()
1151 if (i == steps in gimple_mod_subtract_transform()
1798 hist->hdata.intvl.steps = 2; in gimple_divmod_values_to_profile()
[all …]
/netbsd/usr.sbin/installboot/
H A Devboards.c1506 evb_ubsteps_next_step(ib_params *params, evb_ubsteps steps) in evb_ubsteps_next_step() argument
1508 prop_dictionary_t step = prop_object_iterator_next(steps); in evb_ubsteps_next_step()
1512 prop_object_iterator_release(steps); in evb_ubsteps_next_step()
1888 evb_ubsteps steps; in evb_uboot_setboot() local
1899 steps = evb_ubinstall_get_steps(params, install); in evb_uboot_setboot()
1900 while ((step = evb_ubsteps_next_step(params, steps)) != NULL) { in evb_uboot_setboot()
1953 steps = evb_ubinstall_get_steps(params, install); in evb_uboot_setboot()
1954 while ((step = evb_ubsteps_next_step(params, steps)) != NULL) { in evb_uboot_setboot()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A DREADME21 event of NBIO events; handling the common flow of steps for reading a
22 message and the common flow of steps for writing a message etc
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A DREADME.md22 event of NBIO events; handling the common flow of steps for reading a
23 message and the common flow of steps for writing a message etc

12345678910>>...30