Searched refs:init_gen_rand (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT.h77 sfmt_t *init_gen_rand(uint32_t seed);
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Drtree.c161 sfmt_t *sfmt = init_gen_rand(SEED);
H A Dph.c182 sfmt = init_gen_rand(SEED);
H A Drb.c237 sfmt = init_gen_rand(SEED);
H A DSFMT.c1461 ctx = init_gen_rand(1234);
1466 ctx = init_gen_rand(1234);
1530 ctx = init_gen_rand(4321);
1535 ctx = init_gen_rand(4321);
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A DSFMT.c444 * init_gen_rand or init_by_array must be called before this function.
477 * init_gen_rand or init_by_array must be called before this function.
533 * For initialization, init_gen_rand or init_by_array must be called
569 * For initialization, init_gen_rand or init_by_array must be called
607 sfmt_t *init_gen_rand(uint32_t seed) { function

Completed in 212 milliseconds