Searched refs:step (Results 26 - 50 of 198) sorted by relevance

12345678

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_crypto_wrapping.c41 size_t step,
69 for (size = min_size; size < max_size; size += step) {
38 test_wrapping(krb5_context context, size_t min_size, size_t max_size, size_t step, krb5_enctype etype) argument
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c300 size_t i, step; local
321 for(step = 1; step < BLAKE2S_BLOCKBYTES; ++step) {
333 while (mlen >= step) {
334 if ( (err = blake2sp_update(&S, p, step)) < 0 ) {
337 mlen -= step;
338 p += step;
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.h39 /* If non-zero, we want to single-step. */
40 int step; member in struct:thread_resume
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dremote-sim.h235 void sim_resume PARAMS ((SIM_DESC sd, int step, int siggnal));
253 (SIGTRAP); a completed single step (SIGTRAP); an internal error
/freebsd-11-stable/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c78 pt_reg_sstep(struct reg *reg __unused, int step __unused)
/freebsd-11-stable/lib/libthread_db/arch/sparc64/
H A Dlibpthread_md.c86 pt_reg_sstep(struct reg *reg __unused, int step __unused)
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h140 int mute, step, size, offset; member in struct:hdaa_audio_ctl
247 (((ctl)->step - (ctl)->offset) * ((ctl)->size + 1))
250 ((ctl)->step * ((ctl)->size + 1))
257 ((ctl)->size + 1) + (ctl)->offset), (ctl)->step), 0)
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_misc.c102 uint32_t data, step = 0; local
110 step = 1;
116 step = 2;
122 step = 3;
129 step = 4;
135 step = 5;
141 step = 6;
147 step = 7;
153 step = 7;
159 step
[all...]
/freebsd-11-stable/lib/libthread_db/arch/mips/
H A Dlibpthread_md.c85 pt_reg_sstep(struct reg *reg __unused, int step __unused)
88 * XXX: mips doesnt store single step info in any registers
/freebsd-11-stable/contrib/gcc/
H A Dtree-chrec.c1130 tree *base, tree *step, tree at_stmt,
1133 tree ct = TREE_TYPE (*step);
1193 && scev_probably_wraps_p (*base, *step, at_stmt, loop,
1199 /* The step must be sign extended, regardless of the signedness
1205 new_step = *step;
1222 *step = new_step;
1275 tree base, step;
1290 step = CHREC_RIGHT (chrec);
1292 if (convert_affine_scev (loop, type, &base, &step, at_stmt,
1294 return build_polynomial_chrec (loop->num, base, step);
1125 convert_affine_scev(struct loop *loop, tree type, tree *base, tree *step, tree at_stmt, bool use_overflow_semantics) argument
1270 tree base, step; local
1384 tree step; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlin-lwp.c496 lp->step = 0;
517 lin_lwp_resume (ptid_t ptid, int step, enum target_signal signo)
522 /* A specific PTID means `step only this process id'. */
541 lp->step = step;
564 child_resume (ptid, step, signo);
568 step ? "PTRACE_SINGLESTEP" : "PTRACE_CONT",
966 if (lp->step && lp->status != 0)
1049 "SEL: Select single-step %s\n",
1288 child_resume (pid_to_ptid (GET_LWP (lp->ptid)), lp->step,
510 lin_lwp_resume(ptid_t ptid, int step, enum target_signal signo) argument
[all...]
H A Dmonitor.h85 char *step; /* single step */ member in struct:monitor_ops
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c433 int step; local
603 step = 0;
613 step = (key
620 step = next_or_previous(key, (obj == &dy_box));
621 if (step != 0) {
626 now_time += ONE_DAY * step;
628 if (step > 0)
635 if (step > 0)
/freebsd-11-stable/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c114 pt_reg_sstep(struct reg *reg, int step) argument
119 if (step)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk52 # big jumps to handle 3 digits per step
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c276 text to include in an error message, step is how much input data to feed
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, argument
312 if (step == 0 || step > have)
313 step = have;
314 strm.avail_in = step;
315 have -= step;
339 strm.avail_in = step > have ? have : step;
/freebsd-11-stable/lib/libthread_db/arch/aarch64/
H A Dlibpthread_md.c92 pt_reg_sstep(struct reg *reg __unused, int step __unused)
/freebsd-11-stable/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c100 pt_reg_sstep(struct reg *reg __unused, int step __unused)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.c54 size_t step = (l >> LUAI_HASHLIMIT) + 1; local
55 for (l1 = l; l1 >= step; l1 -= step)
/freebsd-11-stable/usr.bin/seq/
H A Dseq.c92 double first, last, incr, last_shown_value, cur, step; local
185 for (step = 1, cur = first; incr > 0 ? cur <= last : cur >= last;
186 cur = first + incr * step++) {
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c51 #define step sstep macro
62 #define step lstep macro
96 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, states aft);
677 - fast - step through the string at top speed
695 st = step(m->g, startst, stopst, st, NOTHING, OUT, st);
721 st = step(m->g, startst, stopst, st, flag, OUT, st);
735 st = step(m->g, startst, stopst, st, flag, OUT, st);
747 st = step(m->g, startst, stopst, tmp, 0, c, st);
749 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st));
762 - slow - step throug
846 step(struct re_guts *g, function
1033 #undef step macro
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c308 int step = (milliseconds < 0) ? 0 : 5000; local
316 for (d = 0; d < useconds; d += step) {
323 if (useconds > 1 && step > 0) {
324 snooze(step);
325 milliseconds -= (step / 1000);
/freebsd-11-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c111 unsigned int step)
118 t *= step;
126 * Calculate the scale/step with the lowest possible deviation from
131 unsigned int *scale, unsigned int *step)
139 *step = 0;
157 *step = tstep;
110 ar933x_uart_get_baud(unsigned int clk, unsigned int scale, unsigned int step) argument
130 ar933x_uart_get_scale_step(struct uart_bas *bas, unsigned int baud, unsigned int *scale, unsigned int *step) argument
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java253 int step = 10;
256 for (int i = base; i < (n * step); i += step) {
257 bucket = new Distribution.Bucket(i, (i + (step - 1)),
258 ((i - 1) / step));
261 bucket = new Distribution.Bucket((n * step) + 1, Long.MAX_VALUE, 0);
263 LinearDistribution d = new LinearDistribution(base, step, buckets);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl339 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
365 mov $step,#16
367 cclr $step,eq
373 vld1.8 {$dat},[$inp],$step
434 cclr $step,eq
439 vld1.8 {q8},[$inp],$step
471 cclr $step,eq
478 vld1.8 {q8},[$inp],$step
667 my $step="x12"; # aliases with $tctr2
700 mov $step,#1
[all...]

Completed in 197 milliseconds

12345678