Searched refs:hashFunctions (Results 1 – 4 of 4) sorted by relevance
76 HashFunction[] hashFunctions = new HashFunction[hashFunctionsNeeded]; in goodFastHash() local77 hashFunctions[0] = Murmur3_128HashFunction.GOOD_FAST_HASH_128; in goodFastHash()81 hashFunctions[i] = murmur3_128(seed); in goodFastHash()83 return new ConcatenatedHashFunction(hashFunctions); in goodFastHash()601 public static HashFunction concatenating(Iterable<HashFunction> hashFunctions) { in concatenating() argument602 checkNotNull(hashFunctions); in concatenating()605 for (HashFunction hashFunction : hashFunctions) { in concatenating()
32 * The `hashFunctions` source set builds on all platforms. It ships as a main source set on non-JVM87 kotlin.srcDirs += 'src/hashFunctions/kotlin'96 kotlin.srcDirs += 'src/hashFunctions/kotlin'
50 project.file("../okio/src/hashFunctions/kotlin"),