Searched defs:RandomState (Results  1 – 7 of 7) sorted by relevance
| /external/libdrm/ | 
| D | xf86drmRandom.h | 27 typedef struct RandomState {  struct35 } RandomState;  argument
 
 | 
| /external/rust/crates/ahash/src/ | 
| D | random_state.rs | 230 pub struct RandomState {  struct237 impl fmt::Debug for RandomState {  argument
 243 impl RandomState {  implementation
 266     pub fn generate_with(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState {  in generate_with()
 272     fn from_keys(a: &[u64; 4], b: &[u64; 4], c: usize) -> RandomState {  in from_keys()
 305     pub fn with_seed(key: usize) -> RandomState {  in with_seed()
 319     pub const fn with_seeds(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState {  in with_seeds()
 387 impl Default for RandomState {  implementation
 394 impl BuildHasher for RandomState {  implementation
 481 impl BuildHasherExt for RandomState {  implementation
 
 | 
| D | hash_set.rs | 44     fn into(self) -> HashSet<T, RandomState> {  in into()  argument
 | 
| D | hash_map.rs | 48     fn into(self) -> HashMap<K, V, crate::RandomState> {  in into()
 | 
| /external/gwp_asan/gwp_asan/platform_specific/ | 
| D | guarded_pool_allocator_tls.h | 27   uint32_t RandomState;  member
 | 
| /external/uwb/src/rust/uwb_core/src/params/ | 
| D | uci_packets.rs | 111 ) -> HashMap<AppConfigTlvType, &Vec<u8>, RandomState> {  in app_config_tlvs_to_map()  argument124 ) -> HashMap<DeviceConfigId, &Vec<u8>, RandomState> {  in device_config_tlvs_to_map()  argument
 
 | 
| /external/gwp_asan/gwp_asan/ | 
| D | guarded_pool_allocator.cpp | 462   uint32_t RandomState = getThreadLocals()->RandomState;  in getRandomUnsigned32()  local
 |