/third_party/elfio/elfio/ |
H A D | elfio_versym.hpp | 136 Elf_Word& hash, in get_entry() 158 hash = veraux->vna_hash; in get_entry() 133 get_entry( Elf_Word no, Elf_Half& version, std::string& file_name, Elf_Word& hash, Elf_Half& flags, Elf_Half& other, std::string& dep_name ) const get_entry() argument
|
/third_party/gn/src/base/files/ |
H A D | file_path.h | 382 struct hash<base::FilePath> { struct 386 return hash<base::FilePath::StringType>()(f.value()); in operator ()()
|
/third_party/curl/lib/ |
H A D | hostip.h | 28 #include "hash.h" 132 void Curl_init_dnscache(struct Curl_hash *hash, int hashsize); 217 void Curl_hostcache_clean(struct Curl_easy *data, struct Curl_hash *hash);
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_builtin_composites.h | 48 /** The hash context. */ 107 /* Context structure for the Mbed TLS interruptible sign hash implementation. */ 120 uint8_t MBEDTLS_PRIVATE(hash)[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; 140 /* Context structure for the Mbed TLS interruptible verify hash 152 uint8_t MBEDTLS_PRIVATE(hash)[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)];
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.h | 33 uint32_t hash; member 93 uint32_t hash; member
|
/third_party/node/lib/internal/crypto/ |
H A D | pbkdf2.js | 101 const { iterations, hash, salt } = algorithm; 122 raw, salt, iterations, length / 8, normalizeHashName(hash.name),
|
/third_party/node/doc/api_assets/ |
H A D | api.js | 131 link.hash = location.hash; 182 // Make link to other versions of the doc open to the same hash target (if it exists).
|
/third_party/node/deps/v8/src/wasm/ |
H A D | canonical-types.h | 76 struct hash { struct 111 std::unordered_map<CanonicalGroup, uint32_t, CanonicalGroup::hash>
|
/third_party/node/doc/api/assets/ |
H A D | api.js | 131 link.hash = location.hash; 182 // Make link to other versions of the doc open to the same hash target (if it exists).
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | PrefixedLocalStorage.js | 32 var hash = (i === -1) ? '' : uri.substr(i); 38 return uri + hash;
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/ |
H A D | merkle.js | 39 message: 'invalid hash count', 44 // The entry's hash is the leaf hash 48 // Calculated hash should match the root hash in the inclusion proof 52 message: 'calculated root hash does not match inclusion proof', 66 // Computes a subtree hash for a node on or below the tree's right border. 68 // and seed is the initial hash of the node specified by the index. 79 // Computes a subtree hash for nodes along the tree's right border. 101 return core_1.crypto.hash(RFC6962_NODE_HASH_PREFI [all...] |
/third_party/node/deps/npm/node_modules/imurmurhash/ |
H A D | imurmurhash.js | 25 m.hash(key); 33 // Incrementally add a string to this hash 37 MurmurHash3.prototype.hash = function(key) { 93 // Get the result of this hash 95 // @return {number} The 32-bit hash 120 // Reset the hash object for reuse
|
H A D | imurmurhash.min.js | 12 !function(){function t(h,r){var s=this instanceof t?this:e;return s.reset(r),"string"==typeof h&&h.length>0&&s.hash(h),s!==this?s:void 0}var e;t.prototype.hash=function(t){var e,h,r,s,i;switch(i=t.length,this.len+=i,h=this.k1,r=0,this.rem){case 0:h^=i>r?6553 (…)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 39 * To pair ops efficiently, we maintain a set (backed by a hash table) using 108 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash)
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-collection.h | 95 int32_t hash); 97 int32_t hash);
|
H A D | module-inl.h | 40 return module.hash(); in operator ()() 83 return module->hash(); in operator ()()
|
/third_party/musl/dist/ |
H A D | config.mak | 20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only) 21 #LDFLAGS += -Wl,--hash-style,both
|
/third_party/libabigail/ |
H A D | gen-changelog.py | 104 hash = lin[16:].strip() 106 rel = release_refs[hash]
|
/third_party/rust/crates/libc/src/ |
H A D | lib.rs | 54 use core::hash; 74 pub use core::hash;
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | map.rs | 2 use std::hash::Hash; 13 use std::hash::Hash; 87 use std::hash::Hash;
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | map.rs | 2 use std::hash::Hash; 13 use std::hash::Hash; 87 use std::hash::Hash;
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | map.rs | 2 use std::hash::Hash; 13 use std::hash::Hash; 87 use std::hash::Hash;
|
/third_party/rust/crates/cxx/syntax/ |
H A D | map.rs | 2 use std::hash::Hash; 13 use std::hash::Hash; 87 use std::hash::Hash;
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | map.rs | 2 use std::hash::Hash; 13 use std::hash::Hash; 87 use std::hash::Hash;
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.h | 153 pa_hashmap **hash, 161 pa_hashmap *hash,
|