Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c286 int source_sz_estimate, target_sz_estimate; in decompress_file() local
660 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()