HomeSort by relevance Sort by last modified time
    Searched defs:hash_code (Results 1 - 10 of 10) sorted by null

  /art/runtime/
intern_table.cc 62 uint32_t hash_code) {
64 for (auto it = table.find(hash_code), end = table.end(); it != end; ++it) {
74 uint32_t hash_code) {
76 table.insert(std::make_pair(hash_code, s));
81 uint32_t hash_code) {
83 for (auto it = table.find(hash_code), end = table.end(); it != end; ++it) {
134 uint32_t hash_code = s->GetHashCode(); local
142 mirror::String* strong = Lookup(strong_interns_, s, hash_code);
153 return Insert(strong_interns_, image, hash_code);
157 mirror::String* weak = Lookup(weak_interns_, s, hash_code);
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
74 /// In order to obtain the hash_code for an object 'x':
77 /// llvm::hash_code code = hash_value(x);
79 class hash_code { class in namespace:llvm
83 /// \brief Default construct a hash_code.
85 hash_code() {} function in class:llvm::hash_code
88 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 119 int32_t hash_code = HashCode(name_table->PlatformId(i), local
123 ConstructName(name_part, &(names[hash_code]), name_table->NameId(i));
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 141 const uint64_t hash_code = GetPixPairHash64(argb); local
142 p->chain_[pos] = p->hash_to_first_index_[hash_code];
143 p->hash_to_first_index_[hash_code] = pos;
  /external/webp/src/enc/
backward_references.c 141 const uint64_t hash_code = GetPixPairHash64(argb); local
142 p->chain_[pos] = p->hash_to_first_index_[hash_code];
143 p->hash_to_first_index_[hash_code] = pos;
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 158 milliseconds