Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c367 #define HLL_SPARSE_IS_ZERO(p) (((*(p)) & 0xc0) == 0) /* 00xxxxxx */ macro
606 if (HLL_SPARSE_IS_ZERO(p)) { in hllSparseToDense()
689 if (HLL_SPARSE_IS_ZERO(p)) { in hllSparseSet()
711 if (HLL_SPARSE_IS_ZERO(p)) { in hllSparseSet()
850 } else if (HLL_SPARSE_IS_ZERO(p)) { in hllSparseSet()
916 if (HLL_SPARSE_IS_ZERO(p)) { in hllSparseRegHisto()
1086 if (HLL_SPARSE_IS_ZERO(p)) { in hllMerge()
1546 if (HLL_SPARSE_IS_ZERO(p)) { in pfdebugCommand()