Searched refs:ZSTD_insertBtAndGetAllMatches (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 510 U32 ZSTD_insertBtAndGetAllMatches ( in ZSTD_insertBtAndGetAllMatches() function 759 …case 3 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches() 761 …case 4 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches() 762 …case 5 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches() 764 …case 6 : return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode… in ZSTD_BtGetAllMatches()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 556 U32 ZSTD_insertBtAndGetAllMatches ( in ZSTD_insertBtAndGetAllMatches() function 812 …return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll… in ZSTD_btGetAllMatches_internal()
|