Searched refs:source_sz_estimate (Results 1 – 1 of 1) sorted by relevance
286 int source_sz_estimate, target_sz_estimate; in decompress_file() local660 source_sz_estimate = ((uint64_t)target_max * last_comp_ratio * 3UL) in decompress_file()663 if (source_sz_estimate < source_sz) { in decompress_file()667 source_sz = source_sz_estimate; in decompress_file()