Searched refs:init_by_array (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Modules/ |
D | _randommodule.c | 172 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) in init_by_array() function 211 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_urandom() 231 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_time_pid() 309 init_by_array(self, key, keyused); in random_seed()
|
/external/jemalloc_new/test/include/test/ |
D | SFMT.h | 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
|
/external/jemalloc/test/include/test/ |
D | SFMT.h | 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 171 init_by_array(RandomObject *self, unsigned long init_key[], unsigned long key_length) in init_by_array() function 308 result = init_by_array(self, key, keyused); in random_seed()
|
/external/jemalloc_new/test/unit/ |
D | SFMT.c | 1496 ctx = init_by_array(ini, 4); in TEST_BEGIN() 1501 ctx = init_by_array(ini, 4); in TEST_BEGIN() 1566 ctx = init_by_array(ini, 5); in TEST_BEGIN() 1571 ctx = init_by_array(ini, 5); in TEST_BEGIN()
|
/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/jemalloc_new/test/src/ |
D | SFMT.c | 638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() function
|
/external/python/cpython3/Doc/ |
D | license.rst | 279 or init_by_array(init_key, key_length).
|
/external/python/cpython2/Doc/ |
D | license.rst | 279 or init_by_array(init_key, key_length).
|