HomeSort by relevance Sort by last modified time
    Searched refs:off_out (Results 1 - 3 of 3) 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/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 82 milliseconds