Searched refs:init_by_array (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _randommodule.c | 208 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) in init_by_array() function 247 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_urandom() 271 init_by_array(self, key, Py_ARRAY_LENGTH(key)); in random_seed_time_pid() 348 init_by_array(self, key, keyused); in random_seed()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A 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()
|
/aosp_15_r20/external/jemalloc_new/test/include/test/ |
H A D | SFMT.h | 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
|
/aosp_15_r20/external/jemalloc_new/test/src/ |
H A D | SFMT.c | 638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) { in init_by_array() function
|
/aosp_15_r20/external/python/cpython2/Doc/ |
D | license.rst | 279 or init_by_array(init_key, key_length).
|
/aosp_15_r20/external/python/cpython3/Doc/ |
D | license.rst | 313 or init_by_array(init_key, key_length).
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 96543 -sfmt_t *init_by_array(uint32_t *init_key, int key_length); 101705 - * by init_by_array 101715 - * by init_by_array 101787 - * init_gen_rand or init_by_array must be called before this function. 101820 - * init_gen_rand or init_by_array must be called before this function. 101876 - * For initialization, init_gen_rand or init_by_array must be called 101912 - * For initialization, init_gen_rand or init_by_array must be called 101981 -sfmt_t *init_by_array(uint32_t *init_key, int key_length) { 104745 - ctx = init_by_array(ini, 4); 104750 - ctx = init_by_array(ini, 4); [all …]
|
/aosp_15_r20/development/sdk/ |
H A D | sdk_files_NOTICE.txt | 7916 or init_by_array(init_key, key_length).
|
/aosp_15_r20/prebuilts/sdk/tools/windows/bin/ |
H A D | NOTICE.txt | 9063 or init_by_array(init_key, key_length).
|
/aosp_15_r20/prebuilts/sdk/tools/darwin/bin/ |
H A D | NOTICE.txt | 9063 or init_by_array(init_key, key_length).
|
/aosp_15_r20/prebuilts/sdk/tools/linux/bin/ |
H A D | NOTICE.txt | 9255 or init_by_array(init_key, key_length).
|