Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c366 #define HLL_SPARSE_VAL_BIT 0x80 /* 1vvvvvxx */ macro
369 #define HLL_SPARSE_IS_VAL(p) ((*(p)) & HLL_SPARSE_VAL_BIT)
379 *(p) = (((val)-1)<<2|((len)-1))|HLL_SPARSE_VAL_BIT; \