HomeSort by relevance Sort by last modified time
    Searched refs:HashType (Results 1 - 25 of 45) sorted by null

1 2

  /art/compiler/utils/
dedupe_set-inl.h 39 typename HashType,
41 HashType kShard>
42 struct DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Stats {
52 typename HashType,
54 HashType kShard>
55 class DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Shard {
87 std::unordered_map<HashType, size_t> stats;
186 typename HashType,
188 HashType kShard>
189 const StoreKey* DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Add
    [all...]
dedupe_set.h 30 // A set of Keys that support a HashFunc returning HashType. Used to find duplicates of Key in the
36 typename HashType,
38 HashType kShard = 1>
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes.h 35 template <typename CoordinateType, typename HashType>
116 HashType hash_mask = 1;
132 bool GetNextProbe(HashType* cur_probe, int_fast32_t* cur_table) {
168 HashType next_mask =
170 (HashType(1) << (num_hyperplanes_per_table_ - cur_index - 1)) ^
171 (HashType(1) << (num_hyperplanes_per_table_ - next_index - 1));
186 (HashType(1) << (num_hyperplanes_per_table_ - next_index - 1));
199 ProbeCandidate(int_fast32_t table = 0, HashType hash_mask = 0,
204 HashType hash_mask_;
227 std::vector<HashType> main_table_probe_
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
WinCertificate.h 65 EFI_GUID HashType;
  /external/libchrome/base/containers/
mru_cache.h 229 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>;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 121 EFI_GUID HashType;
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiMultiPhase.h 111 UINT32 HashType;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 259 IndexedInstrProf::HashT HashType;
267 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
268 : HashType(HashType), FormatVersion(FormatVersion),
337 IndexedInstrProf::HashT HashType, uint64_t Version);
InstrProf.h 792 const HashT HashType = HashT::MD5;
794 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); }
802 uint64_t HashType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 284 IndexedInstrProf::HashT HashType;
292 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
293 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProfReader.h 285 IndexedInstrProf::HashT HashType;
293 InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned FormatVersion)
294 : HashType(HashType), FormatVersion(FormatVersion) {}
364 IndexedInstrProf::HashT HashType, uint64_t Version);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
FmpAuthenticationLibRsa2048Sha256.c 93 if (!CompareGuid(&CertBlockRsa2048Sha256->HashType, &gEfiHashAlgorithmSha256Guid)) {
94 DEBUG((DEBUG_ERROR, "FmpAuthenticatedHandlerRsa2048Sha256 - HashType: %g, expect - %g\n", &CertBlockRsa2048Sha256->HashType, &gEfiHashAlgorithmSha256Guid));
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 460 return IndexedInstrProf::ComputeHash(HashType, K);
557 const unsigned char *const Base, IndexedInstrProf::HashT HashType,
562 typename HashTableImpl::InfoType(HashType, Version)));
651 IndexedInstrProf::HashT HashType = static_cast<IndexedInstrProf::HashT>(
652 endian::byte_swap<uint64_t, little>(Header->HashType));
653 if (HashType > IndexedInstrProf::HashT::Last)
661 Start + HashOffset, Cur, Start, HashType, FormatVersion);

Completed in 671 milliseconds

1 2