Searched refs:gen_rand64 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A DSFMT.h73 uint64_t gen_rand64(sfmt_t *ctx);
156 return to_res53(gen_rand64(ctx));
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Drtree.c83 uintptr_t key = (uintptr_t)gen_rand64(sfmt);
243 keys[j] = (uintptr_t)gen_rand64(sfmt);
H A DSFMT.c1544 r = gen_rand64(ctx);
1550 r = gen_rand64(ctx);
1581 r = gen_rand64(ctx);
1587 r = gen_rand64(ctx);
/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A DSFMT.c478 * The function gen_rand64 should not be called after gen_rand32,
482 uint64_t gen_rand64(sfmt_t *ctx) { function
516 ret = gen_rand64(ctx);

Completed in 83 milliseconds