Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c378 #define HLL_SPARSE_VAL_SET(p,val,len) do { \ macro
750 HLL_SPARSE_VAL_SET(p,count,1); in hllSparseSet()
758 HLL_SPARSE_VAL_SET(p,count,1); in hllSparseSet()
793 HLL_SPARSE_VAL_SET(n,count,1); in hllSparseSet()
811 HLL_SPARSE_VAL_SET(n,curval,len); in hllSparseSet()
814 HLL_SPARSE_VAL_SET(n,count,1); in hllSparseSet()
818 HLL_SPARSE_VAL_SET(n,curval,len); in hllSparseSet()
862 HLL_SPARSE_VAL_SET(p+1,v1,len); in hllSparseSet()