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

  /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)
minizip.c 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
miniunz.c 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 34 #define fseeko fseeko64
  /external/flac/include/share/
compat.h 57 #define fseeko fseeko64
  /external/libvpx/libvpx/
tools_common.h 31 #define fseeko fseeko64
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 169 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
bfdio.c 59 return fseeko64 (file, offset, whence);
configure     [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 57 return fseeko64(f,off,whence);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 46 # define FSEEK fseeko64
  /bionic/libc/include/
stdio.h 173 int fseeko(FILE*, off_t, int) __RENAME(fseeko64); variable
197 int fseeko64(FILE*, off64_t, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 756 fseeko64);
759 # define fseeko fseeko64
791 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 780 fseeko64);
783 # define fseeko fseeko64
815 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 118 # define FSEEK 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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /bionic/libc/stdio/
stdio.cpp 511 int fseeko64(FILE* fp, off64_t offset, int whence) { function
520 return fseeko64(fp, *pos, SEEK_SET);
  /bionic/tests/
stdio_test.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 462 /* int fseeko32(FILE* stream, _off_t offset, int whence);*/ /* fseeko32 redirects to fseeko64 */
463 int fseeko64(FILE* stream, _off64_t offset, int whence);
469 #define fseeko fseeko64
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 380 TLI.setUnavailable(LibFunc::fseeko64);
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]

Completed in 1892 milliseconds