Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 57) sorted by relevance

123

/f-stack/app/redis-5.0.5/utils/hyperloglog/
H A Dhll-gnuplot-graph.rb21 def run_experiment(r,seed,max,step) argument
42 def filter_samples(numsets,max,step,filter) argument
/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c122 double longitude, double latitude, uint8_t step, in geohashEncode()
153 int geohashEncodeType(double longitude, double latitude, uint8_t step, GeoHashBits *hash) { in geohashEncodeType()
159 int geohashEncodeWGS84(double longitude, double latitude, uint8_t step, in geohashEncodeWGS84()
172 uint8_t step = hash.step; in geohashDecode() local
H A Dmemtest.c139 unsigned long step = 4096/sizeof(unsigned long); in memtest_fill_random() local
166 unsigned long step = 4096/sizeof(unsigned long); in memtest_fill_value() local
H A Dsparkline.c119 int step; in sparklineRenderRange() local
H A Dgeohash.h68 uint8_t step; member
H A Dgeohash_helper.c64 int step = 1; in geohashEstimateStepsByRadius() local
/f-stack/freebsd/crypto/skein/
H A Dskein_debug.c19 static void Show64_step(size_t cnt,const u64b_t *X,size_t step) in Show64_step()
36 size_t step = (xptr & 1) ? 2 : 1; in Show64_flag() local
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dsmoothstep.c4 #define STEP(step, h, x, y) \ argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c78 size_t step = (l>>5)+1; /* if string is too long, don't hash all its chars */ in luaS_newlstr() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse.c129 } step; in ngx_parse_time() local
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_impl.h65 unsigned int step; member
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c110 unsigned int step) in ar933x_uart_get_baud()
130 unsigned int *scale, unsigned int *step) in ar933x_uart_get_scale_step()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_queue.c201 uint8_t step = RTE_EVENT_DEV_PRIORITY_LOWEST / in perf_queue_eventdev_setup() local
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c53 size_t step = (l >> LUAI_HASHLIMIT) + 1; in luaS_hash() local
/f-stack/dpdk/app/test/
H A Dtest_common.c217 const uint32_t step = 1; in test_log2() local
H A Dtest_fib_perf.c189 uint32_t step; in generate_random_rule_prefix() local
H A Dtest_lpm_perf.c211 uint32_t step; in generate_random_rule_prefix() local
/f-stack/dpdk/app/test-fib/
H A Dmain.c335 double step; in gen_random_rt_4() local
375 double step = (double)(1ULL << i) / in gen_random_rt_6() local
543 int step = (af == AF_INET) ? 4 : 16; in parse_lookup() local
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c107 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
152 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c77 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildCTable_wksp() local
450 U64 const step = ZSTD_div64((U64)1<<62, (U32)total); /* <== here, one division ! */ in FSE_normalizeCount() local
H A Dzstd_fast.c133 { size_t const step = ((size_t)(ip0-anchor) >> (kSearchStrength - 1)) + stepSize; in ZSTD_compressBlock_fast_generic() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c509 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx() local
698 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx() local
/f-stack/freebsd/contrib/zstd/programs/
H A Ddibio.c182 size_t const step = 8 MB; in DiB_findMaxMem() local
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf()
/f-stack/dpdk/app/test-sad/
H A Dmain.c240 double step; in get_random_rules() local

123