Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_attrdesc.c17 ASN1_OPT(OSSL_HASH, hashValue, ASN1_BIT_STRING),
71 if (hash->hashValue == NULL)
73 return ossl_bio_print_hex(out, hash->hashValue->data, hash->hashValue->length);
/freebsd/contrib/tcsh/
H A Dsh.hist.c188 struct hashValue /* State used to hash a wordend word list. */ struct
195 initializeHash(struct hashValue *h) in initializeHash() argument
204 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()
263 addCharToHash(struct hashValue *h, Char ch) in addCharToHash()
272 finalizeHash(struct hashValue *h) in finalizeHash()
303 struct hashValue { uint32_t h; }; argument
305 initializeHash(struct hashValue *h) in initializeHash()
311 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()
321 addCharToHash(struct hashValue *h, Char c) in addCharToHash()
328 finalizeHash(struct hashValue *h) in finalizeHash()
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h319 llvm::hash_code hashValue() const { in hashValue() function
346 llvm::hash_code hashValue() const { in hashValue() function
403 return value.hashValue();
425 return value.hashValue();
H A DAPINotesWriter.cpp358 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
802 return static_cast<size_t>(key.hashValue()); in ComputeHash()
895 return static_cast<size_t>(key.hashValue()); in ComputeHash()
1020 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
1142 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
1256 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
H A DAPINotesReader.cpp193 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
312 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
480 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
503 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
526 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
581 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
657 return static_cast<size_t>(Key.hashValue()); in ComputeHash()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp185 stable_hash hashValue(Value *V) { in hashValue() function in __anon8dbff9370111::StructuralHashImpl
206 Hashes.emplace_back(hashValue(Operand)); in hashOperand()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2956 ne.hashValue = caseFoldingDjbHash(name); in parseDebugNames()
3127 auto shardId = ne.hashValue >> shift; in computeEntryPool()
3145 CachedHashStringRef(ne.name, ne.hashValue), nameVec.size()); in computeEntryPool()
3354 buckets[ne.hashValue % hdr.BucketCount].push_back(&ne); in writeTo()
3367 endian::writeNext<uint32_t, ELFT::Endianness>(buf, e->hashValue); in writeTo()
H A DSyntheticSections.h844 uint32_t hashValue; member
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in1096 ASN1_BIT_STRING *hashValue; member
H A Dx509v3.h1577 ASN1_BIT_STRING *hashValue; member