Searched refs:lastStretch (Results 1 – 1 of 1) sorted by relevance
1103 ZSTD_optimal_t lastStretch; in ZSTD_compressBlock_opt_generic() local1106 ZSTD_memset(&lastStretch, 0, sizeof(ZSTD_optimal_t)); in ZSTD_compressBlock_opt_generic()1162 lastStretch.litlen = 0; in ZSTD_compressBlock_opt_generic()1163 lastStretch.mlen = maxML; in ZSTD_compressBlock_opt_generic()1164 lastStretch.off = maxOffBase; in ZSTD_compressBlock_opt_generic()1298 lastStretch.mlen = longestML; in ZSTD_compressBlock_opt_generic()1299 lastStretch.off = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic()1300 lastStretch.litlen = 0; in ZSTD_compressBlock_opt_generic()1341 lastStretch = opt[last_pos]; in ZSTD_compressBlock_opt_generic()1342 assert(cur >= lastStretch.mlen); in ZSTD_compressBlock_opt_generic()[all …]