Searched refs:fseeko64 (Results 1 - 15 of 15) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Dioapi.h14 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
H A Dioapi.c25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminizip.c39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
H A Dminiunz.c38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.h14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define fseeko64 fseek macro
56 #define fseeko64 _fseeki64 macro
59 #define fseeko64 fseek macro
H A Dioapi.c191 if(fseeko64((FILE *)stream, offset, fseek_origin) != 0)
H A Dminizip.c218 int n = fseeko64(pFile, 0, SEEK_END);
/external/libvpx/libvpx/
H A Dtools_common.h34 #define fseeko fseeko64
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h30 #define fseeko fseeko64
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h57 return fseeko64(f,off,whence);
/external/stlport/src/
H A Dstdio_streambuf.cpp46 # define FSEEK fseeko64
/external/stlport/src/details/
H A Dfstream_stdio.cpp118 # define FSEEK fseeko64
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h309 /// int fseeko64(FILE *stream, off64_t offset, int whence)
310 fseeko64, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp165 "fseeko64",
665 TLI.setUnavailable(LibFunc::fseeko64);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1632 case LibFunc::fseeko64:

Completed in 294 milliseconds