Searched refs:init_by_array (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Modules/ |
D | _randommodule.c | 203 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) in init_by_array() function 242 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_urandom() 262 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_time_pid() 338 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/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_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/cpython2/Doc/ |
D | license.rst | 279 or init_by_array(init_key, key_length).
|
/external/python/cpython3/Doc/ |
D | license.rst | 313 or init_by_array(init_key, key_length).
|