HomeSort by relevance Sort by last modified time
    Searched full:fseeko64 (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/libdivsufsort/CMakeModules/
CheckLFS.cmake 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
56 check_symbol_exists("fseeko64" "stdio.h" HAVE_FSEEKO64)
61 set(LFS_FSEEK "fseeko64")
  /external/zlib/src/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
ioapi.c 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
  /external/ltp/utils/ffsb-6.0-rc2/
configure.in 46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
config.h.in 6 /* Define to 1 if you have the `fseeko64' function. */
  /external/libvpx/libvpx/
tools_common.h 32 #define fseeko fseeko64
  /toolchain/binutils/binutils-2.25/bfd/
config.in 35 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
104 /* Define to 1 if you have the `fseeko64' function. */
sysdep.h 169 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
  /external/flac/include/share/
compat.h 57 #define fseeko fseeko64
  /external/libvorbis/include/vorbis/
vorbisfile.h 57 return fseeko64(f,off,whence);
  /bionic/libc/include/
stdio.h 182 int fseeko(FILE*, off_t, int) __RENAME(fseeko64) __INTRODUCED_IN(24);
206 int fseeko64(FILE*, off64_t, int) __INTRODUCED_IN(24);
  /development/ndk/platforms/android-24/arch-arm/symbols/
libc.so.functions.txt 401 fseeko64
  /development/ndk/platforms/android-24/arch-arm64/symbols/
libc.so.functions.txt 319 fseeko64
libc.so.versions.txt 1155 fseeko64;
  /development/ndk/platforms/android-24/arch-mips/symbols/
libc.so.functions.txt 385 fseeko64
  /development/ndk/platforms/android-24/arch-mips64/symbols/
libc.so.functions.txt 319 fseeko64
libc.so.versions.txt 1155 fseeko64;
  /development/ndk/platforms/android-24/arch-x86/symbols/
libc.so.functions.txt 383 fseeko64
  /development/ndk/platforms/android-24/arch-x86_64/symbols/
libc.so.functions.txt 319 fseeko64
libc.so.versions.txt 1155 fseeko64;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))

Completed in 996 milliseconds

1 2 3 4 5