Searched refs:offsetFound (Results 1 – 1 of 1) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1565 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_generic() local 1566 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offsetFound, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1568 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_generic() 1925 { size_t offsetFound = 999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1926 …size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offsetFound, mls, rowLog, searchMethod, ZSTD_extD… in ZSTD_compressBlock_lazy_extDict_generic() 1928 matchLength = ml2, start = ip, offcode=offsetFound; in ZSTD_compressBlock_lazy_extDict_generic()
|