Home
last modified time | relevance | path

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

1234567891011

/src/lib/libc/stdlib/
H A Dtsearch_path.h44 uintptr_t steps[2]; member
63 p->steps[p->nsteps / STEPS_BIT] |= in path_taking_left()
73 p->steps[p->nsteps / STEPS_BIT] &= in path_taking_right()
87 result = p->steps[0] & 0x1; in path_took_left()
88 p->steps[0] = (p->steps[0] >> 1) | (p->steps[1] << (STEPS_BIT - 1)); in path_took_left()
89 p->steps[1] >>= 1; in path_took_left()
/src/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt9 - rotary-encoder,steps: Number of steps in a full turnaround of the
14 device, hence no steps need to be passed.
16 greater than the specified steps or smaller than 0. For absolute axis only.
17 - rotary-encoder,steps-per-period: Number of steps (stable states) per period.
23 - rotary-encoder,encoding: String, the method used to encode steps.
28 This property is deprecated. Instead, a 'steps-per-period ' value should
29 be used, such as "rotary-encoder,steps-per-period = <2>".
47 rotary-encoder,steps = <24>;
/src/sys/contrib/ck/include/
H A Dck_brlock.h111 unsigned int steps = 0; in ck_brlock_write_trylock() local
114 if (++steps >= factor) in ck_brlock_write_trylock()
128 if (++steps >= factor) { in ck_brlock_write_trylock()
224 unsigned int steps = 0; in ck_brlock_read_trylock() local
233 if (++steps >= factor) in ck_brlock_read_trylock()
262 if (++steps >= factor) in ck_brlock_read_trylock()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d.out1 20 steps:
36 100 steps:
224 1000 steps:
/src/tools/regression/geom_gpt/
H A Dgctl_test.t36 my %steps = (
160 my $count = keys (%steps);
165 foreach my $key (sort keys %steps) {
166 my ($action, $args) = split(/ /, $steps{$key}, 2);
/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp116 size_t steps = 0; in advance() local
119 count--, steps++; in advance()
120 if (m_error || m_entry.null() || (steps > m_max_depth)) in advance()
137 size_t steps = 0; in next() local
144 steps++; in next()
145 if (steps > m_max_depth) { in next()
158 size_t steps = 0; in tree_min() local
166 steps++; in tree_min()
167 if (steps > m_max_depth) in tree_min()
/src/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dpwm-backlight.txt25 - num-interpolated-steps: Number of interpolated steps between each value
49 Example using num-interpolation-steps:
56 num-interpolated-steps = <2048>;
/src/contrib/libsamplerate/
H A Dsrc_sinc.c388 { int steps = -data_index ; in calc_output_single() local
390 assert (steps <= int_div_ceil (filter_index, increment)) ; in calc_output_single()
391 filter_index -= increment * steps ; in calc_output_single()
392 data_index += steps ; in calc_output_single()
541 { int steps = int_div_ceil (-data_index, 2) ; in calc_output_stereo() local
543 assert (steps <= int_div_ceil (filter_index, increment)) ; in calc_output_stereo()
544 filter_index -= increment * steps ; in calc_output_stereo()
545 data_index += steps * 2; in calc_output_stereo()
696 { int steps = int_div_ceil (-data_index, 4) ; in calc_output_quad() local
698 assert (steps <= int_div_ceil (filter_index, increment)) ; in calc_output_quad()
[all …]
/src/contrib/ntp/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
/src/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile39 tst.steps.d \
40 tst.steps.d.out \
/src/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c523 coverParams->steps = fastCoverParams.steps; in FASTCOVER_convertToCoverParams()
538 fastCoverParams->steps = coverParams.steps; in FASTCOVER_convertToFastCoverParams()
634 const unsigned kSteps = parameters->steps == 0 ? 40 : parameters->steps; in ZDICT_optimizeTrainFromBuffer_fastCover()
724 data->parameters.steps = kSteps; in ZDICT_optimizeTrainFromBuffer_fastCover()
/src/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidhc1.dts56 * by 2 steps. On Exynos5422/5800 that would
72 * further, down to 600 MHz (12 steps for big,
73 * 7 steps for LITTLE).
H A Dexynos5420-arndale-octa.dts102 * Reduce the CPU speed by 2 steps, down to: 1600 MHz
118 * Reduce the CPU speed down to 1200 MHz big (6 steps)
119 * and 800 MHz LITTLE (5 steps).
135 * big (11 steps) and 600 MHz LITTLE (7 steps).
/src/sys/contrib/zstd/lib/
H A Dzdict.h285 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
297 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
/src/crypto/openssl/crypto/slh_dsa/
H A Dslh_wots.c93 uint8_t start_index, uint8_t steps, in slh_wots_chain() argument
106 if (steps == 0) in slh_wots_chain()
116 end_index = start_index + steps; in slh_wots_chain()
/src/contrib/processor-trace/libipt/src/
H A Dpt_insn.c347 const struct pt_asid *asid, size_t steps) in pt_insn_range_is_contiguous() argument
360 if (!steps--) in pt_insn_range_is_contiguous()
/src/crypto/openssl/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
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dltc3589.txt21 0.3625 V to 0.75 V in 12.5 mV steps. The output voltage thus ranges between
26 and 3.2 V on LTC3589-1,2 in four steps. The ldo1 standby regulator can not
/src/crypto/openssh/
H A Dxmss_wots.c71 …gned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_params… in gen_chain() argument
77 for (i = start; i < (start+steps) && i < params->w; i++) { in gen_chain()
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi24 * modem needs to cover certain init steps (GSI init), and
/src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt6797.txt52 - mediatek,tdsel: An integer describing the steps for output level shifter
55 - mediatek,rdsel: An integer describing the steps for input level shifter
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-libra-rdk-fpsc-lvds-etml1010g3dra.dtso16 num-interpolated-steps = <2>;
/src/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c311 uint64_t steps = 0, sum = 0; in spa_estimate_incoming_log_blocks() local
313 sls != NULL && steps < zfs_max_log_walking; in spa_estimate_incoming_log_blocks()
323 steps++; in spa_estimate_incoming_log_blocks()
325 return ((steps > 0) ? DIV_ROUND_UP(sum, steps) : 0); in spa_estimate_incoming_log_blocks()
/src/crypto/openssl/doc/designs/
H A Dossl-provider-load-ex.md32 future steps.
68 Possible future steps
/src/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts28 num-interpolated-steps = <50>;

1234567891011