Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c1656 { size_t ofbCandidate=999999999; in ZSTD_compressBlock_lazy_generic() local
1657 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, dictMode… in ZSTD_compressBlock_lazy_generic()
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
1693 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, dictMode… in ZSTD_compressBlock_lazy_generic()
1694 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); /* raw approx */ in ZSTD_compressBlock_lazy_generic()
1697 matchLength = ml2, offBase = ofbCandidate, start = ip; in ZSTD_compressBlock_lazy_generic()
2000 { size_t ofbCandidate = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local
2001 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, ZSTD_ext… in ZSTD_compressBlock_lazy_extDict_generic()
[all …]