ZSTD_count
if (prefixLength && ZSTD_count(ip+1, ip, ip+prefixLength) != prefixLength-1) {
size_t const matchLength = ZSTD_count(ip, match, vEnd);
DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd));
return matchLength + ZSTD_count(ip+matchLength, iStart, iEnd);
mLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
mLength = ZSTD_count(ip+8, matchl0+8, iend) + 8;
mLength = ZSTD_count(ip+4, matchs0+4, iend) + 4;
size_t const l1len = ZSTD_count(ip1+8, matchl1+8, iend) + 8;
size_t const rLength = ZSTD_count(ip+4, ip+4-offset_2, iend) + 4;
mLength = ZSTD_count(ip+8, matchLong+8, iend) + 8;
mLength = ZSTD_count(ip+9, matchL3+8, iend) + 8;
mLength = ZSTD_count(ip+4, match+4, iend) + 4;
mLength += ZSTD_count(ip0 + mLength, match0 + mLength, iend);
size_t const rLength = ZSTD_count(ip0+4, ip0+4-rep_offset2, iend) + 4;
mLength = ZSTD_count(ip0 + 4, match + 4, iend) + 4;
matchLength += ZSTD_count(ip+matchLength, match+matchLength, iend);
currentMl = ZSTD_count(ip, match, iLimit);
matchLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4;
size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4;
matchLength = ZSTD_count(ip+4, ip+4-offset_2, iend) + 4;
matchLength += ZSTD_count(ip+matchLength, match+matchLength, iend);
currentMl = ZSTD_count(ip, match, iLimit);
curForwardMatchLength = ZSTD_count(split, pMatch, iend);
matchLength += ZSTD_count(ip+matchLength, match+matchLength, iend);
repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch;
mlen = ZSTD_count(ip, match, iLimit);
matchLength += ZSTD_count(ip+matchLength, match+matchLength, iLimit);