Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c150 int append_sync_flush(char *buf, int tebc, int final) in append_sync_flush() argument
153 int shift = (tebc & 0x7); in append_sync_flush()
155 if (tebc > 0) { in append_sync_flush()
158 *buf = *buf & (unsigned char) ((1<<tebc)-1); in append_sync_flush()
171 return(((tebc > 5) || (tebc == 0)) ? 5 : 4); in append_sync_flush()
195 uint32_t crc, spbc, tpbc, tebc; in compress_file() local
311 tebc = getnn(cmdp->cpb, out_tebc); in compress_file()
313 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file()
323 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file()