/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | random_state.rs | 231 pub struct RandomState { struct 238 impl fmt::Debug for RandomState { implementation 244 impl RandomState { impl 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 480 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()
|
/aosp_15_r20/external/libdrm/ |
H A D | xf86drmRandom.h | 27 typedef struct RandomState { struct 35 } RandomState; argument
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/ |
H A D | xf86drmRandom.h | 27 typedef struct RandomState { struct 35 } RandomState; argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/hash/ |
H A D | random.rs | 36 pub struct RandomState { struct 41 impl RandomState { impl 81 impl BuildHasher for RandomState { implementation 149 impl Default for RandomState { implementation 158 impl fmt::Debug for RandomState { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/hash/ |
H A D | random.rs | 35 pub struct RandomState { struct 40 impl RandomState { implementation 80 impl BuildHasher for RandomState { implementation 148 impl Default for RandomState { implementation 157 impl fmt::Debug for RandomState { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/hash/ |
H A D | random.rs | 36 pub struct RandomState { struct 41 impl RandomState { impl 81 impl BuildHasher for RandomState { implementation 149 impl Default for RandomState { implementation 158 impl fmt::Debug for RandomState { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/hash/ |
H A D | random.rs | 36 pub struct RandomState { struct 41 impl RandomState { impl 81 impl BuildHasher for RandomState { implementation 149 impl Default for RandomState { implementation 158 impl fmt::Debug for RandomState { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/hash/ |
H A D | random.rs | 35 pub struct RandomState { struct 40 impl RandomState { argument 80 impl BuildHasher for RandomState { implementation 148 impl Default for RandomState { implementation 157 impl fmt::Debug for RandomState { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | set.rs | 146 pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> { in with_capacity() argument 1894 v: Difference<'a, &'static str, RandomState>, in assert_covariance() argument 1899 v: SymmetricDifference<'a, &'static str, RandomState>, in assert_covariance() argument 1904 v: Intersection<'a, &'static str, RandomState>, in assert_covariance() argument 1909 v: Union<'a, &'static str, RandomState>, in assert_covariance() argument
|
H A D | map.rs | 251 pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> { in with_capacity() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | set.rs | 146 pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> { in with_capacity() argument 1894 v: Difference<'a, &'static str, RandomState>, in assert_covariance() argument 1899 v: SymmetricDifference<'a, &'static str, RandomState>, in assert_covariance() argument 1904 v: Intersection<'a, &'static str, RandomState>, in assert_covariance() argument 1909 v: Union<'a, &'static str, RandomState>, in assert_covariance() argument
|
H A D | map.rs | 251 pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> { in with_capacity() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | set.rs | 146 pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> { in with_capacity() argument 1894 v: Difference<'a, &'static str, RandomState>, in assert_covariance() argument 1899 v: SymmetricDifference<'a, &'static str, RandomState>, in assert_covariance() argument 1904 v: Intersection<'a, &'static str, RandomState>, in assert_covariance() argument 1909 v: Union<'a, &'static str, RandomState>, in assert_covariance() argument
|
H A D | map.rs | 251 pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> { in with_capacity() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | set.rs | 146 pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> { in with_capacity() argument 1894 v: Difference<'a, &'static str, RandomState>, in assert_covariance() argument 1899 v: SymmetricDifference<'a, &'static str, RandomState>, in assert_covariance() argument 1904 v: Intersection<'a, &'static str, RandomState>, in assert_covariance() argument 1909 v: Union<'a, &'static str, RandomState>, in assert_covariance() argument
|
H A D | map.rs | 251 pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> { in with_capacity() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/collections/hash/ |
H A D | set.rs | 146 pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState> { in with_capacity() argument 1894 v: Difference<'a, &'static str, RandomState>, in assert_covariance() argument 1899 v: SymmetricDifference<'a, &'static str, RandomState>, in assert_covariance() argument 1904 v: Intersection<'a, &'static str, RandomState>, in assert_covariance() argument 1909 v: Union<'a, &'static str, RandomState>, in assert_covariance() argument
|
H A D | map.rs | 251 pub fn with_capacity(capacity: usize) -> HashMap<K, V, RandomState> { in with_capacity() argument
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/ |
H A D | uci_packets.rs | 137 ) -> HashMap<AppConfigTlvType, &Vec<u8>, RandomState> { in app_config_tlvs_to_map() argument 150 ) -> HashMap<DeviceConfigId, &Vec<u8>, RandomState> { in device_config_tlvs_to_map() argument 163 ) -> HashMap<RadarConfigTlvType, &Vec<u8>, RandomState> { in radar_config_tlvs_to_map() argument 176 ) -> HashMap<RfTestConfigTlvType, &Vec<u8>, RandomState> { in rf_test_config_tlvs_to_map() argument
|
/aosp_15_r20/external/gwp_asan/gwp_asan/platform_specific/ |
H A D | guarded_pool_allocator_tls.h | 27 uint32_t RandomState; member
|
/aosp_15_r20/external/gwp_asan/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 465 uint32_t RandomState = getThreadLocals()->RandomState; in getRandomUnsigned32() local
|