H A D | zstd_opt.c | 383 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...] |