Searched defs:murmur3_128 (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionEnum.java32 MURMUR3_128(Hashing.murmur3_128()),
/external/guava/guava/src/com/google/common/hash/
H A DHashing.java77 hashFunctions[i] = murmur3_128(seed);
127 public static HashFunction murmur3_128(int seed) { method in class:Hashing
139 public static HashFunction murmur3_128() { method in class:Hashing
147 static final HashFunction GOOD_FAST_HASH_FUNCTION_128 = murmur3_128(GOOD_FAST_HASH_SEED);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 119 milliseconds