Searched refs:init_by_array (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mt19937ar/ |
D | mt19937ar.h | 57 void init_by_array(uint32 init_key[], int key_length);
|
D | readme-mt.txt | 17 init_genrand(seed) and init_by_array(init_key, key_length). 22 init_by_array(init_key, key_length) initializes the state vector
|
D | mt19937ar.cc | 79 void MersenneTwister::init_by_array(uint32 init_key[], int key_length) in init_by_array() function in MersenneTwister
|
D | LICENSE | 5 or init_by_array(init_key, key_length).
|
/external/jemalloc/test/include/test/ |
D | SFMT.h | 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
|
/external/jemalloc/test/unit/ |
D | SFMT.c | 1498 ctx = init_by_array(ini, 4); in TEST_BEGIN() 1503 ctx = init_by_array(ini, 4); in TEST_BEGIN() 1570 ctx = init_by_array(ini, 5); in TEST_BEGIN() 1575 ctx = init_by_array(ini, 5); in TEST_BEGIN()
|
/external/jemalloc/test/src/ |
D | SFMT.c | 638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() function
|
/external/chromium_org/ |
D | NOTICE | 8177 or init_by_array(init_key, key_length).
|