Searched defs:hash64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLinkHash.h45 static unsigned avoidDeletedValue(LinkHash hash64) argument
47 ASSERT(hash64);
48 unsigned hash = static_cast<unsigned>(hash64);
/external/chromium_org/base/containers/
H A Dhash_tables.h133 uint64 hash64 = (value1_64 << 32) | value2; local
136 return static_cast<std::size_t>(hash64);
141 hash64 = hash64 * odd_random + shift_random;
143 hash64 >> (sizeof(uint64) - sizeof(std::size_t)));
168 uint64 hash64 = product1 + product2 + product3 + product4; local
171 return static_cast<std::size_t>(hash64);
176 hash64 = hash64 * odd_random + shift_random;
178 hash64 >> (sizeo
[all...]
/external/chromium/chrome/browser/autofill/
H A Dform_structure.cc512 uint64 hash64 = (((static_cast<uint64>(hash_bin[0])) & 0xFF) << 56) | local
521 return base::Uint64ToString(hash64);
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1041 uint64 hash64 = (((static_cast<uint64>(hash_bin[0])) & 0xFF) << 56) | local
1050 return base::Uint64ToString(hash64);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...

Completed in 152 milliseconds