HomeSort by relevance Sort by last modified time
    Searched refs:hashFunction (Results 1 - 8 of 8) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 31 HashFunction hasher = Hashing.goodFastHash(i);
41 private static void assertInvariants(HashFunction hashFunction) {
46 HashCode hashcode1 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47 HashCode hashcode2 = hashFunction.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
49 assertEquals(hashFunction.bits(), hashcode1.bits());
50 assertEquals(hashFunction.bits(), hashcode1.asBytes().length * 8);
55 assertHashBytesThrowsCorrectExceptions(hashFunction);
58 private static void assertHashBytesThrowsCorrectExceptions(HashFunction hashFunction) {
    [all...]
HashTestUtils.java 46 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) {
56 byte[] hash = hashFunction.hash(Arrays.copyOf(key, i), seed);
61 byte[] result = hashFunction.hash(hashes, 0);
  /external/srec/portable/include/
phashtable.h 111 PHashFunction hashFunction;
  /external/srec/portable/src/
phashtable.c 93 tmp->args.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION;
100 if (tmp->args.hashFunction == PHASH_TABLE_DEFAULT_HASH_FUNCTION)
101 tmp->args.hashFunction = hashString;
217 hashCode = table->args.hashFunction(key);
264 hashCode = table->args.hashFunction(key);
348 hashCode = table->args.hashFunction(key);
437 hashCode = table->args.hashFunction(key);
  /external/srec/shared/src/
HashMapImpl.c 74 hashArgs.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION;
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 150 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
    [all...]
  /external/srec/srec/crec/
srec_context.c 354 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 423 milliseconds