Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/nx-gzip/
A Dgzfht_test.c190 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
236 dstbuf = outbuf + num_hdr_bytes; in compress_file()
266 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file()
270 dstbuf, dstlen, in compress_file()
316 set_bfinal(dstbuf, 0); in compress_file()
317 dstbuf = dstbuf + tpbc; in compress_file()
326 dstbuf = dstbuf + flushlen; in compress_file()
333 set_bfinal(dstbuf, 1); in compress_file()
334 dstbuf = dstbuf + tpbc; in compress_file()
346 memcpy(dstbuf, &crc, 4); in compress_file()
[all …]

Completed in 3 milliseconds