Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h59 EFI_GUID HashType; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h19 enum class HashType { set = 0, dict }; enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h478 IndexedInstrProf::HashT HashType; global() variable
486 InstrProfLookupTrait(IndexedInstrProf::HashT HashType,unsigned FormatVersion) InstrProfLookupTrait() argument
H A DInstrProf.h1033 const HashT HashType = HashT::MD5; global() variable
1044 uint64_t HashType; global() member
/freebsd-src/contrib/sendmail/mail.local/
H A Dmail.local.c165 int HashType = HASH_NONE; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp968 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument
1189 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( readHeader() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp93 enum HashType : unsigned char { global() enum in __anon68dca5cb0111::PGOHash