HomeSort by relevance Sort by last modified time
    Searched full:hashint (Results 1 - 19 of 19) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash32Test.java 30 assertHash(593689054, murmur3_32().hashInt(0));
31 assertHash(-189366624, murmur3_32().hashInt(-42));
32 assertHash(-1134849565, murmur3_32().hashInt(42));
33 assertHash(-1718298732, murmur3_32().hashInt(Integer.MIN_VALUE));
34 assertHash(-1653689534, murmur3_32().hashInt(Integer.MAX_VALUE));
HashTestUtils.java 262 int hash1 = function.hashInt(key1).asInt();
263 int hash2 = function.hashInt(key2).asInt();
301 int hash1 = function.hashInt(key1).asInt();
302 int hash2 = function.hashInt(key2).asInt();
347 int hash1 = function.hashInt(key1).asInt();
348 int hash2 = function.hashInt(key2).asInt();
391 int hash1 = function.hashInt(key1).asInt();
392 int hash2 = function.hashInt(key2).asInt();
503 assertEquals(hashFunction.hashInt(i),
AbstractNonStreamingHashFunctionTest.java 153 public HashCode hashInt(int input) {
AbstractStreamingHasherTest.java 277 public HashCode hashInt(int input) {
HashingTest.java 359 Hashing.md5().hashInt(Integer.reverseBytes(input)));
364 HashCode expected = Hashing.md5().hashInt(input);
  /external/guava/guava-tests/benchmark/com/google/common/hash/
ChecksumBenchmark.java 88 result ^= Hashing.crc32().hashInt(reps).asBytes()[0];
89 result ^= Hashing.adler32().hashInt(reps).asBytes()[0];
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 61 @Override public HashCode hashInt(int input) {
Murmur3_32HashFunction.java 84 @Override public HashCode hashInt(int input) {
AbstractStreamingHashFunction.java 48 @Override public HashCode hashInt(int input) {
HashFunction.java 160 HashCode hashInt(int input);
  /external/v8/src/crankshaft/
lithium-allocator.h 166 bool HasHint() const;
249 while (pos != NULL && !pos->HasHint()) pos = pos->next();
lithium-allocator.cc 45 bool UsePosition::HasHint() const {
431 prev_hint = current->HasHint() ? current : prev_hint;
444 if (prev_hint == NULL && use_pos->HasHint()) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 320 hash = hashInt(hash, r.hashCode());
360 h = hashInt(h, value);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 318 hash = hashInt(hash, r.hashCode());
358 h = hashInt(h, value);
    [all...]
  /external/v8/src/compiler/
register-allocator.h 274 bool HasHint() const;
    [all...]
register-allocator.cc 141 bool UsePosition::HasHint() const {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 1212 milliseconds