Searched refs:outbuf (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gzfht_test.c | 190 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local 219 assert(NULL != (outbuf = (char *)malloc(outlen))); in compress_file() 220 nxu_touch_pages(outbuf, outlen, pagelen, 1); in compress_file() 235 num_hdr_bytes = gzip_header_blank(outbuf); in compress_file() 236 dstbuf = outbuf + num_hdr_bytes; in compress_file() 354 if (write_file(outname, outbuf, dsttotlen)) { in compress_file() 366 if (outbuf != NULL) in compress_file() 367 free(outbuf); in compress_file()
|
| /tools/testing/selftests/net/ |
| A D | nettest.c | 1875 char *outbuf, *errbuf; in ipc_child() local 1878 outbuf = malloc(4096); in ipc_child() 1880 if (!outbuf || !errbuf) { in ipc_child() 1885 setbuffer(stdout, outbuf, 4096); in ipc_child() 1899 free(outbuf); in ipc_child()
|
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 403 uint32_t outbuf[SMALL_PUNYCODE_LEN]; in display_ident() local 414 …} else if (punycode_decode(ascii_start, ascii_len, punycode_start, punycode_len, &outbuf, &wide_le… in display_ident() 421 narrow_len += code_to_utf8(pos, outbuf[i]); in display_ident()
|
Completed in 11 milliseconds