Lines Matching refs:nextToUpdate3
354 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3() argument
360 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
370 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3()
524 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches() argument
622 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches()
758 U32* nextToUpdate3, in ZSTD_BtGetAllMatches() argument
771 …case 3 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
773 …case 4 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
774 …case 5 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
776 …case 6 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
962 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local
987 …U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, mi… in ZSTD_compressBlock_opt_generic()
1102 …U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].re… in ZSTD_compressBlock_opt_generic()