Searched refs:rand32_t (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/
H A Dxorshiftrand.h20 } rand32_t; typedef in typeref:struct:__anon1279
26 static inline uint32_t rand32(rand32_t* state) {
42 static inline void srand32(rand32_t* state, const char* str) {
/fuchsia/zircon/bootloader/src/
H A Dnetifc.c33 } rand32_t; typedef in typeref:struct:__anon10
35 static inline uint32_t rand32(rand32_t* state) {
43 rand32_t rstate = {.n = 0x8716253};
/fuchsia/zircon/system/ulib/inet6/
H A Dnetifc.c43 } rand32_t; typedef in typeref:struct:__anon1144
45 static inline uint32_t rand32(rand32_t* state) {
53 rand32_t rstate = { .n = 0x8716253 };
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp22 rand32_t r = { .n = *m };
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp27 rand32_t rops;
/fuchsia/zircon/system/uapp/iochk/
H A Diochk.cpp430 rand32_t seed_gen = RAND32SEED(static_cast<uint32_t>(base_seed + tid));
433 rand32_t work_gen = RAND32SEED(rand32(&seed_gen));
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c48 rand32_t rops;

Completed in 85 milliseconds