Searched defs:repLength2 (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_fast.c | 500 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_fast_dictMatchState_generic() local 634 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_fast_extDict_generic() local
|
| D | zstd_double_fast.c | 449 …size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 654 … size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | compress.c | 1192 size_t repLength2 = in ZSTD_compressBlock_fast_extDict_generic() local 1514 size_t const repLength2 = in ZSTD_compressBlock_doubleFast_extDict_generic() local
|