Home
last modified time | relevance | path

Searched refs:init_by_array (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Modules/
D_randommodule.c203 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/
DSFMT.h78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
/external/python/cpython2/Modules/
D_randommodule.c171 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/
DSFMT.c1496 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/
DSFMT.c638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() function
/external/python/cpython2/Doc/
Dlicense.rst279 or init_by_array(init_key, key_length).
/external/python/cpython3/Doc/
Dlicense.rst313 or init_by_array(init_key, key_length).