OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_gen_rand
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/test/unit/
rtree.c
101
sfmt =
init_gen_rand
(SEED);
rb.c
239
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/test/include/test/
SFMT.h
77
sfmt_t *
init_gen_rand
(uint32_t seed);
Completed in 4494 milliseconds