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

1 2

  /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
  /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);
  /external/libvpx/libvpx/
tools_common.h 35 #define ftello ftello64
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 35 #define ftello ftello64
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 31 #define ftello ftello64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 757 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
760 # define ftello ftello64
792 extern __off64_t ftello64 (FILE *__stream) __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 757 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
760 # define ftello ftello64
792 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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_sync_filebuf.h 178 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /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 177 __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));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 325 /// off64_t ftello64(FILE *stream)
326 ftello64, enumerator in enum:llvm::LibFunc::Func

Completed in 1468 milliseconds

1 2