Searched refs:fseeko (Results 1 - 25 of 30) sorted by last modified time

12

/external/zlib/src/
H A Dconfigure425 # check for large file support, and if none, check for fseeko()
436 echo "Checking for fseeko... Yes." | tee -a configure.log
443 fseeko(NULL, 0, 0);
448 echo "Checking for fseeko... Yes." | tee -a configure.log
452 echo "Checking for fseeko... No." | tee -a configure.log
/external/zlib/src/contrib/minizip/
H A Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
H A Dioapi.h56 #define fseeko64 fseeko
H A Dminiunz.c34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
H A Dminizip.c35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
/external/zlib/src/examples/
H A Dzran.c277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
/external/qemu/distrib/zlib-1.2.8/
H A Dconfigure425 # check for large file support, and if none, check for fseeko()
436 echo "Checking for fseeko... Yes." | tee -a configure.log
443 fseeko(NULL, 0, 0);
448 echo "Checking for fseeko... Yes." | tee -a configure.log
452 echo "Checking for fseeko... No." | tee -a configure.log
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_includes.h59 Use fseeko() and ftello() if they are available since they use
60 'off_t' rather than 'long'. It is wrong to use fseeko() and
65 # define fseek fseeko
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h18 #ifdef fseeko
19 #undef fseeko macro
307 /// int fseeko(FILE *stream, off_t offset, int whence);
308 fseeko, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp164 "fseeko",
540 TLI.setUnavailable(LibFunc::fseeko);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1228 case LibFunc::fseeko:
/external/libvpx/libvpx/
H A Dtools_common.h26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
H A Dvpxenc.c768 if (!fseeko(input->file, 0, SEEK_END)) {
1357 fseeko(stream->file, ivf_header_pos, SEEK_SET);
1359 fseeko(stream->file, currpos, SEEK_SET);
H A Dwebmenc.c95 fseeko(glob->stream, *ebmlLoc, SEEK_SET);
99 fseeko(glob->stream, pos, SEEK_SET);
124 fseeko(ebml->stream, ebml->seek_info_pos, SEEK_SET);
327 fseeko(glob->stream, glob->track_id_pos, SEEK_SET);
330 fseeko(glob->stream, 0, SEEK_END);
/external/libedit/src/
H A Dreadline.c1206 if (fseeko(fp, (off_t)sizeof(buf) * count, SEEK_SET) ==
1253 if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) < 0) {
1271 if (fseeko(fp, (off_t)0, SEEK_SET) == (off_t)-1) {
1276 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) ==
/external/flac/libFLAC/
H A Dmetadata_iterators.c50 #define fseeko fseek macro
537 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
565 /* we ignore any error from ftello() and catch it in fseeko() */
567 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
661 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LENGTH, SEEK_SET)) {
1438 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) {
2840 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) {
2851 if(0 != fseeko(iterato
[all...]
H A Dstream_decoder.c51 #define fseeko fseek macro
3354 else if(fseeko(decoder->private_->file, (off_t)absolute_byte_offset, SEEK_SET) < 0)
H A Dstream_encoder.c51 #define fseeko fseek macro
4274 if(fseeko(encoder->private_->file, (off_t)absolute_byte_offset, SEEK_SET) < 0)
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dliolib.c91 #define l_fseek(f,o,w) fseeko(f,o,w)
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h37 if (!::fseeko(file_, position, SEEK_SET)) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h26 #define fseeko _fseeki64 macro
30 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
H A Dvpxenc.c903 if (!fseeko(input->file, 0, SEEK_END)) {
1634 fseeko(stream->file, ivf_header_pos, SEEK_SET);
1636 fseeko(stream->file, currpos, SEEK_SET);
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c509 if (fseeko(pf, 0, SEEK_SET))
510 err(1, "fseeko");
H A Dgoobspatch.c267 if ((fseeko(cf->f, off, SEEK_SET)) != 0)
268 err(1, "fseeko(%s, %lld)", tag, off);
433 if (fseeko(f, 0, SEEK_END) != 0 || (patchsize = ftello(f)) < 0)
434 err(1, "fseeko/ftello(%s)", argv[3]);
/external/bsdiff/
H A Dbsdiff.c389 if (fseeko(pf, 0, SEEK_SET))
390 err(1, "fseeko");

Completed in 391 milliseconds

12