Searched defs:maxNbAttempts (Results 1 – 3 of 3) sorted by relevance
/lib/lz4/ |
D | lz4hc_compress.c | 104 const int maxNbAttempts) in LZ4HC_InsertAndFindBestMatch() 176 const int maxNbAttempts) in LZ4HC_InsertAndGetWiderMatch() 357 unsigned int maxNbAttempts; in LZ4HC_compress_generic() local
|
/lib/zstd/ |
D | zstd_opt.h | 356 …s(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U3… in ZSTD_BtGetAllMatches() 366 …const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, in ZSTD_BtGetAllMatches_selectMLS() 380 …t(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U3… in ZSTD_BtGetAllMatches_extDict() 390 …const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, in ZSTD_BtGetAllMatches_selectMLS_extDict()
|
D | compress.c | 1735 …nst BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U3… in ZSTD_BtFindBestMatch() 1744 …const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 ma… in ZSTD_BtFindBestMatch_selectMLS() 1766 …tx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, in ZSTD_BtFindBestMatch_extDict() 1776 const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, in ZSTD_BtFindBestMatch_selectMLS_extDict() 1820 …const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const … in ZSTD_HcFindBestMatch_generic() 1869 …STD_CCtx *zc, const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, in ZSTD_HcFindBestMatch_selectMLS() 1881 …STD_CCtx *zc, const BYTE *ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, in ZSTD_HcFindBestMatch_extDict_selectMLS()
|