Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c365 #define HLL_SPARSE_XZERO_BIT 0x40 /* 01xxxxxx */ macro
368 #define HLL_SPARSE_IS_XZERO(p) (((*(p)) & 0xc0) == HLL_SPARSE_XZERO_BIT)
386 *(p) = (_l>>8) | HLL_SPARSE_XZERO_BIT; \