HomeSort by relevance Sort by last modified time
    Searched refs:ftello64 (Results 1 - 23 of 23) 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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 35 #define ftello ftello64
  /external/flac/include/share/
compat.h 58 #define ftello ftello64
  /external/libvpx/libvpx/
tools_common.h 32 #define ftello ftello64
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 157 extern off64_t ftello64 (FILE *stream);
bfdio.c 47 return ftello64 (file);
configure     [all...]
  /bionic/libc/include/
stdio.h 174 off_t ftello(FILE*) __RENAME(ftello64); variable
198 off64_t ftello64(FILE*);
  /bionic/libc/stdio/
stdio.cpp 525 off64_t result = ftello64(fp);
534 off64_t ftello64(FILE* fp) { function
545 *pos = ftello64(fp);
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 781 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
784 # define ftello ftello64
816 extern __off64_t ftello64 (FILE *__stream) __wur;
  /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.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-linux-glibc2.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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/
stdio.h 476 _off64_t ftello64(FILE * stream);
481 #define ftello ftello64
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 383 TLI.setUnavailable(LibFunc::ftello64);
  /bionic/tests/
stdio_test.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]

Completed in 60 milliseconds