HomeSort by relevance Sort by last modified time
    Searched refs:__rand64 (Results 1 - 2 of 2) sorted by null

  /external/fio/lib/
rand.h 75 static inline uint64_t __rand64(struct taus258_state *state) function
100 return __rand64(&state->state64);
108 uint64_t val = __rand64(&state->state64);
rand.c 76 __rand64(state);

Completed in 738 milliseconds