Home
last modified time | relevance | path

Searched refs:extDict (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zstd/
Dzstd_opt.h235 …tx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, in ZSTD_insertBtAndGetAllMatches() argument
268 if ((!extDict) || matchIndex3 >= dictLimit) { in ZSTD_insertBtAndGetAllMatches()
300 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) { in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1561 …CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict) in ZSTD_insertBt1() argument
1592 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) { in ZSTD_insertBt1()
1644 U32 extDict) in ZSTD_insertBtAndFindBestMatch() argument
1675 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) { in ZSTD_insertBtAndFindBestMatch()
1821 const U32 extDict) in ZSTD_HcFindBestMatch_generic() argument
1843 if ((!extDict) || matchIndex >= dictLimit) { in ZSTD_HcFindBestMatch_generic()
2322 static ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, int extDict) in ZSTD_selectBlockCompressor() argument
2330 return blockCompressor[extDict][(U32)strat]; in ZSTD_selectBlockCompressor()