HomeSort by relevance Sort by last modified time
    Searched refs:Hash (Results 251 - 275 of 728) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/crypto/fipsmodule/rsa/
padding.c 484 const EVP_MD *Hash, const EVP_MD *mgf1Hash,
497 mgf1Hash = Hash;
500 hLen = EVP_MD_size(Hash);
561 if (!EVP_DigestInit_ex(&ctx, Hash, NULL) ||
584 const EVP_MD *Hash, const EVP_MD *mgf1Hash,
592 mgf1Hash = Hash;
595 hLen = EVP_MD_size(Hash);
651 int digest_ok = EVP_DigestInit_ex(&ctx, Hash, NULL) &&
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
29 /// \brief Generates an on disk hash table.
31 /// This needs an \c Info that handles storing values into the hash table's
32 /// payload and computes the hash for a given key. This should provide the
42 /// typedef uint32_t hash_value_type; // The type the hash function returns.
45 /// /// Calculate the hash for Key
61 /// \brief A single item in the hash table.
67 const typename Info::hash_value_type Hash;
71 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /external/llvm/lib/Support/
SHA1.cpp 156 // Return pointer to hash (20 characters)
163 auto Hash = final();
168 // Return pointer to hash (20 characters)
169 return Hash;
  /external/skia/src/core/
SkTMultiMap.h 25 static uint32_t Hash(const Key& key) { return HashTraits::Hash(key); }
  /external/skia/src/gpu/
GrResourceAllocator.h 24 * linked list sorted by increasing start index. (It also maintains a hash table from proxyID
90 static uint32_t Hash(const GrScratchKey& key) { return key.hash(); }
145 static uint32_t Hash(const uint32_t& key) { return key; }
GrGlyph.h 98 static inline uint32_t Hash(GrGlyph::PackedID key) {
  /external/skqp/src/core/
SkTMultiMap.h 25 static uint32_t Hash(const Key& key) { return HashTraits::Hash(key); }
  /external/skqp/src/gpu/
GrResourceAllocator.h 24 * linked list sorted by increasing start index. (It also maintains a hash table from proxyID
90 static uint32_t Hash(const GrScratchKey& key) { return key.hash(); }
145 static uint32_t Hash(const uint32_t& key) { return key; }
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 119 struct Hash {
122 hash::StringHash<hash::DJB> str_hasher;
159 typedef HashTable<StubEntryType, Key::Hash, EntryFactory<StubEntryType> >
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
11 /// \brief Defines facilities for reading and writing on-disk hash tables.
28 /// \brief Generates an on disk hash table.
30 /// This needs an \c Info that handles storing values into the hash table's
31 /// payload and computes the hash for a given key. This should provide the
41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
44 /// /// Calculate the hash for Key
60 /// \brief A single item in the hash table.
66 const typename Info::hash_value_type Hash;
70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 66 std::string Hash(const Unit &U) {
67 uint8_t Hash[kSHA1NumBytes];
68 ComputeSHA1(U.data(), U.size(), Hash);
71 SS << std::hex << std::setfill('0') << std::setw(2) << (unsigned)Hash[i];
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 23 class GrTextureStripAtlas::Hash : public SkTDynamicHash<GrTextureStripAtlas::AtlasEntry,
28 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr;
30 GrTextureStripAtlas::Hash* GrTextureStripAtlas::GetCache() {
33 gAtlasCache = new Hash;

Completed in 1527 milliseconds

<<11121314151617181920>>