Home
last modified time | relevance | path

Searched refs:rand32_t (Results 1 – 6 of 6) sorted by relevance

/system/ulib/zircon-internal/include/lib/zircon-internal/
A Dxorshiftrand.h20 } rand32_t; typedef
26 static inline uint32_t rand32(rand32_t* state) { in rand32()
42 static inline void srand32(rand32_t* state, const char* str) { in srand32()
/system/ulib/inet6/
A Dnetifc.c44 } rand32_t; typedef
46 static inline uint32_t rand32(rand32_t* state) { in rand32()
54 rand32_t rstate = { .n = 0x8716253 };
/system/ulib/async-testutils/
A Dtest_loop.cpp24 rand32_t r = { .n = *m }; in Randomize()
/system/utest/fs-host/
A Dtest-rw-workers.cpp27 rand32_t rops;
/system/utest/fs/
A Dtest-rw-workers.c48 rand32_t rops;
/system/uapp/iochk/
A Diochk.cpp441 rand32_t seed_gen = RAND32SEED(static_cast<uint32_t>(base_seed + tid)); in DoWork()
444 rand32_t work_gen = RAND32SEED(rand32(&seed_gen)); in DoWork()

Completed in 13 milliseconds