Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dsplice.c45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
47 *off_out = 0xdeadbef2facefed2ULL; in main()
52 fd_in, off_in, fd_out, off_out, len, flags); in main()
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
Dcopy_file_range.c46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
48 *off_out = 0xdeadbef2facefed2; in main()
53 fd_in, off_in, fd_out, off_out, len, flags); in main()
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
/external/strace/tests-m32/
Dsplice.c45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
47 *off_out = 0xdeadbef2facefed2ULL; in main()
52 fd_in, off_in, fd_out, off_out, len, flags); in main()
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
Dcopy_file_range.c46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
48 *off_out = 0xdeadbef2facefed2; in main()
53 fd_in, off_in, fd_out, off_out, len, flags); in main()
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
/external/strace/tests/
Dsplice.c45 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
47 *off_out = 0xdeadbef2facefed2ULL; in main()
52 fd_in, off_in, fd_out, off_out, len, flags); in main()
54 (int) fd_in, *off_in, (int) fd_out, *off_out, len, in main()
Dcopy_file_range.c46 TAIL_ALLOC_OBJECT_CONST_PTR(long long int, off_out); in main()
48 *off_out = 0xdeadbef2facefed2; in main()
53 fd_in, off_in, fd_out, off_out, len, flags); in main()
56 (int) fd_in, *off_in, (int) fd_out, *off_out, len, flags, in main()
/external/e2fsprogs/lib/ext2fs/
Dqcow2.c135 ext2_off64_t off_out, void *buf, size_t count) in qcow2_copy_data() argument
141 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0) in qcow2_copy_data()
205 ext2_off64_t off_out; in qcow2_write_raw_image() local
231 off_out = (l1_index * img.l2_size) + in qcow2_write_raw_image()
233 off_out <<= img.cluster_bits; in qcow2_write_raw_image()
235 off_out, copy_buf, img.cluster_size); in qcow2_write_raw_image()
/external/ltp/include/lapi/
Dsplice.h29 loff_t *off_out, size_t len, unsigned int flags) in splice() argument
32 fd_out, off_out, len, flags); in splice()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1668 #define __sanitizer_syscall_pre_splice(fd_in, off_in, fd_out, off_out, len, \ argument
1671 (long)(fd_out), (long)(off_out), \
1673 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \ argument
1676 (long)(fd_out), (long)(off_out), \
2961 long off_out, long len, long flags);
2963 long fd_out, long off_out, long len,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2637 PRE_SYSCALL(splice)(long fd_in, void *off_in, long fd_out, void *off_out,
2641 void *off_out, long len, long flags) {
2644 if (off_out) POST_WRITE(off_out, sizeof(long long));
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c5756 int, fd_out, vki_loff_t *, off_out, in PRE()