/freebsd/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>;
|
H A D | rotary-encoder.yaml | 28 rotary-encoder,steps: 32 Number of steps in a full turnaround of the 41 device, hence no steps need to be passed. 47 greater than the specified steps or smaller than 0. For absolute axis only. 49 rotary-encoder,steps-per-period: 54 Number of steps (stable states) per period. 64 description: the method used to encode steps. 72 This property is deprecated. Instead, a 'steps-per-period ' value should 73 be used, such as "rotary-encoder,steps-per-period = <2>".
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 5 steps: 11 steps: 21 steps: 28 steps: 40 steps: 69 steps: 91 steps: 100 steps: 127 steps: 141 steps [all...] |
/freebsd/lib/libc/stdlib/ |
H A D | tsearch_path.h | 44 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/leds/backlight/ |
H A D | pwm-backlight.yaml | 45 num-interpolated-steps: 47 Number of interpolated steps between each value of brightness-levels 54 num-interpolated-steps: [brightness-levels] 78 // Example using num-interpolation-steps: 84 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>;
|
H A D | mediatek,mt6370-backlight.yaml | 16 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/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 14 steps: 24 steps: 34 steps: 44 steps:
|
H A D | checkstyle.yaml | 14 steps: 53 if: failure() && steps.CheckABI.outcome == 'failure' 57 if: failure() && steps.CheckABI.outcome == 'failure' 61 if: failure() && steps.CheckABI.outcome == 'failure'
|
H A D | zfs-qemu.yml | 28 test_os: ${{ steps.os.outputs.os }} 29 ci_type: ${{ steps.os.outputs.ci_type }} 30 steps: 83 steps: 149 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }… 157 steps:
|
/freebsd/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/contrib/googletest/.github/workflows/ |
H A D | gtest-ci.yml | 13 steps: 24 steps: 36 steps:
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | xxfi_negotiate.html | 52 <TD>the protocol steps offered by the MTA. 64 <TD>the protocol steps requested by the milter. 83 If a milter just wants to inspect the available protocol steps 86 and the MTA will make all protocol steps and actions available 119 and the protocol steps (f1) were implicitly derived by checking whether 132 The protocol steps are defined in 139 Protocol steps 260 set the desired actions and protocol steps
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 116 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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.steps.d | 44 printf("20 steps:\n"); 47 printf("100 steps:\n"); 50 printf("1000 steps:\n");
|
/freebsd/contrib/googletest/.github/ISSUE_TEMPLATE/ |
H A D | 00-bug_report.yml | 13 id: steps 15 label: Steps to reproduce the problem 16 …e problem that you are experiencing. Please provide all code and relevant steps to reproduce the p…
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Logger.cpp | 52 unsigned Blocks = 0, Steps = 0; in endAnalysis() local 55 Steps += E.second; in endAnalysis() 58 << Steps << " total steps ===\n"; in endAnalysis()
|
/freebsd/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/sys/contrib/zstd/lib/ |
H A D | zdict.h | 181 * Redirect towards ZDICT_optimizeTrainFromBuffer_fastCover() single-threaded, with d=8, steps=4, 285 …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 332 * All of the parameters d, k, steps are optional. 334 * if steps is zero it defaults to its default value. 335 …* If k is non-zero then we don't check multiple values of k, otherwise we check steps values in [5… 374 * All of the parameters d, k, steps, f, and accel are optional. 376 * if steps is zero it defaults to its default value. 377 …* If k is non-zero then we don't check multiple values of k, otherwise we check steps values in [5…
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 45 "The # of steps executed."); 46 STATISTIC(NumSTUSteps, "The # of STU steps executed."); 47 STATISTIC(NumCTUSteps, "The # of CTU steps executed."); 49 "The # of times we reached the max number of steps."); 87 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps. 129 // Check if we have a steps limit in ExecuteWorkList() 133 // a very large number of maximum steps. in ExecuteWorkList() 139 unsigned Steps = MaxSteps; in ExecuteWorkList() local 142 if (Steps == 0) { in ExecuteWorkList() 146 --Steps; in ExecuteWorkList() [all …]
|
/freebsd/contrib/libarchive/.github/workflows/ |
H A D | cifuzz.yml |
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_cifuzz.yml | 6 steps: 23 if: failure() && steps.build.outcome == 'success'
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 94 * See section FIPS 186-4 B.3.6 (Steps 4.2/5.2). 138 * See FIPS 186-4 B.3.6 (Steps 4 & 5) 181 /* (Steps 4.1/5.1): Randomly generate Xp1 if it is not passed in */ in ossl_bn_rsa_fips186_4_gen_prob_primes() 188 /* (Steps 4.1/5.1): Randomly generate Xp2 if it is not passed in */ in ossl_bn_rsa_fips186_4_gen_prob_primes() 196 /* (Steps 4.2/5.2) - find first auxiliary probable primes */ in ossl_bn_rsa_fips186_4_gen_prob_primes() 204 /* (Steps 4.3/5.3) - generate prime */ in ossl_bn_rsa_fips186_4_gen_prob_primes()
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | cifuzz.yml | 12 steps: 29 if: failure() && steps.build.outcome == 'success'
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | cmtime.1 | 4 cmtime \- RDMA CM connection steps timing test. 13 Determines min and max times for various "steps" in RDMA CM
|