Home
last modified time | relevance | path

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

/external/fio/lib/
Drand.h75 static inline uint64_t __rand64(struct taus258_state *state) in __rand64() function
100 return __rand64(&state->state64); in __rand()
108 uint64_t val = __rand64(&state->state64); in __rand_0_1()
Drand.c76 __rand64(state); in __init_rand64()