/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)
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 57 return fseeko64(f,off,whence);
|
/external/stlport/src/ |
stdio_streambuf.cpp | 46 # define FSEEK fseeko64
|
/ndk/sources/cxx-stl/stlport/src/ |
stdio_streambuf.cpp | 46 # define FSEEK fseeko64
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio.h | 752 fseeko64); 755 # define fseeko fseeko64 787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 752 fseeko64); 755 # define fseeko fseeko64 787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdio.h | 752 fseeko64); 755 # define fseeko fseeko64 787 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 118 # define FSEEK fseeko64
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 118 # define FSEEK fseeko64
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
stdio_sync_filebuf.h | 167 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mf-runtime.h | 208 #pragma redefine_extname fseeko64 __mfwrap_fseeko64
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 177 if (!fseeko64(_M_file, __off, __whence))
|
/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 | 177 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 167 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 167 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 167 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_sync_filebuf.h | 167 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 177 if (!fseeko64(_M_file, __off, __whence))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 177 if (!fseeko64(_M_file, __off, __whence))
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 264 /// int fseeko64(FILE *stream, off64_t offset, int whence) 265 fseeko64, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 148 "fseeko64", 567 TLI.setUnavailable(LibFunc::fseeko64);
|
/external/libvpx/libvpx/ |
vpxenc.c | 52 #define fseeko fseeko64 [all...] |