Home
last modified time | relevance | path

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

/lib/zstd/
Dzstd_opt.h251 const BYTE *const prefixStart = base + dictLimit; in ZSTD_insertBtAndGetAllMatches() local
276 …currMl = ZSTD_count_2segments(ip + MINMATCH, match + MINMATCH, iLimit, dictEnd, prefixStart) + MIN… in ZSTD_insertBtAndGetAllMatches()
307 …ength += ZSTD_count_2segments(ip + matchLength, match + matchLength, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches()
416 const BYTE *const prefixStart = base + ctx->dictLimit; in ZSTD_compressBlock_opt_generic() local
431 ip += (ip == prefixStart); in ZSTD_compressBlock_opt_generic()
451 if ((repCur > 0) && (repCur < (S32)(ip - prefixStart)) && in ZSTD_compressBlock_opt_generic()
555 if ((repCur > 0) && (repCur < (S32)(inr - prefixStart)) && in ZSTD_compressBlock_opt_generic()
711 const BYTE *const prefixStart = base + dictLimit; in ZSTD_compressBlock_opt_extDict_generic() local
734 ip += (ip == prefixStart); in ZSTD_compressBlock_opt_extDict_generic()
758 …mlen = (U32)ZSTD_count_2segments(ip + minMatch, repMatch + minMatch, iend, repEnd, prefixStart) + … in ZSTD_compressBlock_opt_extDict_generic()
[all …]
Dcompress.c1575 const BYTE *const prefixStart = base + dictLimit; in ZSTD_insertBt1() local
1598 …hLength += ZSTD_count_2segments(ip + matchLength, match + matchLength, iend, dictEnd, prefixStart); in ZSTD_insertBt1()
1658 const BYTE *const prefixStart = base + dictLimit; in ZSTD_insertBtAndFindBestMatch() local
1681 …hLength += ZSTD_count_2segments(ip + matchLength, match + matchLength, iend, dictEnd, prefixStart); in ZSTD_insertBtAndFindBestMatch()
1829 const BYTE *const prefixStart = base + dictLimit; in ZSTD_HcFindBestMatch_generic() local
1850 …nt_2segments(ip + EQUAL_READ32, match + EQUAL_READ32, iLimit, dictEnd, prefixStart) + EQUAL_READ32; in ZSTD_HcFindBestMatch_generic()
2069 const BYTE *const prefixStart = base + dictLimit; in ZSTD_compressBlock_lazy_extDict_generic() local
2084 ip += (ip == prefixStart); in ZSTD_compressBlock_lazy_extDict_generic()
2103 …segments(ip + 1 + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repEnd, prefixStart) + EQUAL_READ32; in ZSTD_compressBlock_lazy_extDict_generic()
2137 … ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repEnd, prefixStart) + in ZSTD_compressBlock_lazy_extDict_generic()
[all …]