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

1 2

  /external/libvpx/libvpx/
tools_common.h 26 #define ftello ftello64
  /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)
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
49 #define ftello64 ftell macro
55 #define ftello64 _ftelli64 macro
58 #define ftello64 ftell macro
ioapi.c 145 ret = ftello64((FILE *)stream);
minizip.c 220 pos = ftello64(pFile);
  /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));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 290 /// off64_t ftello64(FILE *stream)
291 ftello64, enumerator in enum:llvm::LibFunc::Func

Completed in 303 milliseconds

1 2