Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c40 * tpbc: target processed byte count
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()
[all...]
H A Dgunz_test.c35 * tpbc: target processed byte count
255 /* Status, output byte count in tpbc */ in nx_submit_job()
292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local
745 * spbc and tpbc are valid in decompress_file()
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()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c40 * tpbc: target processed byte count
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()
[all...]
H A Dgunz_test.c35 * tpbc: target processed byte count
255 /* Status, output byte count in tpbc */ in nx_submit_job()
292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local
745 * spbc and tpbc are valid in decompress_file()
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()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h70 * tpbc: target processed byte count
125 uint32_t tpbc; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h70 * tpbc: target processed byte count
125 uint32_t tpbc; member

Completed in 6 milliseconds