HomeSort by relevance Sort by last modified time
    Searched refs:loff_t (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 186 #define dqoff(UID) ((loff_t)((UID) * sizeof (struct dqblk)))
types.h 45 typedef __loff_t loff_t; typedef
  /external/e2fsprogs/misc/
e4defrag.c 363 loff_t offset, end_offset, length;
372 offset = (loff_t)defrag_data.orig_start * block_size;
373 length = (loff_t)defrag_data.len * block_size;
419 loff_t offset;
424 offset = (loff_t)defrag_data.orig_start * block_size;
430 (loff_t)pagesize * page_num, sync_flag) < 0)
1282 static void print_progress(const char *file, loff_t start, loff_t file_size)
1304 loff_t start = 0;
    [all...]
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_test.c 45 static int mfd_assert_new(const char *name, loff_t sz, unsigned int flags)
memfd_test.c 67 static int mfd_assert_new(const char *name, loff_t sz, unsigned int flags)
  /external/xz-embedded/linux/lib/xz/
xz_dec_test.c 103 size_t size, loff_t *pos)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 45 typedef __loff_t loff_t; typedef
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h     [all...]
  /external/fio/oslib/
libmtd_legacy.c 239 loff_t offs = 0;
libmtd.c 1016 loff_t seek;
1025 seek = (loff_t)eb * mtd->eb_size;
1035 loff_t seek;
1046 seek = (loff_t)eb * mtd->eb_size;
    [all...]
  /external/fsck_msdos/
dir.c 311 loff_t off;
446 loff_t off;
530 loff_t off;
1016 static loff_t lfoff;
  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.h 116 const char *name, loff_t sz, int flags);
memfd_create_common.c 147 const char *name, loff_t sz, int flags)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 249 typedef __loff_t loff_t; typedef
    [all...]

Completed in 1386 milliseconds

12