Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c195 int append_sync_flush(char *buf, int tebc, int final) in append_sync_flush() argument
198 int shift = (tebc & 0x7); in append_sync_flush()
200 if (tebc > 0) { in append_sync_flush()
203 *buf = *buf & (unsigned char) ((1<<tebc)-1); in append_sync_flush()
216 return(((tebc > 5) || (tebc == 0)) ? 5 : 4); in append_sync_flush()
240 uint32_t crc, spbc, tpbc, tebc; in compress_file() local
346 tebc = getnn(cmdp->cpb, out_tebc); in compress_file()
348 NXPRT(fprintf(stderr, "to %d bytes, tebc= %d\n", tpbc, tebc)); in compress_file()
358 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file()