Searched refs:rowHashLog (Results 1 – 3 of 3) sorted by relevance
877 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()
220 …U32 rowHashLog; /* For row-based matchfinder: Hashlog based on nb of rows… member
1787 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()