HomeSort by relevance Sort by last modified time
    Searched defs:Hash (Results 201 - 225 of 285) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skqp/src/gpu/
GrResourceCache.h 299 static uint32_t Hash(const GrScratchKey& key) { return key.hash(); }
307 static uint32_t Hash(const GrUniqueKey& key) { return key.hash(); }
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 12 // A hash is computed from the function, based on its type and number of
17 // important that the hash function be high quality. The equality comparison
75 /// Creates a hash-code for the function which is the same for any two
103 : Func(Func), Hash(profileFunction(Func)), TD(TD) {}
106 unsigned getHash() const { return Hash; }
118 explicit ComparableFunction(unsigned Hash)
119 : Func(NULL), Hash(Hash), TD(NULL) {}
122 unsigned Hash;
463 // in the hash first
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
  /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/MC/MCParser/
MCAsmLexer.h 58 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,

Completed in 1452 milliseconds

1 2 3 4 5 6 7 891011>>