Home
last modified time | relevance | path

Searched refs:ZSTD_insertBtAndGetAllMatches (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h235 static U32 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, in ZSTD_insertBtAndGetAllMatches() function
362 return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 0, matches, minMatchLen); in ZSTD_BtGetAllMatches()
386 return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 1, matches, minMatchLen); in ZSTD_BtGetAllMatches_extDict()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c556 U32 ZSTD_insertBtAndGetAllMatches ( in ZSTD_insertBtAndGetAllMatches() function
607 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
812 return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls); in ZSTD_btGetAllMatches_internal()

Completed in 6 milliseconds