Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 2 of 2) sorted by relevance

/lib/
Dtest_hash.c72 u32 h0 = (u32)h64, h1, h2; in test_int_hash() local
77 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash()
79 if (h1 != h2) { in test_int_hash()
81 h0, h1, h2); in test_int_hash()
98 h2 = hash_32_generic(h0, k); in test_int_hash()
100 if (h1 != h2) { in test_int_hash()
102 " = %#x", h0, k, h1, h2); in test_int_hash()
106 if (h2 > m) { in test_int_hash()
120 h2 = hash_64_generic(h64, k); in test_int_hash()
122 if (h1 != h2) { in test_int_hash()
[all …]
/lib/zstd/
Dcompress.c1285 size_t const h2 = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_generic() local
1288 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_generic()
1292 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()