Home
last modified time | relevance | path

Searched defs:hash1 (Results 1 – 25 of 54) sorted by relevance

123

/external/tensorflow/tensorflow/core/data/
Dhash_utils_test.cc235 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local
270 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local
346 uint64 hash1 = GetHash(gd, *shuffle_ds); in TEST_F() local
395 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local
431 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local
469 uint64 hash1 = GetHash(gd, *n3); in TEST_F() local
537 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local
603 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local
651 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local
699 uint64 hash1 = GetHash(gd, *n2); in TEST_F() local
[all …]
/external/guava/android/guava/src/com/google/common/hash/
DBloomFilterStrategies.java56 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
79 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
110 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
131 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
/external/guava/guava/src/com/google/common/hash/
DBloomFilterStrategies.java56 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
79 int hash1 = (int) hash64; in MURMUR128_MITZ_32() local
110 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
131 long hash1 = lowerEight(bytes); in MURMUR128_MITZ_64() local
/external/cronet/stable/net/tools/transport_security_state_generator/
Dcert_util_unittest.cc142 SPKIHash hash1; in TEST() local
169 SPKIHash hash1; in TEST() local
/external/cronet/tot/net/tools/transport_security_state_generator/
Dcert_util_unittest.cc142 SPKIHash hash1; in TEST() local
169 SPKIHash hash1; in TEST() local
/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dlink_ext_test.cpp13 int f(std::size_t hash1, int* x1) { in f()
Dhash_enum_test.cpp34 BOOST_HASH_TEST_NAMESPACE::hash<test::enum1> hash1; in main() local
/external/leakcanary2/shark/src/test/java/shark/
DLeakStatusTest.kt425 val hash1 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant
453 val hash1 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant
481 val hash1 = computeSignature(notLeaking = "Class1", leaking = "Class3") in <lambda>() constant
/external/sdv/vsomeip/third_party/boost/asio/test/ip/
Daddress.cpp132 std::size_t hash1 = std::hash<ip::address>()(addr1); in test() local
Daddress_v4.cpp156 std::size_t hash1 = std::hash<ip::address_v4>()(addr1); in test() local
Daddress_v6.cpp175 std::size_t hash1 = std::hash<ip::address_v6>()(addr1); in test() local
/external/libyuv/util/
Dcompare.cc34 uint32_t hash1 = 5381; in main() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java186 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local
218 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingFromString() local
DHashTestUtils.java302 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local
349 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local
395 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local
446 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java186 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingBaseEncoding() local
218 HashCode hash1 = Hashing.sha1().hashString("foo", US_ASCII); in testRoundTripHashCodeUsingFromString() local
DHashTestUtils.java302 int hash1 = function.hashInt(key1).asInt(); in checkNoFunnels() local
349 int hash1 = function.hashInt(key1).asInt(); in checkAvalanche() local
395 int hash1 = function.hashInt(key1).asInt(); in checkNo2BitCharacteristics() local
446 int hash1 = function.hashInt(key1).asInt(); in check2BitAvalanche() local
/external/AFLplusplus/test/unittests/
Dunit_hash.c55 u64 hash1 = hash64(bitmap, sizeof(bitmap), 0xa5b35705); in test_hash() local
/external/mesa3d/src/intel/compiler/
Dbrw_opt_cse.cpp312 uint32_t hash1 = hash_reg(hash, inst->src[1]); in hash_inst() local
335 uint32_t hash1 = hash_reg(hash, inst->src[1]); in hash_inst() local
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Ditestvalue.hpp149 std::size_t hash1 = (priority_hash)(t1); in priority_order() local
277 std::size_t hash1 = boost::hash<int>()(t1); in priority_order() local
/external/trace-cmd/lib/trace-cmd/
Dtrace-filter-hash.c183 int tracecmd_filter_id_compare(struct tracecmd_filter_id *hash1, in tracecmd_filter_id_compare()
/external/tensorflow/tensorflow/cc/saved_model/
Dfingerprinting_test.cc93 uint64 hash1 = ComputeHash(*graph_def); in TEST() local
/external/zstd/lib/compress/
Dzstd_fast.c221 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local
563 const size_t hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_dictMatchState_generic() local
743 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_extDict_generic() local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/
Dbasic_endpoint.hpp280 std::size_t hash1 = std::hash<boost::asio::ip::address>()(ep.address()); in operator ()() local
/external/arm-trusted-firmware/fdts/
Dstm32mp151.dtsi265 hash1: hash@54002000 { label
/external/giflib/
Dquantize.c347 int hash1 = entry1->RGB[SortRGBAxis] * 256 * 256 + in SortCmpRtn() local

123