Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c102 const BYTE* match0 = base + matchIndex0; in ZSTD_compressBlock_fast_generic() local
118 match0 = repMatch - mLength; in ZSTD_compressBlock_fast_generic()
123 if ((matchIndex0 > prefixStartIndex) && MEM_read32(match0) == val0) { in ZSTD_compressBlock_fast_generic()
130 match0 = match1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
146 while (((ip0>anchor) & (match0>prefixStart)) in ZSTD_compressBlock_fast_generic()
147 && (ip0[-1] == match0[-1])) { ip0--; match0--; mLength++; } /* catch up */ in ZSTD_compressBlock_fast_generic()
151 mLength += ZSTD_count(ip0+mLength, match0+mLength, iend); in ZSTD_compressBlock_fast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17989 const BYTE* match0 = base + matchIndex0; in ZSTD_compressBlock_fast_generic() local
18005 match0 = repMatch - mLength; in ZSTD_compressBlock_fast_generic()
18010 if ((matchIndex0 > prefixStartIndex) && MEM_read32(match0) == val0) { in ZSTD_compressBlock_fast_generic()
18017 match0 = match1; in ZSTD_compressBlock_fast_generic()
18029 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
18033 while (((ip0>anchor) & (match0>prefixStart)) in ZSTD_compressBlock_fast_generic()
18034 && (ip0[-1] == match0[-1])) { ip0--; match0--; mLength++; } /* catch up */ in ZSTD_compressBlock_fast_generic()
18038 mLength += ZSTD_count(ip0+mLength, match0+mLength, iend); in ZSTD_compressBlock_fast_generic()