Searched refs:Hash (Results 251 - 272 of 272) sorted by relevance

<<11

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.cc625 if (stored->hash != base::Hash(GetKey()))
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c52 #pragma mark - MD5 Hash Functions
/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c374 Hash *pHash;
1876 Hash *pHash;
/external/chromium_org/v8/src/
H A Dast.h1375 uint32_t Hash() { return ToString()->Hash(); } function in class:v8::internal::FINAL
1395 // TODO(dcarney): remove. this is only needed for Match and Hash.
H A Ddebug.cc619 HashMap::Lookup(reinterpret_cast<void*>(id), Hash(id), true);
677 uint32_t hash = Hash(id);
H A Dd8.cc734 int CounterMap::Hash(const char* name) { function in class:v8::CounterMap
H A Druntime.cc6277 subject->Hash(); // Force hash calculation.
/external/blktrace/doc/
H A Dblktrace.tex491 -h & --hash-by-name & Hash processes by name, not by PID\\ \hline
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc3708 Immediate(Smi::FromInt(name->Hash() +
3741 __ push(Immediate(name->Hash()));
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc3652 Immediate(name->Hash() + NameDictionary::GetProbeOffset(i)));
3687 __ Push(Immediate(name->Hash()));
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc3371 Immediate(Smi::FromInt(name->Hash() +
3404 __ push(Immediate(name->Hash()));
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc892 non_one_byte_str->Hash();
897 one_byte_str->Hash();
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7042 typedef struct Hash Hash; typedef in typeref:struct:Hash
7054 ** Hash.first points to the head of this list.
7056 ** There are Hash.htsize buckets. Each bucket points to a spot in
7060 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
7062 ** Hash.ht table is never allocated because if there are few elements
7066 struct Hash { struct
7091 SQLITE_PRIVATE void sqlite3HashInit(Hash*);
7092 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, cons
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1204 if (Lexer.is(AsmToken::Hash))
/external/sqlite/dist/orig/
H A Dsqlite3.c8116 typedef struct Hash Hash; typedef in typeref:struct:Hash
8128 ** Hash.first points to the head of this list.
8130 ** There are Hash.htsize buckets. Each bucket points to a spot in
8134 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
8136 ** Hash.ht table is never allocated because if there are few elements
8140 struct Hash { struct
8165 SQLITE_PRIVATE void sqlite3HashInit(Hash*);
8166 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, cons
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8116 typedef struct Hash Hash; typedef in typeref:struct:Hash
8128 ** Hash.first points to the head of this list.
8130 ** There are Hash.htsize buckets. Each bucket points to a spot in
8134 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
8136 ** Hash.ht table is never allocated because if there are few elements
8140 struct Hash { struct
8165 SQLITE_PRIVATE void sqlite3HashInit(Hash*);
8166 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, cons
[all...]
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc3668 Smi::FromInt(name->Hash() + NameDictionary::GetProbeOffset(i))));
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc4454 __ And(index, index, name->Hash() + NameDictionary::GetProbeOffset(i));
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc3870 Smi::FromInt(name->Hash() + NameDictionary::GetProbeOffset(i))));
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.cc3907 Operand(name->Hash() + NameDictionary::GetProbeOffset(i)));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1123 milliseconds

<<11