Searched refs:tpbc (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
A D | gzfht_test.c | 195 uint32_t crc, spbc, tpbc, tebc; in compress_file() local 309 tpbc = get32(cmdp->crb.csb, tpbc); in compress_file() 313 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file() 317 dstbuf = dstbuf + tpbc; in compress_file() 318 dsttotlen = dsttotlen + tpbc; in compress_file() 319 outlen = outlen - tpbc; in compress_file() 334 dstbuf = dstbuf + tpbc; in compress_file() 335 dsttotlen = dsttotlen + tpbc; in compress_file() 336 outlen = outlen - tpbc; in compress_file()
|
A D | gunz_test.c | 292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local 750 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file() 751 assert(target_max >= tpbc); in decompress_file() 780 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file() 781 assert(target_max >= tpbc); in decompress_file() 910 used_out = used_out + tpbc; in decompress_file() 914 total_out = total_out + tpbc; in decompress_file() 925 / ((uint64_t)tpbc + 1); in decompress_file() 928 last_comp_ratio, source_sz, spbc, tpbc)); in decompress_file()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/include/ |
A D | nxu.h | 125 uint32_t tpbc; member
|
Completed in 8 milliseconds