Searched refs:matchLengthSearch (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | zstd_opt.h | 366 …const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, in ZSTD_BtGetAllMatches_selectMLS() argument 369 switch (matchLengthSearch) { in ZSTD_BtGetAllMatches_selectMLS() 390 …const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, in ZSTD_BtGetAllMatches_selectMLS_extDict() argument 393 switch (matchLengthSearch) { in ZSTD_BtGetAllMatches_selectMLS_extDict()
|
D | compress.c | 1744 … const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 matchLengthSearch) in ZSTD_BtFindBestMatch_selectMLS() argument 1746 switch (matchLengthSearch) { in ZSTD_BtFindBestMatch_selectMLS() 1777 const U32 matchLengthSearch) in ZSTD_BtFindBestMatch_selectMLS_extDict() argument 1779 switch (matchLengthSearch) { in ZSTD_BtFindBestMatch_selectMLS_extDict() 1870 const U32 matchLengthSearch) in ZSTD_HcFindBestMatch_selectMLS() argument 1872 switch (matchLengthSearch) { in ZSTD_HcFindBestMatch_selectMLS() 1882 const U32 matchLengthSearch) in ZSTD_HcFindBestMatch_extDict_selectMLS() argument 1884 switch (matchLengthSearch) { in ZSTD_HcFindBestMatch_extDict_selectMLS() 1910 …, const BYTE *ip, const BYTE *iLimit, size_t *offsetPtr, U32 maxNbAttempts, U32 matchLengthSearch); in ZSTD_compressBlock_lazy_generic() 2077 …, const BYTE *ip, const BYTE *iLimit, size_t *offsetPtr, U32 maxNbAttempts, U32 matchLengthSearch); in ZSTD_compressBlock_lazy_extDict_generic()
|