Searched refs:tpbc (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 243 uint32_t crc, spbc, tpbc, tebc; in compress_file() local 357 tpbc = get32(cmdp->crb.csb, tpbc); in compress_file() 361 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file() 365 dstbuf = dstbuf + tpbc; in compress_file() 366 dsttotlen = dsttotlen + tpbc; in compress_file() 367 outlen = outlen - tpbc; in compress_file() 382 dstbuf = dstbuf + tpbc; in compress_file() 383 dsttotlen = dsttotlen + tpbc; in compress_file() 384 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-5.19.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 125 uint32_t tpbc; member
|