Home
last modified time | relevance | path

Searched refs:hashLong (Results 1 – 25 of 43) sorted by relevance

12

/external/zstd/lib/compress/
Dzstd_double_fast.c57 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_generic() local
133 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_generic()
142 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
210 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_generic()
212 hashLong[hl3] = curr + 1; in ZSTD_compressBlock_doubleFast_generic()
264 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic()
265 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_generic()
286 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic()
302 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic()
365 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java37 assertHash(1669671676, murmur3_32().hashLong(0L)); in testKnownLongInputs()
38 assertHash(-846261623, murmur3_32().hashLong(-42L)); in testKnownLongInputs()
39 assertHash(1871679806, murmur3_32().hashLong(42L)); in testKnownLongInputs()
40 assertHash(1366273829, murmur3_32().hashLong(Long.MIN_VALUE)); in testKnownLongInputs()
41 assertHash(-2106506049, murmur3_32().hashLong(Long.MAX_VALUE)); in testKnownLongInputs()
DHashingTest.java383 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
384 byte[] murmur3Hash = Hashing.murmur3_32().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
392 expected, Hashing.concatenating(Hashing.md5(), Hashing.murmur3_32()).hashLong(42L)); in testConcatenatingHashFunction_makeHash()
394 expected, Hashing.concatenating(asList(Hashing.md5(), Hashing.murmur3_32())).hashLong(42L)); in testConcatenatingHashFunction_makeHash()
/external/guava/android/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java37 assertHash(1669671676, murmur3_32().hashLong(0L)); in testKnownLongInputs()
38 assertHash(-846261623, murmur3_32().hashLong(-42L)); in testKnownLongInputs()
39 assertHash(1871679806, murmur3_32().hashLong(42L)); in testKnownLongInputs()
40 assertHash(1366273829, murmur3_32().hashLong(Long.MIN_VALUE)); in testKnownLongInputs()
41 assertHash(-2106506049, murmur3_32().hashLong(Long.MAX_VALUE)); in testKnownLongInputs()
DHashingTest.java383 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
384 byte[] murmur3Hash = Hashing.murmur3_32().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()
392 expected, Hashing.concatenating(Hashing.md5(), Hashing.murmur3_32()).hashLong(42L)); in testConcatenatingHashFunction_makeHash()
394 expected, Hashing.concatenating(asList(Hashing.md5(), Hashing.murmur3_32())).hashLong(42L)); in testConcatenatingHashFunction_makeHash()
/external/guava/android/guava/src/com/google/common/hash/
DHashFunction.java156 HashCode hashLong(long input); in hashLong() method
DAbstractHashFunction.java53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
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/guava/src/com/google/common/hash/
DHashFunction.java156 HashCode hashLong(long input); in hashLong() method
DAbstractHashFunction.java53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
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/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DStats.java369 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
372 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
375 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
378 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
381 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
384 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
1124 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
1127 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
1859 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
1862 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDoubleArrayList.java120 result = (31 * result) + Internal.hashLong(bits); in hashCode()
DLongArrayList.java119 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
DMessageSchema.java950 + Internal.hashLong( in hashCode()
957 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
960 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
966 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
1000 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
1006 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()
1060 + Internal.hashLong(Double.doubleToLongBits(oneofDoubleAt(message, offset))); in hashCode()
1070 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()
1075 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()
1085 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()
[all …]
DInternal.java224 public static int hashLong(long n) { in hashLong() method in Internal
DAbstractMessage.java589 protected static int hashLong(long n) { in hashLong() method in AbstractMessage
/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStats.java382 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
385 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
388 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
391 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DGetServerSocketsRequest.java177 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
180 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
DServerData.java332 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
335 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
338 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
DSocketData.java747 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
750 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
753 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
756 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
759 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
762 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
DChannelData.java456 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
459 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
462 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
DUint128.java176 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
179 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()

12