Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c1013 uint64_t hllCount(struct hllhdr *hdr, int *invalid) { in hllCount() function
1254 addReplyLongLong(c,hllCount(hdr,NULL)); in pfcountCommand()
1286 card = hllCount(hdr,&invalid); in pfcountCommand()
1456 if (j == checkpoint && hllCount(hdr,NULL) != hllCount(o->ptr,NULL)) { in pfselftestCommand()
1463 int64_t abserr = checkpoint - (int64_t)hllCount(hdr,NULL); in pfselftestCommand()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES269 HyperLogLog: fix comment in hllCount().