Home
last modified time | relevance | path

Searched refs:ofbCandidate (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c1656 { size_t ofbCandidate=999999999; in ZSTD_compressBlock_lazy_generic() local
1658 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
1661 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_generic()
1692 { size_t ofbCandidate=999999999; in ZSTD_compressBlock_lazy_generic() local
1697 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_generic()
2000 { size_t ofbCandidate = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
2003 matchLength = ml2, start = ip, offBase = ofbCandidate; in ZSTD_compressBlock_lazy_extDict_generic()
2044 { size_t ofbCandidate = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
2049 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
2076 { size_t ofbCandidate = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
[all …]