/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 129 _Hash_bytes(const void* ptr, size_t len, size_t seed) 139 size_t hash = seed ^ (len * mul); 174 _Hash_bytes(const void* ptr, size_t len, size_t seed) 176 size_t hash = seed; 184 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 185 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 129 _Hash_bytes(const void* ptr, size_t len, size_t seed) 139 size_t hash = seed ^ (len * mul); 174 _Hash_bytes(const void* ptr, size_t len, size_t seed) 176 size_t hash = seed; 184 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 185 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 134 _Hash_bytes(const void* ptr, size_t len, size_t seed) 144 size_t hash = seed ^ (len * mul); 182 _Hash_bytes(const void* ptr, size_t len, size_t seed) 184 size_t hash = seed; 192 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 193 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 129 _Hash_bytes(const void* ptr, size_t len, size_t seed) 139 size_t hash = seed ^ (len * mul); 174 _Hash_bytes(const void* ptr, size_t len, size_t seed) 176 size_t hash = seed; 184 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 185 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 134 _Hash_bytes(const void* ptr, size_t len, size_t seed) 144 size_t hash = seed ^ (len * mul); 182 _Hash_bytes(const void* ptr, size_t len, size_t seed) 184 size_t hash = seed; 192 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 193 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 134 _Hash_bytes(const void* ptr, size_t len, size_t seed) 144 size_t hash = seed ^ (len * mul); 182 _Hash_bytes(const void* ptr, size_t len, size_t seed) 184 size_t hash = seed; 192 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 193 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 134 _Hash_bytes(const void* ptr, size_t len, size_t seed) 144 size_t hash = seed ^ (len * mul); 182 _Hash_bytes(const void* ptr, size_t len, size_t seed) 184 size_t hash = seed; 192 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 193 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | hash_bytes.cc | 74 _Hash_bytes(const void* ptr, size_t len, size_t seed) in _Hash_bytes() argument 77 size_t hash = seed ^ len; in _Hash_bytes() 134 _Hash_bytes(const void* ptr, size_t len, size_t seed) 144 size_t hash = seed ^ (len * mul); 182 _Hash_bytes(const void* ptr, size_t len, size_t seed) 184 size_t hash = seed; 192 _Fnv_hash_bytes(const void* ptr, size_t len, size_t seed) 193 { return _Hash_bytes(ptr, len, seed); }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | random.h | 573 { seed(); } in _GLIBCXX_VISIBILITY() 584 seed() in _GLIBCXX_VISIBILITY() 915 this->seed(); in _GLIBCXX_VISIBILITY() 939 this->seed(__g); in _GLIBCXX_VISIBILITY() 1144 void seed() in _GLIBCXX_VISIBILITY() 1146 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1158 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1340 seed() in _GLIBCXX_VISIBILITY() 1342 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1343 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | random.h | 573 { seed(); } in _GLIBCXX_VISIBILITY() 584 seed() in _GLIBCXX_VISIBILITY() 915 this->seed(); in _GLIBCXX_VISIBILITY() 939 this->seed(__g); in _GLIBCXX_VISIBILITY() 1144 void seed() in _GLIBCXX_VISIBILITY() 1146 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1158 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1340 seed() in _GLIBCXX_VISIBILITY() 1342 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1343 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | random.h | 573 { seed(); } in _GLIBCXX_VISIBILITY() 584 seed() in _GLIBCXX_VISIBILITY() 915 this->seed(); in _GLIBCXX_VISIBILITY() 939 this->seed(__g); in _GLIBCXX_VISIBILITY() 1144 void seed() in _GLIBCXX_VISIBILITY() 1146 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1158 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1340 seed() in _GLIBCXX_VISIBILITY() 1342 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1343 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | random.h | 569 { seed(); } in _GLIBCXX_VISIBILITY() 580 seed() in _GLIBCXX_VISIBILITY() 911 this->seed(); in _GLIBCXX_VISIBILITY() 935 this->seed(__g); in _GLIBCXX_VISIBILITY() 1140 void seed() in _GLIBCXX_VISIBILITY() 1142 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1154 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1336 seed() in _GLIBCXX_VISIBILITY() 1338 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1339 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | random.h | 569 { seed(); } in _GLIBCXX_VISIBILITY() 580 seed() in _GLIBCXX_VISIBILITY() 911 this->seed(); in _GLIBCXX_VISIBILITY() 935 this->seed(__g); in _GLIBCXX_VISIBILITY() 1140 void seed() in _GLIBCXX_VISIBILITY() 1142 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1154 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1336 seed() in _GLIBCXX_VISIBILITY() 1338 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1339 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | random.h | 569 { seed(); } in _GLIBCXX_VISIBILITY() 580 seed() in _GLIBCXX_VISIBILITY() 911 this->seed(); in _GLIBCXX_VISIBILITY() 935 this->seed(__g); in _GLIBCXX_VISIBILITY() 1140 void seed() in _GLIBCXX_VISIBILITY() 1142 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1154 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1336 seed() in _GLIBCXX_VISIBILITY() 1338 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1339 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | random.h | 569 { seed(); } in _GLIBCXX_VISIBILITY() 580 seed() in _GLIBCXX_VISIBILITY() 911 this->seed(); in _GLIBCXX_VISIBILITY() 935 this->seed(__g); in _GLIBCXX_VISIBILITY() 1140 void seed() in _GLIBCXX_VISIBILITY() 1142 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1154 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1336 seed() in _GLIBCXX_VISIBILITY() 1338 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1339 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | random.h | 573 { seed(); } in _GLIBCXX_VISIBILITY() 584 seed() in _GLIBCXX_VISIBILITY() 915 this->seed(); in _GLIBCXX_VISIBILITY() 939 this->seed(__g); in _GLIBCXX_VISIBILITY() 1144 void seed() in _GLIBCXX_VISIBILITY() 1146 _M_b.seed(); in _GLIBCXX_VISIBILITY() 1158 _M_b.seed(__g); in _GLIBCXX_VISIBILITY() 1340 seed() in _GLIBCXX_VISIBILITY() 1342 _M_b1.seed(); in _GLIBCXX_VISIBILITY() 1343 _M_b2.seed(); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | rand_r.c | 25 int rand_r (unsigned int *seed) in rand_r() argument 27 unsigned int next = *seed; in rand_r() 44 *seed = next; in rand_r()
|
A D | random_r.c | 191 int srandom_r (unsigned int seed, struct random_data *buf) in libc_hidden_def() 208 if (seed == 0) in libc_hidden_def() 209 seed = 1; in libc_hidden_def() 210 state[0] = seed; in libc_hidden_def() 215 word = seed; in libc_hidden_def() 258 int initstate_r (unsigned int seed, char *arg_state, size_t n, struct random_data *buf) in libc_hidden_def() 294 srandom_r (seed, buf); in libc_hidden_def()
|
A D | random.c | 192 char * initstate (unsigned int seed, char *arg_state, size_t n) in strong_alias() 198 initstate_r (seed, arg_state, n, &unsafe_state); in strong_alias()
|
/l4re-core-master/l4util/lib/src/ |
A D | rand.c | 30 l4util_srand (l4_uint32_t seed) in l4util_srand() argument 32 l4_rand_next = seed; in l4util_srand()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | random.cc | 299 unsigned long seed = 5489UL; in _M_init_pretr1() local 304 seed = std::strtoul(nptr, &endptr, 0); in _M_init_pretr1() 309 _M_mt.seed(seed); in _M_init_pretr1()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | random.cc | 351 unsigned long seed = 5489UL; in _M_init_pretr1() local 356 seed = std::strtoul(nptr, &endptr, 0); in _M_init_pretr1() 361 _M_mt.seed(seed); in _M_init_pretr1()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | path.cc | 472 size_t seed = 0; in hash_value() local 475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value() 476 + (seed<<6) + (seed>>2); in hash_value() 478 return seed; in hash_value()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | path.cc | 472 size_t seed = 0; in hash_value() local 475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value() 476 + (seed<<6) + (seed>>2); in hash_value() 478 return seed; in hash_value()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | path.cc | 472 size_t seed = 0; in hash_value() local 475 seed ^= std::hash<path::string_type>()(x.native()) + 0x9e3779b9 in hash_value() 476 + (seed<<6) + (seed>>2); in hash_value() 478 return seed; in hash_value()
|