Home
last modified time | relevance | path

Searched refs:tebc (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c198 int append_sync_flush(char *buf, int tebc, int final) in append_sync_flush() argument
201 int shift = (tebc & 0x7); in append_sync_flush()
203 if (tebc > 0) { in append_sync_flush()
206 *buf = *buf & (unsigned char) ((1<<tebc)-1); in append_sync_flush()
219 return(((tebc > 5) || (tebc == 0)) ? 5 : 4); in append_sync_flush()
243 uint32_t crc, spbc, tpbc, tebc; in compress_file() local
359 tebc = getnn(cmdp->cpb, out_tebc); in compress_file()
361 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file()
371 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file()