Home
last modified time | relevance | path

Searched refs:GOOD_FAST_HASH_SEED (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DHashing.java74 int seed = GOOD_FAST_HASH_SEED; in goodFastHash()
86 private static final int GOOD_FAST_HASH_SEED = (int) System.currentTimeMillis(); field in Hashing
116 static final HashFunction GOOD_FAST_HASH_FUNCTION_32 = murmur3_32(GOOD_FAST_HASH_SEED);
147 static final HashFunction GOOD_FAST_HASH_FUNCTION_128 = murmur3_128(GOOD_FAST_HASH_SEED);