/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 365 int hash = 1; in GetHashCode() 366 if (Field1.Length != 0) hash ^= Field1.GetHashCode(); in GetHashCode() 367 if (anOneofCase_ == AnOneofOneofCase.OneofField) hash ^= OneofField.GetHashCode(); in GetHashCode() 368 hash ^= (int) anOneofCase_; in GetHashCode() 370 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 372 return hash; in GetHashCode() 568 int hash = 1; in GetHashCode() 570 hash ^= _unknownFields.GetHashCode(); in GetHashCode() 572 return hash; in GetHashCode() 704 int hash in GetHashCode() [all...] |
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry_literal_cache.h | 16 void AddJerryLiteralCache(int32_t hash, void *p);
18 void DelJerryLiteralCache(int32_t hash);
20 void *GetJerryLiteralCache(int32_t hash);
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 295 hash: { name: 'SHA-1' }, 301 hash: 'SHA-1', 307 for (const required of ['hash', 'publicExponent', 'modulusLength']) { 320 { name: 'RSA-OAEP', hash: { name: 'SHA-1' } }, 321 { name: 'RSA-OAEP', hash: 'SHA-1' }, 324 assert.throws(() => converters.RsaHashedImportParams({ ...good, hash: undefined }, opts), { 327 message: `${prefix}: ${context} can not be converted to 'RsaHashedImportParams' because 'hash' is required in 'RsaHashedImportParams'.`, 370 { name: 'ECDSA', hash: { name: 'SHA-1' } }, 371 { name: 'ECDSA', hash: 'SHA-1' }, 374 assert.throws(() => converters.EcdsaParams({ ...good, hash [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl_ocsp.c | 402 ASN1_OCTET_STRING *hash; in issuer_match() local 408 "OpenSSL: Could not find matching hash algorithm for OCSP"); in issuer_match() 415 hash = ASN1_OCTET_STRING_new(); in issuer_match() 416 if (!hash) in issuer_match() 418 if (!ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match() 419 ASN1_OCTET_STRING_free(hash); in issuer_match() 423 txt = octet_string_str(hash); in issuer_match() 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 431 ASN1_OCTET_STRING_free(hash); in issuer_match() 438 !ASN1_OCTET_STRING_set(hash, m in issuer_match() 463 unsigned char hash[SHA_DIGEST_LENGTH]; STACK_OF() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl_ocsp.c | 402 ASN1_OCTET_STRING *hash; in issuer_match() local 408 "OpenSSL: Could not find matching hash algorithm for OCSP"); in issuer_match() 415 hash = ASN1_OCTET_STRING_new(); in issuer_match() 416 if (!hash) in issuer_match() 418 if (!ASN1_OCTET_STRING_set(hash, md, len)) { in issuer_match() 419 ASN1_OCTET_STRING_free(hash); in issuer_match() 423 txt = octet_string_str(hash); in issuer_match() 430 if (ASN1_OCTET_STRING_cmp(certid->issuerNameHash, hash)) { in issuer_match() 431 ASN1_OCTET_STRING_free(hash); in issuer_match() 438 !ASN1_OCTET_STRING_set(hash, m in issuer_match() 463 unsigned char hash[SHA_DIGEST_LENGTH]; STACK_OF() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 27 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | vdso-layout.lds.S | 12 .hash : { *(.hash) } :text 13 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 16 .hash : { *(.hash) } :text 17 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | vdso.lds.S | 17 .hash : { *(.hash) } :text 18 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.lds.S | 23 .hash : { *(.hash) } :text 24 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
H A D | vdso.lds.S | 14 .hash : { *(.hash) } :text 15 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 32 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 27 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/ |
H A D | vdso.lds.S | 12 .hash : { *(.hash) } :text 13 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 16 .hash : { *(.hash) } :text 17 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 27 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.lds.S | 23 .hash : { *(.hash) } :text 24 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 32 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.h | 15 IO_WQ_HASH_SHIFT = 24, /* upper 8 bits are used for hash key */ 33 static inline void io_wq_put_hash(struct io_wq_hash *hash) in io_wq_put_hash() argument 35 if (refcount_dec_and_test(&hash->refs)) in io_wq_put_hash() 36 kfree(hash); in io_wq_put_hash() 40 struct io_wq_hash *hash; member
|
/kernel/linux/linux-6.6/arch/x86/um/vdso/ |
H A D | vdso-layout.lds.S | 12 .hash : { *(.hash) } :text 13 .gnu.hash : { *(.gnu.hash) }
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 105 PPC_RAW_HASHST(31, -8, 30) /* compute hash into stack location */ in hashst() 110 * Perform a hashchk instruction. A hash is computed as per hashst(), 112 * value is read and compared against the computed hash. 121 PPC_RAW_HASHCHK(31, -8, 30) /* check hash at stack location */ in hashchk() 127 unsigned long hash = 0; in do_bad_hashchk() local 129 hashst(0, &hash); in do_bad_hashchk() 130 hash += 1; in do_bad_hashchk() 131 hashchk(0, &hash); in do_bad_hashchk()
|
/third_party/node/test/fixtures/source-map/ |
H A D | istanbul-throw.js | 1 var cov_ono70fls3=function(){var path="/Users/bencoe/oss/source-map-testing/istanbul-throw-original.js";var hash="4302fcea4eb0ea4d9af6e63a478f214aa61f9dd8";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path:"/Users/bencoe/oss/source-map-testing/istanbul-throw-original.js",statementMap:{"0":{start:{line:5,column:2},end:{line:5,column:25}},"1":{start:{line:8,column:0},end:{line:10,column:3}},"2":{start:{line:9,column:2},end:{line:9,column:10}}},fnMap:{"0":{name:"Hello",decl:{start:{line:4,column:9},end:{line:4,column:14}},loc:{start:{line:4,column:17},end:{line:6,column:1}},line:4},"1":{name:"(anonymous_1)",decl:{start:{line:8,column:13},end:{line:8,column:14}},loc:{start:{line:8,column:24},end:{line:10,column:1}},line:8}},branchMap:{},s:{"0":0,"1":0,"2":0},f:{"0":0,"1":0},b:{},_coverageSchema:"43e27e138ebf9cfc5966b082cf9a028302ed4184",hash:"4302fcea4eb0ea4d9af6e63a478f214aa61f9dd8"};var coverage=global[gcv]||(global[gcv]={});if(coverage[path]&&coverage[path].hash===hash){return coverage[path];}return coverage[path]=coverageData;}();/*
|
/third_party/node/benchmark/url/ |
H A D | legacy-url-get-prop.js | 22 hash: obj.hash, 37 noDead.hash = obj.hash;
|
H A D | whatwg-url-get-prop.js | 23 hash: obj.hash, 36 noDead.hash = obj.hash;
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | align.rs | 66 impl ::hash::Hash for pthread_cond_t { 67 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 68 self.size.hash(state); in hash()
|