Home
last modified time | relevance | path

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

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