Home
last modified time | relevance | path

Searched defs:rowLog (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_lazy.c816 …ZSTD_row_prefetch(U32 const* hashTable, BYTE const* tagTable, U32 const relRow, U32 const rowLog) { in ZSTD_row_prefetch()
838 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
868 U32 const rowLog, U32 const mls, in ZSTD_row_nextCachedHash()
887 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
917 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
950 const U32 rowLog = BOUNDED(4, ms->cParams.searchLog, 6); in ZSTD_row_update() local
1146 const U32 rowLog) in ZSTD_RowFindBestMatch()
1361 #define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowL… argument
1385 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1432 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
[all …]
H A Dzstd_compress.c1590 U32 const rowLog = BOUNDED(4, cPar.searchLog, 6); in ZSTD_adjustCParams_internal() local
2037 U32 const rowLog = BOUNDED(4, cParams->searchLog, 6); in ZSTD_reset_matchState() local