HomeSort by relevance Sort by last modified time
    Searched refs:init_gen_rand (Results 1 - 12 of 12) sorted by null

  /external/jemalloc_new/test/include/test/
SFMT.h 77 sfmt_t *init_gen_rand(uint32_t seed);
  /external/jemalloc/test/include/test/
SFMT.h 77 sfmt_t *init_gen_rand(uint32_t seed);
  /external/jemalloc/test/unit/
rtree.c 101 sfmt = init_gen_rand(SEED);
ph.c 176 sfmt = init_gen_rand(SEED);
rb.c 239 sfmt = init_gen_rand(SEED);
SFMT.c     [all...]
  /external/jemalloc_new/test/unit/
rtree.c 161 sfmt_t *sfmt = init_gen_rand(SEED);
ph.c 182 sfmt = init_gen_rand(SEED);
rb.c 237 sfmt = init_gen_rand(SEED);
SFMT.c     [all...]
  /external/jemalloc/test/src/
SFMT.c 444 * 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
  /external/jemalloc_new/test/src/
SFMT.c 444 * 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 128 milliseconds