Searched refs:step (Results 76 - 100 of 183) sorted by relevance

12345678

/freebsd-current/sys/dev/fdc/
H A Dfdc.c223 /* is cleared by any step pulse to drive */
287 "Specification byte one (step-rate + head unload)");
419 int i, j, step; local
421 step = 1;
422 for (j = 0; j < FDSTS_TIMEOUT; j += step) {
432 step += step;
433 DELAY(step);
441 int i, j, step; local
443 step
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c514 int step = findMatchAttempts++ >> skipStrength; local
516 forwardIp = ip + step;
702 int step = findMatchAttempts++ >> skipStrength; local
704 forwardIp = ip + step;
/freebsd-current/sys/contrib/xen/io/
H A Dcameraif.h1135 * | step low 32-bits | 36
1137 * | step high 32-bits | 40
1155 * step - int64_t, minimum size in which control value can be changed.
1165 int64_t step; member in struct:xencamera_ctrl_enum_resp
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_irig.c319 double step; /* codec adjustment */ local
366 step = 2.;
368 up->comp[i] = up->comp[i - 1] + step;
371 step *= 2.;
/freebsd-current/contrib/kyua/utils/sqlite/
H A Dstatement.cpp169 /// only have one processing step and deliver no rows. This frees the caller
170 /// from having to deal with the return value of the step() function.
176 const bool data = step();
182 /// Performs a processing step on the statement.
187 /// \throw api_error If the processing of the step raises an error.
189 sqlite::statement::step(void) function in class:sqlite::statement
206 /// Returns the number of columns in the step result.
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_ibm.c1183 int val, step; local
1209 step = (arg > val) ? 1 : -1;
1210 for (int i = val; i != arg; i += step) {
1217 IBM_EC_BRIGHTNESS, i - step, 1);
1330 int val, step; local
1356 step = (arg > val) ? 1 : -1;
1357 for (int i = val; i != arg; i += step) {
1363 val_ec = i - step +
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DICF.cpp234 size_t step = chunks.size() / numShards; local
239 boundaries[i] = findBoundary((i - 1) * step, chunks.size());
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c76 /* how many positions to search before increasing step size */
78 /* the position at which to increment the step size if no match is found */
80 size_t step; /* the current step size */ local
109 step = 1;
111 ip1 = ip + step;
163 step++;
167 ip1 += step;
209 if (step < 4) {
215 * 4 bytes, so as long as step, th
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl426 my ($enc,$rounds,$cnt,$key_,$step)=("w4","w5","w6","x7","x8");
555 mov $step,#16
557 cclr $step,eq
562 vld1.8 {$dat},[$inp],$step
1232 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
1260 mov $step,#16
1262 cclr $step,eq
1268 vld1.8 {$dat},[$inp],$step
1329 cclr $step,eq
1334 vld1.8 {q8},[$inp],$step
[all...]
/freebsd-current/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl441 { my $step=0;
511 &Camellia_Feistel($step++);
512 &Camellia_Feistel($step++);
519 &Camellia_Feistel($step++);
520 &Camellia_Feistel($step++);
570 &Camellia_Feistel($step++);
571 &Camellia_Feistel($step++);
/freebsd-current/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c321 int step = 0; local
339 step++;
349 warnx("iPeer %s failed with %d (step %d)",
350 ipeer->name, (int)val, step);
362 step++;
372 warnx("aPeer %s failed with %d (step %d)",
373 apeer->name, (int)val, step);
883 * step from the last entry to the first, ie treat the list as a
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.c106 uint64_t step; member in struct:gen
158 g->off += g->step + randn (g->step / 2);
693 g->step = n ? (g->len + 1) / n : 1;
701 g->off = g->step = 0;
/freebsd-current/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py477 step = 16
479 for i in range(step):
483 off += step
/freebsd-current/contrib/lua/src/
H A Dlbaselib.c201 "count", "step", "setpause", "setstepmul",
216 int step = (int)luaL_optinteger(L, 2, 0); local
217 int res = lua_gc(L, o, step);
/freebsd-current/lib/libthread_db/
H A Dthread_db.c265 td_thr_sstep(const td_thrhandle_t *th, int step) argument
268 return (ta->ta_ops->to_thr_sstep(th, step));
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DICF.cpp269 size_t step = icfInputs.size() / shards; local
274 boundaries[i] = findBoundary((i - 1) * step, icfInputs.size());
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c150 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
154 for (i = 0; i < levels; base += step, i++)
166 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
172 for (i = 0; i < levels; base += step, i++) {
234 int64_t value = 1, next, step; local
246 step = next > nsteps ? next / nsteps : 1;
252 if ((value += step) != next)
256 step = next > nsteps ? next / nsteps : 1;
/freebsd-current/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp182 return co->step();
192 return co->step(true);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h165 u32 step; member in struct:bnxt_qplib_hdrbuf
548 return (buf->dma_map + index * buf->step);
/freebsd-current/contrib/ncurses/progs/
H A Dtabs.c167 int step = value; local
171 value += step;
/freebsd-current/sys/kern/
H A Dsubr_stats.c466 uint64_t step = 0; local
471 step = info->lin.stepinc;
474 step = stats_pow_u64(info->exp.stepbase,
534 step = stats_pow_u64(info->linexp.stepbase, curstepexp) /
536 if (step == 0)
537 step = 1;
547 } else if (step != 0) {
550 bkt_ub->int32.s32 += (int32_t)step;
553 bkt_ub->int32.u32 += (uint32_t)step;
556 bkt_ub->int64.s64 += (int64_t)step;
[all...]
/freebsd-current/contrib/kyua/store/
H A Dwrite_transaction.cpp105 stmt.step();
/freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c517 int step = findMatchAttempts++ >> skipStrength; local
519 forwardIp = ip + step;
710 int step = findMatchAttempts++ >> skipStrength; local
712 forwardIp = ip + step;
/freebsd-current/sys/contrib/v4l/
H A Dvideodev.h137 __u16 step; /* Step actual volume uses */ member in struct:video_audio
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c133 { size_t const step = ((size_t)(ip0-anchor) >> (kSearchStrength - 1)) + stepSize; local
134 assert(step >= 2);
135 ip0 += step;
136 ip1 += step;

Completed in 394 milliseconds

12345678