Home
last modified time | relevance | path

Searched defs:bestLength (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h261 size_t bestLength = minMatchLen - 1; in ZSTD_insertBtAndGetAllMatches() local
H A Dcompress.c1584 size_t bestLength = 8; in ZSTD_insertBt1() local
1666 size_t bestLength = 0; in ZSTD_insertBtAndFindBestMatch() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c442 size_t bestLength = 8; in ZSTD_insertBt1() local
606 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_lazy.c307 size_t bestLength = 0; in ZSTD_DUBT_findBestMatch() local
153 ZSTD_DUBT_findBetterDictMatch( const ZSTD_matchState_t* ms, const BYTE* const ip, const BYTE* const iend, size_t* offsetPtr, size_t bestLength, U32 nbCompares, U32 const mls, const ZSTD_dictMode_e dictMode) ZSTD_DUBT_findBetterDictMatch() argument
[all...]

Completed in 12 milliseconds