Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c494 uint8_t oldcount; in hllDenseSet() local
496 HLL_DENSE_GET_REGISTER(oldcount,registers,index); in hllDenseSet()
497 if (count > oldcount) { in hllDenseSet()
656 uint8_t oldcount, *sparse, *end, *p, *prev, *next; in hllSparseSet() local
744 oldcount = HLL_SPARSE_VAL_VALUE(p); in hllSparseSet()
746 if (oldcount >= count) return 0; in hllSparseSet()
/f-stack/freebsd/net/
H A Dif.c3110 int oldflags, oldcount; in if_setflag() local
3132 oldcount = *refcount; in if_setflag()
3165 *refcount = oldcount; in if_setflag()