Home
last modified time | relevance | path

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

1234567891011

/freebsd-14.2/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-14.2/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-14.2/contrib/libcbor/.circleci/
H A Dconfig.yml5 steps:
11 steps:
21 steps:
28 steps:
40 steps:
69 steps:
91 steps:
100 steps:
127 steps:
141 steps:
[all …]
/freebsd-14.2/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-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d.out1 20 steps:
36 100 steps:
224 1000 steps:
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp104 size_t steps = 0; in advance() local
107 count--, steps++; in advance()
108 if (m_error || m_entry.null() || (steps > m_max_depth)) in advance()
123 size_t steps = 0; in next() local
130 steps++; in next()
131 if (steps > m_max_depth) { in next()
144 size_t steps = 0; in tree_min() local
152 steps++; in tree_min()
153 if (steps > m_max_depth) in tree_min()
/freebsd-14.2/contrib/googletest/.github/workflows/
H A Dgtest-ci.yml13 steps:
24 steps:
36 steps:
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dpwm-backlight.yaml57 num-interpolated-steps:
59 Number of interpolated steps between each value of brightness-levels
66 num-interpolated-steps: [brightness-levels]
91 // Example using num-interpolation-steps:
97 num-interpolated-steps = <2048>;
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>;
H A Dmediatek,mt6370-backlight.yaml16 capability with 2048 current steps (11 bits, only for MT6370/MT6371) or
17 16384 current steps (14 bits, only for MT6372) in exponential or linear
49 mediatek,bled-pwm-hys-input-th-steps:
55 resolution needs more than 64 steps.
/freebsd-14.2/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml10 steps:
48 if: failure() && steps.CheckABI.outcome == 'failure'
52 if: failure() && steps.CheckABI.outcome == 'failure'
56 if: failure() && steps.CheckABI.outcome == 'failure'
H A Dzfs-linux.yml16 steps:
46 steps:
52 # up to 4 steps, each can have 1 MiB output (for debugging log files)
H A Dzfs-linux-tests.yml15 steps:
57 steps:
93 steps:
/freebsd-14.2/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-14.2/crypto/openssh/.github/workflows/
H A Dcifuzz.yml12 steps:
29 if: failure() && steps.build.outcome == 'success'
/freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile40 tst.steps.d \
41 tst.steps.d.out \
/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
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).
/freebsd-14.2/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-14.2/contrib/cortex-strings/scripts/
H A Dbench.py148 steps = int(round(math.log(args.limit) / math.log(step)))
149 bytes.extend([int(step**x) for x in range(0, steps+1)])
/freebsd-14.2/contrib/googletest/.github/ISSUE_TEMPLATE/
H A D00-bug_report.yml13 id: steps
16 …e problem that you are experiencing. Please provide all code and relevant steps to reproduce the p…
/freebsd-14.2/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-14.2/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-14.2/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

1234567891011