Lines Matching defs:rowLog
843 … ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const relRow, U32 const rowLog) { in ZSTD_row_prefetch()
863 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
891 U32 const rowLog, U32 const mls) in ZSTD_row_nextCachedHash()
907 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
936 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
969 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_row_update() local
1125 const U32 rowLog) in ZSTD_RowFindBestMatch()
1322 #define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowL… argument
1346 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1393 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1454 U32 const rowLog, in ZSTD_searchMax()
1492 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_compressBlock_lazy_generic() local
1883 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_compressBlock_lazy_extDict_generic() local