Searched defs:rowLog (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 839 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache() 869 U32 const rowLog, U32 const mls, in ZSTD_row_nextCachedHash() 888 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl() 918 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal() 951 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_row_update() local 1147 const U32 rowLog) in ZSTD_RowFindBestMatch() 1386 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument 1433 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument 1494 U32 const rowLog, in ZSTD_searchMax() 1533 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_compressBlock_lazy_generic() local [all …]
|
| H A D | zstd_compress.c | 1535 U32 const rowLog = BOUNDED(4, cPar.searchLog, 6); in ZSTD_adjustCParams_internal() local 1973 U32 const rowLog = BOUNDED(4, cParams->searchLog, 6); in ZSTD_reset_matchState() local
|