Home
last modified time | relevance | path

Searched refs:nextToUpdate3 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c342 U32* nextToUpdate3, in ZSTD_insertAndFindFirstIndexHash3() argument
348 U32 idx = *nextToUpdate3; in ZSTD_insertAndFindFirstIndexHash3()
358 *nextToUpdate3 = target; in ZSTD_insertAndFindFirstIndexHash3()
512 U32* nextToUpdate3, in ZSTD_insertBtAndGetAllMatches() argument
610 U32 const matchIndex3 = ZSTD_insertAndFindFirstIndexHash3(ms, nextToUpdate3, ip); in ZSTD_insertBtAndGetAllMatches()
745 U32* nextToUpdate3, in ZSTD_BtGetAllMatches() argument
758 …case 3 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
760 …case 4 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
761 …case 5 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
949 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20488 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()
20961 U32 nextToUpdate3 = ms->nextToUpdate; in ZSTD_compressBlock_opt_generic() local
[all …]