Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c845 int scanlen = 5; /* Scan up to 5 upcodes starting from prev. */ in hllSparseSet() local
846 while (p < end && scanlen--) { in hllSparseSet()