Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c852 … 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
[all …]
H A Dzstd_compress.c1785 U32 const rowLog = BOUNDED(4, cParams->searchLog, 6); in ZSTD_reset_matchState() local