HomeSort by relevance Sort by last modified time
    Searched refs:ftello64 (Results 1 - 22 of 22) 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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 753 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
756 # define ftello ftello64
788 extern __off64_t ftello64 (FILE *__stream) __wur;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 753 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
756 # define ftello ftello64
788 extern __off64_t ftello64 (FILE *__stream) __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 753 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
756 # define ftello ftello64
788 extern __off64_t ftello64 (FILE *__stream) __wur;
  /external/stlport/src/details/
fstream_stdio.cpp 121 # define FTELL ftello64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 121 # define FTELL ftello64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 168 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 209 #pragma redefine_extname ftello64 __mfwrap_ftello64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 168 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 168 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 168 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 168 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 280 /// off64_t ftello64(FILE *stream)
281 ftello64, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 156 "ftello64",
570 TLI.setUnavailable(LibFunc::ftello64);
  /external/libvpx/libvpx/
vpxenc.c 53 #define ftello ftello64
    [all...]

Completed in 688 milliseconds