Home
last modified time | relevance | path

Searched refs:hash1 (Results 1 – 3 of 3) sorted by relevance

/lib/zstd/compress/
A Dzstd_fast.c220 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local
301 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
304 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
328 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
331 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
629 hash0 = hash1; in ZSTD_compressBlock_fast_dictMatchState_generic()
742 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_extDict_generic() local
833 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_extDict_generic()
837 hash0 = hash1; in ZSTD_compressBlock_fast_extDict_generic()
861 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/lib/crypto/tests/
A Dhash-test-template.h155 u8 hash1[HASH_SIZE]; in test_hash_incremental_updates() local
165 HASH(&test_buf[offset], total_len, hash1); in test_hash_incremental_updates()
190 test, hash1, hash2, HASH_SIZE, in test_hash_incremental_updates()
287 u8 hash1[128 + HASH_SIZE]; in test_hash_alignment_consistency() local
298 HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]); in test_hash_alignment_consistency()
302 test, &hash1[hash_offs1], &hash2[hash_offs2], HASH_SIZE, in test_hash_alignment_consistency()
/lib/tests/
A Dhashtable_test.c22 DEFINE_HASHTABLE(hash1, 2); in hashtable_test_hash_init()
30 KUNIT_EXPECT_TRUE(test, hash_empty(hash1)); in hashtable_test_hash_init()

Completed in 9 milliseconds