Home
last modified time | relevance | path

Searched defs:hashLong (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DAbstractHashFunction.java53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
DHashFunction.java156 HashCode hashLong(long input); in hashLong() method
DAbstractNonStreamingHashFunction.java51 public HashCode hashLong(long input) { in hashLong() method in AbstractNonStreamingHashFunction
DMurmur3_32HashFunction.java109 public HashCode hashLong(long input) { in hashLong() method in Murmur3_32HashFunction
/external/guava/android/guava/src/com/google/common/hash/
DAbstractHashFunction.java53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
DHashFunction.java156 HashCode hashLong(long input); in hashLong() method
DAbstractNonStreamingHashFunction.java51 public HashCode hashLong(long input) { in hashLong() method in AbstractNonStreamingHashFunction
DMurmur3_32HashFunction.java109 public HashCode hashLong(long input) { in hashLong() method in Murmur3_32HashFunction
/external/zstd/lib/compress/
Dzstd_double_fast.c57 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_generic() local
365 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessage.java589 protected static int hashLong(long n) { in hashLong() method in AbstractMessage
DInternal.java224 public static int hashLong(long n) { in hashLong() method in Internal