Home
last modified time | relevance | path

Searched defs:RandomState (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/
Dxf86drmRandom.h27 typedef struct RandomState { struct
35 } RandomState; argument
/external/rust/crates/ahash/src/
Drandom_state.rs164 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
Dhash_set.rs26 fn into(self) -> HashSet<T, crate::RandomState> { in into()
Dhash_map.rs29 fn into(self) -> HashMap<K, V, crate::RandomState> { in into()
/external/gwp_asan/gwp_asan/platform_specific/
Dguarded_pool_allocator_tls.h27 uint32_t RandomState; member
/external/uwb/src/rust/uwb_core/src/uci/
Dparams.rs65 ) -> 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/
Dguarded_pool_allocator.cpp354 uint32_t RandomState = getThreadLocals()->RandomState; in getRandomUnsigned32() local