Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c807 int curval = HLL_SPARSE_VAL_VALUE(p); in hllSparseSet() local
811 HLL_SPARSE_VAL_SET(n,curval,len); in hllSparseSet()
818 HLL_SPARSE_VAL_SET(n,curval,len); in hllSparseSet()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1367 uint64_t curval; in ztest_dsl_prop_set_uint64() local
1380 VERIFY0(dsl_prop_get_integer(osname, propname, &curval, setpoint)); in ztest_dsl_prop_set_uint64()
1385 err = zfs_prop_index_to_string(prop, curval, &valname); in ztest_dsl_prop_set_uint64()
1388 propname, (unsigned long long)curval, setpoint); in ztest_dsl_prop_set_uint64()