Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c877 U32 const hashLog = ms->rowHashLog; in ZSTD_row_fillHashCache()
921 U32 const hashLog = ms->rowHashLog; in ZSTD_row_update_internalImpl()
1139 const U32 hashLog = ms->rowHashLog; in ZSTD_RowFindBestMatch()
1181 U32 const dmsHash = (U32)ZSTD_hashPtr(ip, dms->rowHashLog + ZSTD_ROW_HASH_TAG_BITS, mls); in ZSTD_RowFindBestMatch()
H A Dzstd_compress_internal.h220 …U32 rowHashLog; /* For row-based matchfinder: Hashlog based on nb of rows… member
H A Dzstd_compress.c1787 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()