Home
last modified time | relevance | path

Searched refs:HLL_SPARSE_VAL_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c374 #define HLL_SPARSE_VAL_MAX_VALUE 32 macro
662 if (count > HLL_SPARSE_VAL_MAX_VALUE) goto promote; in hllSparseSet()