Searched defs:repLength (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_lazy.c | 1952 … size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; in ZSTD_compressBlock_lazy_extDict_generic() local 1984 … size_t const repLength = ZSTD_count_2segments(ip+4, repMatch+4, iend, repEnd, prefixStart) + 4; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | compress.c | 2136 size_t const repLength = in ZSTD_compressBlock_lazy_extDict_generic() local 2171 size_t repLength = ZSTD_count_2segments(ip + EQUAL_READ32, repMatch + EQUAL_READ32, iend, in ZSTD_compressBlock_lazy_extDict_generic() local
|