Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c1151 … = ZSTD_count_2segments(ip + 1 + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repMatchEnd, lowPref… in ZSTD_compressBlock_fast_extDict_generic()
1163 …mLength = ZSTD_count_2segments(ip + EQUAL_READ32, match + EQUAL_READ32, iend, matchEnd, lowPrefixP… in ZSTD_compressBlock_fast_extDict_generic()
1193 …ZSTD_count_2segments(ip + EQUAL_READ32, repMatch2 + EQUAL_READ32, iend, repEnd2, lowPrefixPtr) + E… in ZSTD_compressBlock_fast_extDict_generic()
1515 …ZSTD_count_2segments(ip + EQUAL_READ32, repMatch2 + EQUAL_READ32, iend, repEnd2, lowPrefixPtr) + E… in ZSTD_compressBlock_doubleFast_extDict_generic()
1835 size_t ml = EQUAL_READ32 - 1; in ZSTD_HcFindBestMatch_generic()
1850 …currMl = ZSTD_count_2segments(ip + EQUAL_READ32, match + EQUAL_READ32, iLimit, dictEnd, prefixStar… in ZSTD_HcFindBestMatch_generic()
1934 …matchLength = ZSTD_count(ip + 1 + EQUAL_READ32, ip + 1 + EQUAL_READ32 - offset_1, iend) + EQUAL_RE… in ZSTD_compressBlock_lazy_generic()
1947 if (matchLength < EQUAL_READ32) { in ZSTD_compressBlock_lazy_generic()
1957 …size_t const mlRep = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_REA… in ZSTD_compressBlock_lazy_generic()
1960 if ((mlRep >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
[all …]
Dzstd_internal.h98 #define EQUAL_READ32 4 macro