Home
last modified time | relevance | path

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

/external/libdrm/
Dxf86drmRandom.h27 typedef struct RandomState { struct
35 } RandomState; argument
/external/rust/crates/ahash/src/
Drandom_state.rs69 pub struct RandomState { struct
76 impl fmt::Debug for RandomState { argument
82 impl RandomState { impl
107 pub fn generate_with(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState { in generate_with()
111 fn from_keys(a: [u64; 4], b: [u64; 4]) -> RandomState { in from_keys()
147 pub const fn with_seeds(k0: u64, k1: u64, k2: u64, k3: u64) -> RandomState { in with_seeds()
152 impl Default for RandomState { implementation
159 impl BuildHasher for RandomState { implementation
Dhash_set.rs27 fn into(self) -> HashSet<T, crate::RandomState> { in into()
Dhash_map.rs29 fn into(self) -> HashMap<K, V, crate::RandomState> { in into()
/external/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
Dguarded_pool_allocator_tls.h27 uint32_t RandomState; member
/external/gwp_asan/gwp_asan/platform_specific/
Dguarded_pool_allocator_tls.h27 uint32_t RandomState; member
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp294 uint32_t RandomState = getThreadLocals()->RandomState; in getRandomUnsigned32() local
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp344 uint32_t RandomState = getThreadLocals()->RandomState; in getRandomUnsigned32() local