Searched refs:tpbc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/ |
| D | gzfht_test.c | 240 uint32_t crc, spbc, tpbc, tebc; in compress_file() local 344 tpbc = get32(cmdp->crb.csb, tpbc); in compress_file() 348 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file() 352 dstbuf = dstbuf + tpbc; in compress_file() 353 dsttotlen = dsttotlen + tpbc; in compress_file() 354 outlen = outlen - tpbc; in compress_file() 369 dstbuf = dstbuf + tpbc; in compress_file() 370 dsttotlen = dsttotlen + tpbc; in compress_file() 371 outlen = outlen - tpbc; in compress_file()
|
| 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-v5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
| D | nxu.h | 125 uint32_t tpbc; member
|