| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_tempbuf.h | 177 _Temporary_buffer(_ForwardIterator __seed, size_type __original_len); in _GLIBCXX_VISIBILITY() 200 _ForwardIterator __seed) in _GLIBCXX_VISIBILITY() 209 _GLIBCXX_MOVE(*__seed)); in _GLIBCXX_VISIBILITY() 215 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY() 246 _ForwardIterator __seed) in _GLIBCXX_VISIBILITY() 253 __ucr(__first, __last, __seed); in _GLIBCXX_VISIBILITY() 258 _Temporary_buffer(_ForwardIterator __seed, size_type __original_len) in _GLIBCXX_VISIBILITY() 269 __seed); in _GLIBCXX_VISIBILITY()
|
| H A D | functional_hash.h | 196 size_t __seed = static_cast<size_t>(0xc70f6907UL)) in _GLIBCXX_VISIBILITY() 197 { return _Hash_bytes(__ptr, __clength, __seed); } in _GLIBCXX_VISIBILITY() 215 size_t __seed = static_cast<size_t>(2166136261UL)) in _GLIBCXX_VISIBILITY() 216 { return _Fnv_hash_bytes(__ptr, __clength, __seed); } in _GLIBCXX_VISIBILITY()
|
| H A D | hash_bytes.h | 47 _Hash_bytes(const void* __ptr, size_t __len, size_t __seed); 54 _Fnv_hash_bytes(const void* __ptr, size_t __len, size_t __seed);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_tempbuf.h | 177 _Temporary_buffer(_ForwardIterator __seed, size_type __original_len); in _GLIBCXX_VISIBILITY() 200 _ForwardIterator __seed) in _GLIBCXX_VISIBILITY() 209 _GLIBCXX_MOVE(*__seed)); in _GLIBCXX_VISIBILITY() 215 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY() 246 _ForwardIterator __seed) in _GLIBCXX_VISIBILITY() 253 __ucr(__first, __last, __seed); in _GLIBCXX_VISIBILITY() 258 _Temporary_buffer(_ForwardIterator __seed, size_type __original_len) in _GLIBCXX_VISIBILITY() 269 __seed); in _GLIBCXX_VISIBILITY()
|
| H A D | functional_hash.h | 196 size_t __seed = static_cast<size_t>(0xc70f6907UL)) in _GLIBCXX_VISIBILITY() 197 { return _Hash_bytes(__ptr, __clength, __seed); } in _GLIBCXX_VISIBILITY() 215 size_t __seed = static_cast<size_t>(2166136261UL)) in _GLIBCXX_VISIBILITY() 216 { return _Fnv_hash_bytes(__ptr, __clength, __seed); } in _GLIBCXX_VISIBILITY()
|
| H A D | hash_bytes.h | 47 _Hash_bytes(const void* __ptr, size_t __len, size_t __seed); 54 _Fnv_hash_bytes(const void* __ptr, size_t __len, size_t __seed);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | prandom.h | 93 static inline u32 __seed(u32 x, u32 m) in __seed() function 107 state->s1 = __seed(i, 2U); in prandom_seed_state() 108 state->s2 = __seed(i, 8U); in prandom_seed_state() 109 state->s3 = __seed(i, 16U); in prandom_seed_state() 110 state->s4 = __seed(i, 128U); in prandom_seed_state()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | random32.c | 120 state->s1 = __seed(seeds[0], 2U); in prandom_seed_full_state() 121 state->s2 = __seed(seeds[1], 8U); in prandom_seed_full_state() 122 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state() 123 state->s4 = __seed(seeds[3], 128U); in prandom_seed_full_state() 264 state->s1 = __seed(HWSEED() ^ LCG(seed), 2U); in prandom_seed_early() 265 state->s2 = __seed(HWSEED() ^ LCG(state->s1), 8U); in prandom_seed_early() 266 state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); in prandom_seed_early() 267 state->s4 = __seed(HWSEED() ^ LCG(state->s3), 128U); in prandom_seed_early()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/ |
| H A D | random_number.h | 85 _RandomNumber(uint32_t __seed, uint64_t _M_supremum = 0x100000000ULL) 86 : _M_mt(__seed), _M_supremum(_M_supremum), in _M_mt() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/ |
| H A D | random_number.h | 85 _RandomNumber(uint32_t __seed, uint64_t _M_supremum = 0x100000000ULL) 86 : _M_mt(__seed), _M_supremum(_M_supremum), in _M_mt() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | stdlib.h | 404 extern void srandom (unsigned int __seed) __THROW; 410 extern char *initstate (unsigned int __seed, char *__statebuf, 437 extern int srandom_r (unsigned int __seed, struct random_data *__buf) 440 extern int initstate_r (unsigned int __seed, char *__restrict __statebuf, 455 extern void srand (unsigned int __seed) __THROW; 459 extern int rand_r (unsigned int *__seed) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | stdlib.h | 404 extern void srandom (unsigned int __seed) __THROW; 410 extern char *initstate (unsigned int __seed, char *__statebuf, 437 extern int srandom_r (unsigned int __seed, struct random_data *__buf) 440 extern int initstate_r (unsigned int __seed, char *__restrict __statebuf, 455 extern void srand (unsigned int __seed) __THROW; 459 extern int rand_r (unsigned int *__seed) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | functional | 364 _M_initialize(unsigned int __seed) 367 _M_table[54] = __seed; 373 __k = __seed - __k; 374 __seed = _M_table[__ii]; 386 subtractive_rng(unsigned int __seed) 387 { _M_initialize(__seed); }
|
| H A D | random.tcc | 53 seed(_UIntType __seed) in seed() argument 55 _M_state32[0] = static_cast<uint32_t>(__seed); in seed()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | functional | 364 _M_initialize(unsigned int __seed) 367 _M_table[54] = __seed; 373 __k = __seed - __k; 374 __seed = _M_table[__ii]; 386 subtractive_rng(unsigned int __seed) 387 { _M_initialize(__seed); }
|
| H A D | random.tcc | 53 seed(_UIntType __seed) in seed() argument 55 _M_state32[0] = static_cast<uint32_t>(__seed); in seed()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | random | 1883 {__seed(__q, integral_constant<unsigned, 1916 void __seed(_Sseq& __q, integral_constant<unsigned, 1>); 1918 void __seed(_Sseq& __q, integral_constant<unsigned, 2>); 1954 linear_congruential_engine<_UIntType, __a, __c, __m>::__seed(_Sseq& __q, 1967 linear_congruential_engine<_UIntType, __a, __c, __m>::__seed(_Sseq& __q, 2127 {__seed(__q, integral_constant<unsigned, 1 + (__w - 1) / 32>());} 2176 void __seed(_Sseq& __q, integral_constant<unsigned, 1>); 2178 void __seed(_Sseq& __q, integral_constant<unsigned, 2>); 2325 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 1>) 2350 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 2>) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | random | 1883 {__seed(__q, integral_constant<unsigned, 1916 void __seed(_Sseq& __q, integral_constant<unsigned, 1>); 1918 void __seed(_Sseq& __q, integral_constant<unsigned, 2>); 1954 linear_congruential_engine<_UIntType, __a, __c, __m>::__seed(_Sseq& __q, 1967 linear_congruential_engine<_UIntType, __a, __c, __m>::__seed(_Sseq& __q, 2127 {__seed(__q, integral_constant<unsigned, 1 + (__w - 1) / 32>());} 2176 void __seed(_Sseq& __q, integral_constant<unsigned, 1>); 2178 void __seed(_Sseq& __q, integral_constant<unsigned, 2>); 2325 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 1>) 2350 __t, __c, __l, __f>::__seed(_Sseq& __q, integral_constant<unsigned, 2>) [all …]
|