Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c195 #define HLL_Q (64-HLL_P) /* The number of bits of the hash value used for macro
469 hash |= ((uint64_t)1<<HLL_Q); /* Make sure the loop terminates in hllPatLen()
1039 double z = m * hllTau((m-reghisto[HLL_Q+1])/(double)m); in hllCount()
1040 for (j = HLL_Q; j >= 1; --j) { in hllCount()