Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c399 const size_t hLong = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_extDict_generic() local
400 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
409 hashSmall[hSmall] = hashLong[hLong] = curr; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17763 const size_t hLong = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_extDict_generic() local
17764 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
17773 hashSmall[hSmall] = hashLong[hLong] = current; /* update hash table */ in ZSTD_compressBlock_doubleFast_extDict_generic()