HomeSort by relevance Sort by last modified time
    Searched defs:off_t (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/bison/lib/
sys_types.in.h 31 /* Override off_t if Large File Support is requested on native Windows. */
35 # define off_t __int64 macro
37 # define off_t long long int
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
mman.h 30 typedef __off_t off_t; typedef
32 typedef __off64_t off_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mman.h 30 typedef __off_t off_t; typedef
32 typedef __off64_t off_t; typedef
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 40 #define off_t __kernel_off_t macro
48 #undef off_t macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 24 typedef off64_t off_t; typedef
26 typedef off32_t off_t; typedef
  /external/chromium_org/net/base/
file_stream_context_posix.cc 5 // For 64-bit file access (off_t = off64_t, lseek64, etc).
32 #define off_t off64_t macro
41 COMPILE_ASSERT(sizeof(int64) == sizeof(off_t), off_t_64_bit);
105 off_t res = lseek(file_.GetPlatformFile(), static_cast<off_t>(offset),
107 if (res == static_cast<off_t>(-1))
  /external/e2fsprogs/include/nonunix/
unistd.h 24 #define off_t _off_t macro
  /external/libvpx/libvpx/
webmenc.h 17 /* MSVS doesn't define off_t */
18 typedef __int64 off_t; typedef
30 typedef off_t EbmlLoc;
45 off_t position_reference;
46 off_t seek_info_pos;
47 off_t segment_info_pos;
48 off_t track_pos;
49 off_t cue_pos;
50 off_t cluster_pos;
53 off_t track_id_pos
    [all...]
tools_common.h 29 typedef __int64 off_t; // fseeki64 compatible type typedef
32 /* MinGW defines off_t as long and uses f{seek,tell}o64/off64_t for large
36 #define off_t off64_t macro
53 typedef long off_t; /* NOLINT */ typedef
93 off_t length;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.h 17 /* MSVS doesn't define off_t */
18 typedef __int64 off_t; typedef
30 typedef off_t EbmlLoc;
45 off_t position_reference;
46 off_t seek_info_pos;
47 off_t segment_info_pos;
48 off_t track_pos;
49 off_t cue_pos;
50 off_t cluster_pos;
53 off_t track_id_pos
    [all...]
tools_common.h 29 typedef __int64 off_t; // fseeki64 compatible type typedef
32 /* MinGW defines off_t as long and uses f{seek,tell}o64/off64_t for large
36 #define off_t off64_t macro
53 typedef long off_t; /* NOLINT */ typedef
93 off_t length;
  /bionic/libc/include/sys/
types.h 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */
95 typedef __kernel_off_t off_t; typedef
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
101 typedef __kernel_off_t off_t; typedef
102 typedef off_t loff_t;
  /development/ndk/platforms/android-3/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 93 /* This historical accident means that we had a 32-bit off_t on 32-bit architectures. */
95 typedef __kernel_off_t off_t; typedef
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
101 typedef __kernel_off_t off_t; typedef
102 typedef off_t loff_t;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
types.h 66 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
types.h 67 typedef __kernel_off_t off_t; typedef

Completed in 362 milliseconds

1 2 3 4 5 6