Searched defs:RandomState (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/ |
D | xf86drmRandom.h | 27 typedef struct RandomState { struct 35 } RandomState; argument
|
/external/rust/crates/ahash/src/ |
D | random_state.rs | 164 pub struct RandomState { struct 171 impl fmt::Debug for RandomState { implementation 177 impl RandomState { implementation 216 pub fn generate_with(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState { in generate_with() 222 fn from_keys(a: &[u64; 4], b: &[u64; 4], c: usize) -> RandomState { in from_keys() 250 pub fn with_seed(key: usize) -> RandomState { in with_seed() 260 pub const fn with_seeds(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState { in with_seeds() 265 impl Default for RandomState { implementation 272 impl BuildHasher for RandomState { implementation 310 impl BuildHasherExt for RandomState { implementation
|
D | hash_set.rs | 26 fn into(self) -> HashSet<T, crate::RandomState> { in into()
|
D | hash_map.rs | 29 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/uci/ |
D | params.rs | 65 ) -> HashMap<AppConfigTlvType, &Vec<u8>, RandomState> { in app_config_tlvs_to_map() argument 75 ) -> HashMap<DeviceConfigId, &Vec<u8>, RandomState> { in device_config_tlvs_to_map() argument
|
/external/gwp_asan/gwp_asan/ |
D | guarded_pool_allocator.cpp | 354 uint32_t RandomState = getThreadLocals()->RandomState; in getRandomUnsigned32() local
|