Searched refs:source_sz (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c285 int write_sz, free_space, source_sz; local
648 /* source_sz includes history */
649 source_sz = getp32(ddl_in, ddebc);
650 assert(source_sz > history_len);
651 source_sz = source_sz - history_len;
663 if (source_sz_estimate < source_sz) {
667 source_sz = source_sz_estimate;
673 target_sz_estimate = ((uint64_t)source_sz * 1000UL)
679 source_sz
[all...]

Completed in 97 milliseconds