Home
last modified time | relevance | path

Searched defs:init_by_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Modules/
D_randommodule.c208 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) in init_by_array() function
/aosp_15_r20/external/jemalloc_new/test/src/
H A DSFMT.c638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() function