Home
last modified time | relevance | path

Searched refs:nextToUpdate3 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c383 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3()
389 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
399 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3()
559 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches()
657 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches()
798 U32* nextToUpdate3, in ZSTD_btGetAllMatches_internal()
812 return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls); in ZSTD_btGetAllMatches_internal()
821 U32* nextToUpdate3, \
829 matches, ms, nextToUpdate3, ip, iHighLimit, \
1058 U32 nextToUpdate3 in ZSTD_compressBlock_opt_generic() local
382 ZSTD_insertAndFindFirstIndexHash3(const ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip) ZSTD_insertAndFindFirstIndexHash3() argument
556 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) ZSTD_insertBtAndGetAllMatches() argument
795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) ZSTD_btGetAllMatches_internal() argument
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h220 U32 idx = zc->nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
221 const U32 target = zc->nextToUpdate3 = (U32)(ip - base); in ZSTD_insertAndFindFirstIndexHash3()
429 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_generic()
732 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_opt_extDict_generic()
H A Dcompress.c60 U32 nextToUpdate3; /* index from which to continue dictionary update */ member
371 dstCCtx->nextToUpdate3 = srcCCtx->nextToUpdate3; in ZSTD_copyCCtx()
1916 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_lazy_generic()
2083 ctx->nextToUpdate3 = ctx->nextToUpdate; in ZSTD_compressBlock_lazy_extDict_generic()

Completed in 11 milliseconds