HomeSort by relevance Sort by last modified time
    Searched defs:off_t (Results 76 - 87 of 87) sorted by null

1 2 34

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
stdio.h 65 typedef long off_t; typedef
78 typedef off_t fpos_t; /* stdio file position type */
240 int fseeko(FILE *, off_t, int);
243 off_t ftello(FILE *);
  /external/libvpx/
vpxenc.c 45 /* MSVS doesn't define off_t, and uses _f{seek,tell}i64 */
46 typedef __int64 off_t; typedef
50 /* MinGW defines off_t, and uses f{seek,tell}o64 */
64 typedef long off_t; typedef
446 typedef off_t EbmlLoc;
465 off_t position_reference;
466 off_t seek_info_pos;
467 off_t segment_info_pos;
468 off_t track_pos;
469 off_t cue_pos
    [all...]
  /external/strace/
file.c 132 # undef off_t macro
141 # define off_t __kernel_off_t macro
152 # undef off_t macro
161 # define off_t off_t macro
217 * Ugly hacks for systems that have typedef long long off_t
600 off_t offset;
804 int st_pad3; /* st_size, off_t expansion */
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 281 typedef __off_t off_t; typedef
    [all...]

Completed in 1566 milliseconds

1 2 34