Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c369 #define HLL_SPARSE_IS_VAL(p) ((*(p)) & HLL_SPARSE_VAL_BIT) macro
691 } else if (HLL_SPARSE_IS_VAL(p)) { in hllSparseSet()
856 if (p+1 < end && HLL_SPARSE_IS_VAL(p+1)) { in hllSparseSet()