/external/zstd/lib/compress/ |
D | zstd_double_fast.c | 57 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/ |
D | Murmur3Hash32Test.java | 37 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()
|
D | HashingTest.java | 383 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/ |
D | Murmur3Hash32Test.java | 37 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()
|
D | HashingTest.java | 383 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/ |
D | HashFunction.java | 156 HashCode hashLong(long input); in hashLong() method
|
D | AbstractHashFunction.java | 53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
|
D | AbstractNonStreamingHashFunction.java | 51 public HashCode hashLong(long input) { in hashLong() method in AbstractNonStreamingHashFunction
|
D | Murmur3_32HashFunction.java | 109 public HashCode hashLong(long input) { in hashLong() method in Murmur3_32HashFunction
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashFunction.java | 156 HashCode hashLong(long input); in hashLong() method
|
D | AbstractHashFunction.java | 53 public HashCode hashLong(long input) { in hashLong() method in AbstractHashFunction
|
D | AbstractNonStreamingHashFunction.java | 51 public HashCode hashLong(long input) { in hashLong() method in AbstractNonStreamingHashFunction
|
D | Murmur3_32HashFunction.java | 109 public HashCode hashLong(long input) { in hashLong() method in Murmur3_32HashFunction
|
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/ |
D | Stats.java | 369 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/ |
D | DoubleArrayList.java | 120 result = (31 * result) + Internal.hashLong(bits); in hashCode()
|
D | LongArrayList.java | 119 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
|
D | MessageSchema.java | 950 + 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 …]
|
D | Internal.java | 224 public static int hashLong(long n) { in hashLong() method in Internal
|
D | AbstractMessage.java | 589 protected static int hashLong(long n) { in hashLong() method in AbstractMessage
|
/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/ |
D | ClientStats.java | 382 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/ |
D | GetServerSocketsRequest.java | 177 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode() 180 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
|
D | ServerData.java | 332 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()
|
D | SocketData.java | 747 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()
|
D | ChannelData.java | 456 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/ |
D | Uint128.java | 176 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode() 179 hash = (53 * hash) + com.google.protobuf.Internal.hashLong( in hashCode()
|