Home
last modified time | relevance | path

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

/external/fio/lib/
Dzipf.c72 return (__hash_u64(val - 1) + zs->rand_off) % zs->nranges; in zipf_next()
87 return (__hash_u64(n * pow(rand, zs->pareto_pow)) + zs->rand_off) % zs->nranges; in pareto_next()
/external/fio/
Dhash.h66 static inline uint64_t __hash_u64(uint64_t val) in __hash_u64() function