Home | History | Annotate | Download | only in compress

Lines Matching defs:prefixStart

205     const BYTE* const prefixStart = base + prefixStartIndex;
238 ip0 += (ip0 == prefixStart);
387 while (((ip0>anchor) & (match0>prefixStart)) && (ip0[-1] == match0[-1])) {
498 const BYTE* const prefixStart = base + prefixStartIndex;
511 const U32 dictAndPrefixLength = (U32)(istart - prefixStart + dictEnd - dictStart);
570 mLength = ZSTD_count_2segments(ip0 + 1 + 4, repMatch + 4, iend, repMatchEnd, prefixStart) + 4;
585 mLength = ZSTD_count_2segments(ip0 + 4, dictMatch + 4, iend, dictEnd, prefixStart) + 4;
604 while (((ip0 > anchor) & (match > prefixStart))
654 size_t const repLength2 = ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
728 const BYTE* const prefixStart = base + prefixStartIndex;
813 assert((match0 != prefixStart) & (match0 != dictStart));
904 const BYTE* const lowMatchPtr = idx < prefixStartIndex ? dictStart : prefixStart;
923 mLength += ZSTD_count_2segments(ip0 + mLength, match0 + mLength, iend, matchEnd, prefixStart);
948 size_t const repLength2 = ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;