Home
last modified time | relevance | path

Searched defs:HashType (Results 1 – 7 of 7) 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.h482 IndexedInstrProf::HashT HashType; variable
490 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait()
H A DInstrProf.h1109 const HashT HashType = HashT::MD5; variable
1123 uint64_t HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); member
/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.cpp1003 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex()
1366 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