Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c368 #define HLL_SPARSE_IS_XZERO(p) (((*(p)) & 0xc0) == HLL_SPARSE_XZERO_BIT) macro
610 } else if (HLL_SPARSE_IS_XZERO(p)) { in hllSparseToDense()
705 next = HLL_SPARSE_IS_XZERO(p) ? p+2 : p+1; in hllSparseSet()
714 } else if (HLL_SPARSE_IS_XZERO(p)) { in hllSparseSet()
847 if (HLL_SPARSE_IS_XZERO(p)) { in hllSparseSet()
921 } else if (HLL_SPARSE_IS_XZERO(p)) { in hllSparseRegHisto()
1090 } else if (HLL_SPARSE_IS_XZERO(p)) { in hllMerge()
1550 } else if (HLL_SPARSE_IS_XZERO(p)) { in pfdebugCommand()