Home
last modified time | relevance | path

Searched +defs:hash +defs:base (Results 176 – 200 of 1214) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c93 struct wsi_interface base; member
1058 struct wsi_image base; member
1089 struct wsi_swapchain base; member
2255 wsi_x11_recompute_dri3_modifier_hash(blake3_hash *hash, const struct wsi_drm_image_params *params) in wsi_x11_recompute_dri3_modifier_hash()
2381 blake3_hash hash; in wsi_x11_swapchain_query_dri3_modifiers_changed() local
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dweak_key_hash_map.rs32 base: slice::Iter<'a, Bucket<K, V>>, field
60 base: slice::IterMut<'a, Bucket<K, V>>, field
136 base: slice::IterMut<'a, Bucket<K, V>>, field
171 base: vec::IntoIter<Bucket<K, V>>, field
581 fn hash<Q, H>(&self, key: Q, hash: H) -> HashCode in hash() method
Dweak_value_hash_map.rs37 base: slice::Iter<'a, Bucket<K, V>>, field
97 base: slice::IterMut<'a, Bucket<K, V>>, field
132 base: vec::IntoIter<Bucket<K, V>>, field
497 fn hash<Q>(&self, key: &Q) -> HashCode in hash() method
Dweak_weak_hash_map.rs38 base: slice::Iter<'a, Bucket<K, V>>, field
98 base: slice::IterMut<'a, Bucket<K, V>>, field
133 base: vec::IntoIter<Bucket<K, V>>, field
518 fn hash<Q, H>(&self, key: Q, hash: H) -> HashCode in hash() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DLocale.java715 private volatile int hash = 0; // 0x0 field in Locale.LanguageRange
747 private final sun.util.locale.BaseLocale base; field in Locale.LocaleKey
759 private final int hash; field in Locale.LocaleKey
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-bit-set.hh132 uint32_t hash () const in hash() function
768 uint32_t base = major_start (page_map[i].major); in next_many() local
817 uint32_t base = major_start (page_map[i].major); in next_many_inverted() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/
DLinkedHashMap.java225 Entry(int hash, K key, V value, Node<K,V> next) { in Entry()
298 Node<K,V> newNode(int hash, K key, V value, Node<K,V> e) { in newNode()
313 TreeNode<K,V> newTreeNode(int hash, K key, V value, Node<K,V> next) { in newTreeNode()
1137 final LinkedHashMap<K, V> base; field in LinkedHashMap.ReversedLinkedHashMapView
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DLinkedHashMap.java225 Entry(int hash, K key, V value, Node<K,V> next) { in Entry()
298 Node<K,V> newNode(int hash, K key, V value, Node<K,V> e) { in newNode()
313 TreeNode<K,V> newTreeNode(int hash, K key, V value, Node<K,V> next) { in newTreeNode()
1137 final LinkedHashMap<K, V> base; field in LinkedHashMap.ReversedLinkedHashMapView
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DLinkedHashMap.java225 Entry(int hash, K key, V value, Node<K,V> next) { in Entry()
298 Node<K,V> newNode(int hash, K key, V value, Node<K,V> e) { in newNode()
313 TreeNode<K,V> newTreeNode(int hash, K key, V value, Node<K,V> next) { in newTreeNode()
1137 final LinkedHashMap<K, V> base; field in LinkedHashMap.ReversedLinkedHashMapView
/aosp_15_r20/external/angle/third_party/turbine/cipd/
HDturbine.jarMETA-INF/ META-INF/MANIFEST.MF manifest.proto com/ com/google ...
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixPath.java59 private int hash; field in UnixPath
374 private static byte[] resolve(byte[] base, byte[] child) { in resolve()
/aosp_15_r20/packages/modules/DnsResolver/
Dres_cache.cpp258 const uint8_t* base; member
454 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes()
466 static unsigned _dnsPacket_hashQName(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQName()
500 static unsigned _dnsPacket_hashQR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQR()
506 static unsigned _dnsPacket_hashRR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashRR()
516 unsigned hash = FNV_BASIS; in _dnsPacket_hashQuery() local
701 unsigned int hash; /* hash value */ member
1000 unsigned int hash; member
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
DImportDepsChecker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/external/testng/ant/3rdparty/
HDdoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c915 struct tpm_hash_algorithm *hash = (struct tpm_hash_algorithm *)current; in print_tpm2_digests() local
1311 static void rawdump(uint64_t base, uint64_t size) in rawdump()
1330 uint64_t base = 0; in dump_cbmem_raw() local
1372 static void cbmem_print_entry(int n, uint32_t id, uint64_t base, uint64_t size) in cbmem_print_entry()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dbigrat.rs109 fn hash<H: hash::Hasher>(&self, state: &mut H) { in hash() method
487 let base = Self { in terminates_in_base() localVariable
1123 pub(crate) base: Base, field
1137 let base = params.base; in format() localVariable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/
DPluginAnnotationProcessor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/
Dsystemfeatures-metadata-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__systemfeatures__linux_glibc_common__systemfeatures-gen- ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/
Dcached-property-annotation-processor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__tools__codegen__linux_glibc_common__codegen-version- ...
/aosp_15_r20/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress_internal.h201 BYTE const* base; /* All regular indexes relative to this position */ member
275 U32 hash; member
863 static U64 ZSTD_ipow(U64 base, U64 exponent) in ZSTD_ipow()
879 static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) in ZSTD_rollingHash_append()
910 MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toAdd, U64 primePower) in ZSTD_rollingHash_rotate()
1374 size_t const hash = hashAndTag >> ZSTD_SHORT_CACHE_TAG_BITS; in ZSTD_writeTaggedIndex() local
/aosp_15_r20/prebuilts/r8/src/com/android/tools/r8wrappers/retrace/
H A DRetraceWrapper.java201 final String hash; field in RetraceWrapper.MapInfo
203 public MapInfo(String id, String hash) { in MapInfo()
842 BuildInfo buildInfo, Path base, Path metaMapping) { in deriveMappingFileFromMetaMapping()
/aosp_15_r20/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
H A DJsonFormat.java545 public static Value merge(Value base, Value overrides) in merge()
831 int hash = (_timezoneStr == null) ? 1 : _timezoneStr.hashCode(); in hashCode() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/service-uwb/android_common_apex33/jarjar/turbine/
Dservice-uwb.jarjavax/annotation/meta/When.class When.java package javax.annotation.meta public ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-uwb.com.android.uwb_intermediates/
Dclasses-header.jarjavax/annotation/meta/When.class When.java package javax.annotation.meta public ...

12345678910>>...49