Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h59 EFI_GUID HashType; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h517 IndexedInstrProf::HashT HashType; variable
525 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
H A DInstrProf.h1172 const HashT HashType = HashT::MD5; variable
1186 uint64_t HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h219 using HashType = HashT; variable
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c165 int HashType = HASH_NONE; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1036 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1256 IndexedInstrProf::HashT HashType = in readHeader() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp95 enum HashType : unsigned char { enum in __anon71781d390111::PGOHash