| /f-stack/freebsd/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>;
|
| /f-stack/freebsd/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()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash_helper.c | 124 int steps; in geohashGetAreasByRadius() local 132 steps = geohashEstimateStepsByRadius(radius_meters,latitude); in geohashGetAreasByRadius() 135 geohashEncode(&long_range,&lat_range,longitude,latitude,steps,&hash); in geohashGetAreasByRadius() 163 if (steps > 1 && decrease_step) { in geohashGetAreasByRadius() 164 steps--; in geohashGetAreasByRadius() 165 geohashEncode(&long_range,&lat_range,longitude,latitude,steps,&hash); in geohashGetAreasByRadius() 171 if (steps >= 2) { in geohashGetAreasByRadius()
|
| H A D | sparkline.c | 100 int steps = charset_len*rows; in sparklineRenderRange() local 122 step = (int) (relval*steps)/relmax; in sparklineRenderRange() 124 if (step >= steps) step = steps-1; in sparklineRenderRange()
|
| H A D | rax.h | 203 int raxRandomWalk(raxIterator *it, size_t steps);
|
| /f-stack/freebsd/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>;
|
| /f-stack/dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 7 This doc has information about steps to setup OCTEON TX platform 45 available with OCTEON TX SDK only. So for using crypto offload, follow the steps 91 The above steps would rebuild the modules and the required intermediate binaries. 93 drivers can be compiled with the following steps, 116 The following steps can be used to perform cross-compilation with OCTEON TX 124 The above steps will prepare build system with required toolchain.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 14 Testing steps 17 This section shows the steps of how to start VMs with vDPA vhost-user 88 -chardev socket,id=char0,path=<socket_file created in above steps> \ 101 VM to vDPA backend VM and vice versa. Here are the detailed steps. Assume A is
|
| H A D | vhost_blk.rst | 19 Testing steps 22 This section shows the steps how to start a VM with the block device as
|
| H A D | vhost_crypto.rst | 13 Testing steps 16 This section shows the steps how to start a VM with the crypto device as
|
| /f-stack/freebsd/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"
|
| H A D | exynos5420-arndale-octa.dts | 97 * Reduce the CPU speed by 2 steps, down to: 1600 MHz 113 * Reduce the CPU speed down to 1200 MHz big (6 steps) 114 * and 800 MHz LITTLE (5 steps). 130 * big (11 steps) and 600 MHz LITTLE (7 steps).
|
| H A D | exynos5422-odroidxu3-common.dtsi | 109 * by 2 steps. On Exynos5422/5800 that would 125 * further, down to 600 MHz (14 steps for big, 126 * 8 steps for LITTLE).
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pinephone-1.1.dts | 28 num-interpolated-steps = <50>;
|
| H A D | sun50i-a64-pinephone-1.2.dts | 29 num-interpolated-steps = <50>;
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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()
|
| /f-stack/app/redis-5.0.5/deps/ |
| H A D | README.md | 21 just following tose steps: 34 active defragmentation, in addition to the above steps you need to perform 35 the following additional steps:
|
| /f-stack/freebsd/contrib/openzfs/.github/workflows/ |
| H A D | checkstyle.yaml | 10 steps:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | ti-tsc-adc.txt | 15 programmable steps each step is used to 21 of the 16 software steps available. The
|