Searched refs:steps (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dbuildkite-pipeline-snapshot.sh19 steps:
H A Dbuildkite-pipeline-premerge.sh34 steps:
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-over-exit.exp60 set steps 0
67 incr steps
68 if {$steps == $max_steps} {
77 if {$steps == $max_steps} {
H A Dstep-over-syscall.exp133 # we will let PLT resolution done, and the number single steps we will
163 set steps 0
175 incr steps
176 if {$steps == $max_steps} {
185 if {$steps == $max_steps} {
318 # instruction. In fact, it tests GDBserver steps over syscall
/netbsd-current/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.exp95 # we will let PLT resolution done, and the number single steps we will
125 set steps 0
137 incr steps
138 if {$steps == $max_steps} {
147 if {$steps == $max_steps} {
249 # instruction. In fact, it tests GDBserver steps over syscall
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py156 separate compilation and linking steps in this case.
232 steps = [ ] # The steps are already in the script
233 return self._executeShTest(test, litConfig, steps)
235 steps = [
238 return self._executeShTest(test, litConfig, steps)
240 steps = [
243 return self._executeShTest(test, litConfig, steps)
245 steps = [
248 return self._executeShTest(test, litConfig, steps)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-profiler.c37 int start, unsigned steps)
41 counters[steps + 1]++;
42 else if (delta >= steps)
43 counters[steps]++;
57 int start, unsigned steps)
61 __atomic_fetch_add (&counters[steps + 1], 1, __ATOMIC_RELAXED);
62 else if (delta >= steps)
63 __atomic_fetch_add (&counters[steps], 1, __ATOMIC_RELAXED);
36 __gcov_interval_profiler(gcov_type *counters, gcov_type value, int start, unsigned steps) argument
56 __gcov_interval_profiler_atomic(gcov_type *counters, gcov_type value, int start, unsigned steps) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c137 int steps = N_ENTRIES / 2; local
138 double step = 1. / steps;
143 double x_low = (i < steps ? 1. : -3.) + i * step;
183 calc_defect (-2., constants[steps], factors[steps]));
187 for (i = steps; i < 2 * steps; i++)
190 for (i = steps; i < 2*steps; i++)
192 printf ("\t.skip %d\n", steps);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc137 int steps = N_ENTRIES / 2; local
138 double step = 1. / steps;
143 double x_low = (i < steps ? 1. : -3.) + i * step;
183 calc_defect (-2., constants[steps], factors[steps]));
187 for (i = steps; i < 2 * steps; i++)
190 for (i = steps; i < 2*steps; i++)
192 printf ("\t.skip %d\n", steps);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-profiler.c48 int start, unsigned steps)
52 counters[steps + 1]++;
53 else if (delta >= steps)
54 counters[steps]++;
68 int start, unsigned steps)
72 __atomic_fetch_add (&counters[steps + 1], 1, __ATOMIC_RELAXED);
73 else if (delta >= steps)
74 __atomic_fetch_add (&counters[steps], 1, __ATOMIC_RELAXED);
47 __gcov_interval_profiler(gcov_type *counters, gcov_type value, int start, unsigned steps) argument
67 __gcov_interval_profiler_atomic(gcov_type *counters, gcov_type value, int start, unsigned steps) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dsignal.exp20 # GDBserver gets the signal when it steps over thread and does the
78 # we will let PLT resolution done, and the number single steps we will
93 set steps 0
100 incr steps
101 if {$steps == $max_steps} {
110 if {$steps == $max_steps} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dsignal.exp20 # GDBserver gets the signal when it steps over thread and does the
76 # we will let PLT resolution done, and the number single steps we will
91 set steps 0
98 incr steps
99 if {$steps == $max_steps} {
108 if {$steps == $max_steps} {
/netbsd-current/external/bsd/tre/dist/tests/
H A Dbench.c145 int steps = 20; local
164 steps = atoi(optarg);
197 len = len + (max_len/steps);
217 len = len + (max_len/steps);
236 len = len + (max_len/steps);
256 len = len + (max_len/steps);
288 len = len + (max_len/steps);
317 len = len + (max_len/steps);
343 len = len + (max_len/steps);
373 len = len + (max_len/steps);
[all...]
/netbsd-current/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-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dthumb2-it.exp64 set steps 0
68 set msg "$func, stepi $steps"
117 incr steps
/netbsd-current/sys/dev/pci/
H A Dvoyager.c478 int ifreq, factor, bit, steps; local
482 * find the smallest divider that gets us within 4096 steps of the
489 steps = 96000000 / (factor * freq);
496 hi = steps * duty_cycle / 1000;
499 lo = steps - hi;
501 hi = steps - 1;
504 DPRINTF("%d hz -> %d, %d, %d / %d\n", freq, factor, steps, lo, hi);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h62 unsigned int steps; /* Number of values in it. */
61 unsigned int steps; /* Number of values in it. */ member in struct:histogram_value_t::__anon1014::__anon1015
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h62 unsigned int steps; /* Number of values in it. */
61 unsigned int steps; /* Number of values in it. */ member in struct:histogram_value_t::__anon1231::__anon1232
/netbsd-current/games/adventure/
H A Dhdr.h137 extern int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */
H A Dinit.c109 int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */ variable
192 steps = vocab(DECR('s', 't', 'e', 'p', 's'), 1, 0);
/netbsd-current/external/bsd/ntp/dist/scripts/
H A Dsummary-opts.def57 name = skip-time-steps;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmss_wots.c70 static void gen_chain(unsigned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
76 for (i = start; i < (start+steps) && i < params->w; i++) {
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_glue.c321 int steps = 0; local
404 if (++steps > 100) {
/netbsd-current/usr.sbin/installboot/
H A Devboards.c196 * -- board uses a single set of steps for all boot media
206 * -- These installation steps will be selectable using
232 * The installation objects provide a description of the steps needed
267 * Some installations require multiple steps with special handling.
395 * may be the case that two media types have identical steps. It
642 * over the steps.)
1491 * Get the install steps for a given install object.
1506 evb_ubsteps_next_step(ib_params *params, evb_ubsteps steps) argument
1508 prop_dictionary_t step = prop_object_iterator_next(steps);
1510 /* If we are out of steps, releas
1888 evb_ubsteps steps; local
[all...]

Completed in 230 milliseconds

1234