Searched refs:hllCount (Results 1 – 2 of 2) sorted by relevance
1013 uint64_t hllCount(struct hllhdr *hdr, int *invalid) { in hllCount() function1254 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()
269 HyperLogLog: fix comment in hllCount().