Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/nx-gzip/
A Dgzfht_test.c194 size_t inlen, outlen, dsttotlen, srctotlen; in compress_file() local
212 if (read_file_alloc(argv[1], &inbuf, &inlen)) in compress_file()
214 fprintf(stderr, "file %s read, %ld bytes\n", argv[1], inlen); in compress_file()
217 outlen = 2 * inlen + 1024; in compress_file()
249 while (inlen > 0) { in compress_file()
252 srclen = NX_MIN(chunk, inlen); in compress_file()
297 inlen = inlen - srclen; in compress_file()
315 if (inlen > 0) { /* More chunks to go */ in compress_file()
/tools/perf/util/
A Ddump-insn.c10 int inlen __maybe_unused, int *lenp) in dump_insn()
A Ddump-insn.h23 u8 *inbuf, int inlen, int *lenp);
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c219 u8 *inbuf, int inlen, int *lenp) in dump_insn() argument
225 ret = insn_decode(&insn, inbuf, inlen, in dump_insn()
228 if (ret < 0 || insn.length > inlen) in dump_insn()
/tools/perf/
A Dbuiltin-script.c1224 u8 *inbuf, int inlen, int *lenp, in any_dump_insn() argument
1230 (uint8_t *)inbuf, inlen, ip, lenp, in any_dump_insn()
1237 return fprintf(fp, "%s", dump_insn(x, ip, inbuf, inlen, lenp)); in any_dump_insn()

Completed in 14 milliseconds