Searched refs:oldcount (Results 1 – 2 of 2) sorted by relevance
494 uint8_t oldcount; in hllDenseSet() local496 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() local744 oldcount = HLL_SPARSE_VAL_VALUE(p); in hllSparseSet()746 if (oldcount >= count) return 0; in hllSparseSet()
3110 int oldflags, oldcount; in if_setflag() local3132 oldcount = *refcount; in if_setflag()3165 *refcount = oldcount; in if_setflag()