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

  /external/e2fsprogs/lib/ext2fs/
dirhash.c 122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
132 hash = hash1 + (hash0 ^ (c * 7152373));
135 hash1 = hash0;
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 351 int hash1 = (key1 == null ? 0 : key1.hashCode()); local
353 return (hash1 + hash2) ^ (value == null ? 0 : value.hashCode());
  /external/icu4c/test/intltest/
loctest.cpp 574 int32_t hash1 = test1.hashCode(); local
578 test_assert(hash1 == hash2);
579 test_assert(hash1 == hash3);
661 int32_t hash1 = test1.hashCode(); local
665 test_assert(hash1 == hash2);
667 test_assert(hash3 == hash1);
    [all...]
  /external/v8/test/cctest/
test-api.cc 1416 int hash1 = obj->GetIdentityHash(); local
    [all...]

Completed in 711 milliseconds