Home
last modified time | relevance | path

Searched defs:hash1 (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DBloomFilterStrategies.java49 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
68 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
96 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
114 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
/external/libyuv/files/util/
Dcompare.cc34 uint32 hash1 = 5381; in main() local
/external/v8/src/
Dtransitions-inl.h121 int TransitionArray::CompareKeys(Name* key1, uint32_t hash1, PropertyKind kind1, in CompareKeys()
132 int TransitionArray::CompareNames(Name* key1, uint32_t hash1, Name* key2, in CompareNames()
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java173 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local
206 HashCode hash1 = Hashing.sha1().hashString("foo", Charsets.US_ASCII); in testRoundTripHashCodeUsingFromString() local
DHashTestUtils.java262 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local
301 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local
347 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local
391 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
/external/ltrace/
Ddict.h36 size_t (*hash1)(const void *); member
/external/giflib/
Dquantize.c320 int hash1 = entry1->RGB[SortRGBAxis] * 256 * 256 in SortCmpRtn() local
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash() local
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java307 int hash1 = JoyAxisTrigger.joyAxisHash(joyId, axis, true); in onJoyAxisEventQueued() local
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp575 int32_t hash1 = test1.hashCode(); in TestSimpleObjectStuff() local
662 int32_t hash1 = test1.hashCode(); in TestPOSIXParsing() local
/external/icu/icu4c/source/common/
Duhash.c855 uhash_equals(const UHashtable* hash1, const UHashtable* hash2){ in uhash_equals()
/external/v8/test/cctest/
Dtest-api.cc2756 int hash1 = obj->GetIdentityHash(); in THREADED_TEST() local
2801 int32_t hash1; in GlobalProxyIdentityHash() local
2837 int hash1 = symbol->GetIdentityHash(); in TEST() local
2848 int hash1 = js_symbol->GetIdentityHash(); in TEST() local
2864 int hash1 = str->GetIdentityHash(); in TEST() local