Home
last modified time | relevance | path

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

12345678910

/freebsd/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()
/freebsd/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>;
/freebsd/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()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d.out1 20 steps:
36 100 steps:
224 1000 steps:
/freebsd/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()
/freebsd/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);
/freebsd/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>;
/freebsd/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
/freebsd/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile39 tst.steps.d \
40 tst.steps.d.out \
/freebsd/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()
/freebsd/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).
H A Dexynos5422-odroidxu3-common.dtsi107 * by 2 steps. On Exynos5422/5800 that would
123 * further, down to 600 MHz (14 steps for big,
124 * 8 steps for LITTLE).
/freebsd/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
/freebsd/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()
/freebsd/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
/freebsd/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
/freebsd/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()
/freebsd/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
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi24 * modem needs to cover certain init steps (GSI init), and
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c310 uint64_t steps = 0, sum = 0; in spa_estimate_incoming_log_blocks() local
312 sls != NULL && steps < zfs_max_log_walking; in spa_estimate_incoming_log_blocks()
322 steps++; in spa_estimate_incoming_log_blocks()
324 return ((steps > 0) ? DIV_ROUND_UP(sum, steps) : 0); in spa_estimate_incoming_log_blocks()
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts28 num-interpolated-steps = <50>;
H A Dsun50i-a64-pinephone-1.2.dts34 num-interpolated-steps = <50>;
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt15 programmable steps each step is used to
21 of the 16 software steps available. The
/freebsd/crypto/openssl/
H A DSUPPORT.md22 If you have any problems with OpenSSL then please take the following steps
48 - Problem Description (steps that will reproduce the problem, if known)

12345678910