Lines Matching defs:rowLog
852 … ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const relRow, U32 const rowLog) { in ZSTD_row_prefetch()
872 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
900 U32 const rowLog, U32 const mls) in ZSTD_row_nextCachedHash()
916 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
945 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
978 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_row_update() local
1134 const U32 rowLog) in ZSTD_RowFindBestMatch()
1362 #define GEN_ZSTD_ROW_VTABLE(dictMode, mls, rowLog) \ argument
1462 U32 const rowLog = MAX(4, MIN(6, ms->cParams.searchLog)); in ZSTD_selectLazyVTable() local
1527 const U32 rowLog = MAX(4, MIN(6, ms->cParams.searchLog)); in ZSTD_compressBlock_lazy_generic() local
1884 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_compressBlock_lazy_extDict_generic() local