Lines Matching refs:nextToUpdate3
20488 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3() argument
20494 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
20504 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3()
20658 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches() argument
20756 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches()
20891 U32* nextToUpdate3, in ZSTD_BtGetAllMatches() argument
20904 …case 3 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
20906 …case 4 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
20907 …case 5 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
20909 …case 6 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
20961 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local
20981 …U32 const nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, l… in ZSTD_compressBlock_opt_generic()
21094 …U32 const nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[c… in ZSTD_compressBlock_opt_generic()