Searched defs:nextToUpdate3 (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | zstd_opt.c | 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 D | compress.c | 60 U32 nextToUpdate3; /* index from which to continue dictionary update */ member
|
Completed in 10 milliseconds