Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c194 #define HLL_P 14 /* The greater is P, the smaller the error. */ macro
195 #define HLL_Q (64-HLL_P) /* The number of bits of the hash value used for
197 #define HLL_REGISTERS (1<<HLL_P) /* With P=14, 16384 registers. */
468 hash >>= HLL_P; /* Remove bits used to address the register. */ in hllPatLen()