Searched refs:state64 (Results 1 - 5 of 5) sorted by relevance

/external/fio/lib/
H A Drand.h24 struct taus258_state state64; member in union:frand_state::__anon6589
57 __frand64_copy(&dst->state64, &src->state64);
100 return __rand64(&state->state64);
108 uint64_t val = __rand64(&state->state64);
H A Drand.c86 __init_rand64(&state->state64, 1);
96 __init_rand64(&state->state64, seed);
/external/fio/
H A Dverify-state.h20 struct thread_rand64_state state64; member in union:thread_rand_state::__anon6612
H A Dverify.c1625 s->rand.state64.s[0] = cpu_to_le64(td->random_state.state64.s1);
1626 s->rand.state64.s[1] = cpu_to_le64(td->random_state.state64.s2);
1627 s->rand.state64.s[2] = cpu_to_le64(td->random_state.state64.s3);
1628 s->rand.state64.s[3] = cpu_to_le64(td->random_state.state64.s4);
1629 s->rand.state64.s[4] = cpu_to_le64(td->random_state.state64
[all...]
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c461 x86_thread_state64_t* state64 local
464 init_rsp = state64->__rsp;

Completed in 162 milliseconds