| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_parse.c | 129 } step; in ngx_parse_time() local 159 step = st_year; in ngx_parse_time() 168 step = st_month; in ngx_parse_time() 177 step = st_week; in ngx_parse_time() 183 if (step >= st_day) { in ngx_parse_time() 186 step = st_day; in ngx_parse_time() 195 step = st_hour; in ngx_parse_time() 206 step = st_msec; in ngx_parse_time() 215 step = st_min; in ngx_parse_time() 224 step = st_sec; in ngx_parse_time() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash.c | 122 double longitude, double latitude, uint8_t step, in geohashEncode() argument 125 if (hash == NULL || step > 32 || step == 0 || in geohashEncode() 134 hash->step = step; in geohashEncode() 147 lat_offset *= (1ULL << step); in geohashEncode() 148 long_offset *= (1ULL << step); in geohashEncode() 161 return geohashEncodeType(longitude, latitude, step, hash); in geohashEncodeWGS84() 172 uint8_t step = hash.step; in geohashDecode() local 231 uint64_t zz = 0x5555555555555555ULL >> (64 - hash->step * 2); in geohash_move_x() 240 x &= (0xaaaaaaaaaaaaaaaaULL >> (64 - hash->step * 2)); in geohash_move_x() 251 uint64_t zz = 0xaaaaaaaaaaaaaaaaULL >> (64 - hash->step * 2); in geohash_move_y() [all …]
|
| H A D | geohash_helper.c | 64 int step = 1; in geohashEstimateStepsByRadius() local 67 step++; in geohashEstimateStepsByRadius() 69 step -= 2; /* Make sure range is included in most of the base cases. */ in geohashEstimateStepsByRadius() 75 step--; in geohashEstimateStepsByRadius() 76 if (lat > 80 || lat < -80) step--; in geohashEstimateStepsByRadius() 80 if (step < 1) step = 1; in geohashEstimateStepsByRadius() 81 if (step > 26) step = 26; in geohashEstimateStepsByRadius() 82 return step; in geohashEstimateStepsByRadius() 206 bits <<= (52 - hash.step * 2); in geohashAlign52Bits()
|
| H A D | sparkline.c | 119 int step; in sparklineRenderRange() local 122 step = (int) (relval*steps)/relmax; in sparklineRenderRange() 123 if (step < 0) step = 0; in sparklineRenderRange() 124 if (step >= steps) step = steps-1; in sparklineRenderRange() 128 int charidx = step-((rows-row-1)*charset_len); in sparklineRenderRange()
|
| H A D | geohash.h | 43 #define HASHISZERO(r) (!(r).bits && !(r).step) 68 uint8_t step; member 99 double longitude, double latitude, uint8_t step, 102 uint8_t step, GeoHashBits *hash); 103 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step,
|
| H A D | memtest.c | 139 unsigned long step = 4096/sizeof(unsigned long); in memtest_fill_random() local 141 unsigned long iwords = words/step; /* words per iteration */ in memtest_fill_random() 147 for (off = 0; off < step; off++) { in memtest_fill_random() 153 l1 += step; in memtest_fill_random() 154 l2 += step; in memtest_fill_random() 166 unsigned long step = 4096/sizeof(unsigned long); in memtest_fill_value() local 168 unsigned long iwords = words/step; /* words per iteration */ in memtest_fill_value() 172 for (off = 0; off < step; off++) { in memtest_fill_value() 186 l1 += step; in memtest_fill_value() 187 l2 += step; in memtest_fill_value()
|
| H A D | geohash_helper.h | 37 #define GZERO(s) s.bits = s.step = 0; 38 #define GISZERO(s) (!s.bits && !s.step) 39 #define GISNOTZERO(s) (s.bits || s.step)
|
| /f-stack/app/redis-5.0.5/utils/hyperloglog/ |
| H A D | hll-gnuplot-graph.rb | 21 def run_experiment(r,seed,max,step) argument 25 step = 1000 if step > 1000 28 step.times { 42 def filter_samples(numsets,max,step,filter) argument 46 dataset[i] = run_experiment(r,i,max,step)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | smoothstep.sh | 39 step=$1 40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s… 45 step=$1 46 …y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | t… 51 step=$1 52 …y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 … 86 /* STEP(step, h, x, y) */ \\
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | tps51632-regulator.txt | 9 - ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this 10 will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage 11 step is 10mV as per datasheet. 26 ti,dvfs-step-20mV;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | hisi504-nand.txt | 17 - nand-ecc-strength: Number of bits to correct per ECC step. 18 - nand-ecc-step-size: Number of data bytes covered by a single ECC step. 20 The following ECC strength and step size are currently supported: 22 - nand-ecc-strength = <16>, nand-ecc-step-size = <1024> 36 nand-ecc-step-size = <1024>;
|
| H A D | mtk-nand.txt | 50 - nand-ecc-step-size: Number of data bytes covered by a single ECC step. 55 - nand-ecc-strength: Number of bits to correct per ECC step. 71 Q : nand-ecc-step-size. 75 this number depends on max ecc step size 77 If max ecc step size supported is 1024, 79 ecc step size is 512, then it should be 129 nand-ecc-step-size = <1024>;
|
| H A D | tango-nand.txt | 30 nand-ecc-step-size = <1024>; 36 nand-ecc-step-size = <1024>;
|
| H A D | denali,nand.yaml | 83 nand-ecc-step-size: 102 nand-ecc-step-size: 120 nand-ecc-step-size:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | ti-tsc-adc.txt | 15 programmable steps each step is used to 41 ti,charge-delay: Length of touch screen charge delay step in terms of 49 charge step, so this does in fact function as a 54 ti,chan-step-opendelay: List of open delays for each channel of 58 step configuration registers and before 61 ti,chan-step-sampledelay: List of sample delays for each channel 67 ti,chan-step-avg: Number of averages to be performed for each 87 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>; 88 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>; 89 ti,chan-step-avg = <16 2 4 8>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | max77693.txt | 53 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 57 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 68 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 99 Valid values: 3300 - 5500, step by 25 (rounded down) 104 Valid values: 2400 - 3400, step by 33 (rounded down) 112 15625 - 250000, step by 15625 (rounded down) 114 15625 - 500000, step by 15625 (rounded down) 118 15625 - 1000000, step by 15625 (rounded down) 120 15625 - 1250000, step by 15625 (rounded down) 122 15625 - 625000, step by 15625 (rounded down) [all …]
|
| H A D | tps65086.txt | 25 - ti,regulator-step-size-25mv : This is applicable for buck[1-6], set this 27 step voltage mapping. 51 ti,regulator-step-size-25mv;
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_debug.c | 19 static void Show64_step(size_t cnt,const u64b_t *X,size_t step) in Show64_step() argument 22 for (i=j=0;i < cnt;i++,j+=step) in Show64_step() 36 size_t step = (xptr & 1) ? 2 : 1; in Show64_flag() local 37 if (step != 1) in Show64_flag() 41 Show64_step(cnt,X,step); in Show64_flag()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_fib_perf.c | 189 uint32_t step; in generate_random_rule_prefix() local 231 step = 1; in generate_random_rule_prefix() 233 step = round((double)range / rule_num); in generate_random_rule_prefix() 245 start = (start + step) & mask; in generate_random_rule_prefix()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 122 Enqueue first step 137 Enqueue second step 151 Enqueue last step 175 Dequeue last step 190 Dequeue second step 204 Dequeue last step 229 Multiple producer enqueue first step 251 Multiple producer enqueue second step 266 Multiple producer enqueue third step 281 Multiple producer enqueue fourth step [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | fsl-imx-esdhc.txt | 41 - fsl,tuning-step: Specify the increasing delay cell steps in tuning procedure. 42 The uSDHC use one delay cell as default increasing step to do tuning process. 43 This property allows user to change the tuning step to more than one delay 45 tuning step can't find the proper delay window within limited tuning retries.
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse_decompress.c | 107 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local 143 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildDTable_internal() 146 position = (position + (unroll * step)) & tableMask; in FSE_buildDTable_internal() 152 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local 158 position = (position + step) & tableMask; in FSE_buildDTable_internal() 159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument 312 if (step == 0 || step > have) in inf() 313 step = have; in inf() 314 strm.avail_in = step; in inf() 315 have -= step; in inf() 339 strm.avail_in = step > have ? have : step; in inf()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstring.c | 78 size_t step = (l>>5)+1; /* if string is too long, don't hash all its chars */ in luaS_newlstr() local 80 for (l1=l; l1>=step; l1-=step) /* compute hash */ in luaS_newlstr()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | ti,bq24735.txt | 16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value 20 must be between 1.024V and 19.2V with a 16mV step resolution. The POR value 24 value must be between 128mA and 8.064A with a 128mA step resolution. The
|