repLength 2136 lib/zstd/compress.c size_t const repLength = repLength 2139 lib/zstd/compress.c int const gain2 = (int)(repLength * 3); repLength 2141 lib/zstd/compress.c if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) repLength 2142 lib/zstd/compress.c matchLength = repLength, offset = 0, start = ip; repLength 2171 lib/zstd/compress.c size_t repLength = ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, repLength 2174 lib/zstd/compress.c int gain2 = (int)(repLength * 4); repLength 2176 lib/zstd/compress.c if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) repLength 2177 lib/zstd/compress.c matchLength = repLength, offset = 0, start = ip;