Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dmru_cache.h229 template <class KeyType, class ValueType, class HashType>
231 typedef std::unordered_map<KeyType, ValueType, HashType> Type;
237 template <class KeyType, class PayloadType, class HashType = std::hash<KeyType>>
239 : public MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap> {
242 MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h259 IndexedInstrProf::HashT HashType; variable
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion) in InstrProfLookupTrait() argument
268 : HashType(HashType), FormatVersion(FormatVersion), in InstrProfLookupTrait()
337 IndexedInstrProf::HashT HashType, uint64_t Version);
DInstrProf.h792 const HashT HashType = HashT::MD5; variable
794 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash()
802 uint64_t HashType; member
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp460 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
557 const unsigned char *const Base, IndexedInstrProf::HashT HashType, in InstrProfReaderIndex() argument
562 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()
651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>( in readHeader() local
652 endian::byte_swap<uint64_t, little>(Header->HashType)); in readHeader()
653 if (HashType > IndexedInstrProf::HashT::Last) in readHeader()
661 Start + HashOffset, Cur, Start, HashType, FormatVersion); in readHeader()
DInstrProfWriter.cpp231 Header.HashType = static_cast<uint64_t>(IndexedInstrProf::HashType); in writeImpl()
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiMultiPhase.h111 UINT32 HashType; member
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp78 enum HashType : unsigned char { enum in __anonf551b3ba0111::PGOHash
105 void combine(HashType Type);
157 PGOHash::HashType getHashType(const Stmt *S) { in getHashType()
577 void PGOHash::combine(HashType Type) { in combine()