Searched refs:nextToUpdate3 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_opt.c | 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() [all …]
|