HomeSort by relevance Sort by last modified time
    Searched full:off_out (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
qcow2.c 130 ext2_off64_t off_out, void *buf, size_t count)
136 if (ext2fs_llseek(fdout, off_out, SEEK_SET) < 0)
200 ext2_off64_t off_out; local
226 off_out = (l1_index * img.l2_size) +
228 off_out <<= img.cluster_bits;
230 off_out, copy_buf, img.cluster_size);
  /external/strace/
io.c 353 /* loff_t *off_out */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc     [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 249 milliseconds