| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | tsearch_path.h | 46 uintptr_t steps[2]; member 65 p->steps[p->nsteps / STEPS_BIT] |= in path_taking_left() 75 p->steps[p->nsteps / STEPS_BIT] &= in path_taking_right() 89 result = p->steps[0] & 0x1; in path_took_left() 90 p->steps[0] = (p->steps[0] >> 1) | (p->steps[1] << (STEPS_BIT - 1)); in path_took_left() 91 p->steps[1] >>= 1; in path_took_left()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 9 - 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-13.1/sys/contrib/ck/include/ |
| H A D | ck_brlock.h | 111 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-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
| H A D | tst.steps.d.out | 1 20 steps: 36 100 steps: 224 1000 steps:
|
| /freebsd-13.1/tools/regression/geom_gpt/ |
| H A D | gctl_test.t | 37 my %steps = ( 161 my $count = keys (%steps); 166 foreach my $key (sort keys %steps) { 167 my ($action, $args) = split(/ /, $steps{$key}, 2);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 104 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-13.1/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | pwm-backlight.yaml | 57 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 D | pwm-backlight.txt | 25 - num-interpolated-steps: Number of interpolated steps between each value 49 Example using num-interpolation-steps: 56 num-interpolated-steps = <2048>;
|
| /freebsd-13.1/sys/contrib/openzfs/.github/workflows/ |
| H A D | checkstyle.yaml | 10 steps: 39 if: failure() && steps.CheckABI.outcome == 'failure' 43 if: failure() && steps.CheckABI.outcome == 'failure' 47 if: failure() && steps.CheckABI.outcome == 'failure'
|
| /freebsd-13.1/contrib/ntp/scripts/ |
| H A D | summary-opts | 36 '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-13.1/contrib/libarchive/.github/workflows/ |
| H A D | cifuzz.yml | 6 steps: 21 if: failure() && steps.build.outcome == 'success'
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/llquantize/ |
| H A D | Makefile | 41 tst.steps.d \ 42 tst.steps.d.out \
|
| /freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 515 coverParams->steps = fastCoverParams.steps; in FASTCOVER_convertToCoverParams() 530 fastCoverParams->steps = coverParams.steps; in FASTCOVER_convertToFastCoverParams() 626 const unsigned kSteps = parameters->steps == 0 ? 40 : parameters->steps; in ZDICT_optimizeTrainFromBuffer_fastCover() 716 data->parameters.steps = kSteps; in ZDICT_optimizeTrainFromBuffer_fastCover()
|
| H A D | zdict.h | 139 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member 151 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | exynos5422-odroidhc1.dts | 54 * by 2 steps. On Exynos5422/5800 that would 70 * further, down to 600 MHz (12 steps for big, 71 * 7 steps for LITTLE).
|
| H A D | r8a7742-iwg21d-q7.dts | 23 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" 24 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
|
| /freebsd-13.1/contrib/cortex-strings/scripts/ |
| H A D | bench.py | 148 steps = int(round(math.log(args.limit) / math.log(step))) 149 bytes.extend([int(step**x) for x in range(0, steps+1)])
|
| /freebsd-13.1/contrib/processor-trace/libipt/src/ |
| H A D | pt_insn.c | 347 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-13.1/crypto/openssl/ssl/statem/ |
| H A D | README | 21 event of NBIO events; handling the common flow of steps for reading a 22 message and the common flow of steps for writing a message etc
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | ltc3589.txt | 21 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-13.1/contrib/libcbor/.github/workflows/ |
| H A D | fuzz.yml | 6 steps:
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmss_wots.c | 71 …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-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_log_spacemap.c | 305 uint64_t steps = 0, sum = 0; in spa_estimate_incoming_log_blocks() local 307 sls != NULL && steps < zfs_max_log_walking; in spa_estimate_incoming_log_blocks() 317 steps++; in spa_estimate_incoming_log_blocks() 319 return ((steps > 0) ? DIV_ROUND_UP(sum, steps) : 0); in spa_estimate_incoming_log_blocks()
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | README | 59 If you have any problems with OpenSSL then please take the following steps 75 - Problem Description (steps that will reproduce the problem, if known)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-mt6797.txt | 52 - mediatek,tdsel: An integer describing the steps for output level shifter 55 - mediatek,rdsel: An integer describing the steps for input level shifter
|