Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c241 uint32_t flushlen, chunk; in compress_file() local
371 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file()
372 dsttotlen = dsttotlen + flushlen; in compress_file()
373 outlen = outlen - flushlen; in compress_file()
374 dstbuf = dstbuf + flushlen; in compress_file()
376 flushlen)); in compress_file()