ZSTD_count 943 lib/zstd/compress.c size_t const matchLength = ZSTD_count(ip, match, vEnd); ZSTD_count 946 lib/zstd/compress.c return matchLength + ZSTD_count(ip + matchLength, iStart, iEnd); ZSTD_count 1044 lib/zstd/compress.c mLength = ZSTD_count(ip + 1 + 4, ip + 1 + 4 - offset_1, iend) + 4; ZSTD_count 1053 lib/zstd/compress.c mLength = ZSTD_count(ip + 4, match + 4, iend) + 4; ZSTD_count 1077 lib/zstd/compress.c size_t const rLength = ZSTD_count(ip + 4, ip + 4 - offset_2, iend) + 4; ZSTD_count 1295 lib/zstd/compress.c mLength = ZSTD_count(ip + 1 + 4, ip + 1 + 4 - offset_1, iend) + 4; ZSTD_count 1301 lib/zstd/compress.c mLength = ZSTD_count(ip + 8, matchLong + 8, iend) + 8; ZSTD_count 1314 lib/zstd/compress.c mLength = ZSTD_count(ip + 9, match3 + 8, iend) + 8; ZSTD_count 1323 lib/zstd/compress.c mLength = ZSTD_count(ip + 4, match + 4, iend) + 4; ZSTD_count 1355 lib/zstd/compress.c size_t const rLength = ZSTD_count(ip + 4, ip + 4 - offset_2, iend) + 4; ZSTD_count 1595 lib/zstd/compress.c matchLength += ZSTD_count(ip + matchLength + 1, match + matchLength + 1, iend) + 1; ZSTD_count 1678 lib/zstd/compress.c matchLength += ZSTD_count(ip + matchLength + 1, match + matchLength + 1, iend) + 1; ZSTD_count 1846 lib/zstd/compress.c currMl = ZSTD_count(ip, match, iLimit); ZSTD_count 1934 lib/zstd/compress.c matchLength = ZSTD_count(ip + 1 + EQUAL_READ32, ip + 1 + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32; ZSTD_count 1957 lib/zstd/compress.c size_t const mlRep = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32; ZSTD_count 1978 lib/zstd/compress.c size_t const ml2 = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_1, iend) + EQUAL_READ32; ZSTD_count 2026 lib/zstd/compress.c matchLength = ZSTD_count(ip + EQUAL_READ32, ip + EQUAL_READ32 - offset_2, iend) + EQUAL_READ32; ZSTD_count 271 lib/zstd/zstd_opt.h currMl = ZSTD_count(ip, match, iLimit); ZSTD_count 303 lib/zstd/zstd_opt.h matchLength += ZSTD_count(ip + matchLength + 1, match + matchLength + 1, iLimit) + 1; ZSTD_count 453 lib/zstd/zstd_opt.h mlen = (U32)ZSTD_count(ip + minMatch, ip + minMatch - repCur, iend) + minMatch; ZSTD_count 557 lib/zstd/zstd_opt.h mlen = (U32)ZSTD_count(inr + minMatch, inr + minMatch - repCur, iend) + minMatch;