Home
last modified time | relevance | path

Searched refs:fseeko (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/
Dtools_common.h26 #define fseeko _fseeki64 macro
30 #define fseeko fseeko64 macro
48 #define fseeko fseek macro
/external/libvpx/libvpx/
Dtools_common.h26 #define fseeko _fseeki64 macro
34 #define fseeko fseeko64 macro
54 #define fseeko fseek macro
Dwebmenc.c95 fseeko(glob->stream, *ebmlLoc, SEEK_SET); in Ebml_EndSubElement()
99 fseeko(glob->stream, pos, SEEK_SET); in Ebml_EndSubElement()
124 fseeko(ebml->stream, ebml->seek_info_pos, SEEK_SET); in write_webm_seek_info()
327 fseeko(glob->stream, glob->track_id_pos, SEEK_SET); in write_webm_file_footer()
330 fseeko(glob->stream, 0, SEEK_END); in write_webm_file_footer()
/external/bsdiff/
Dbspatch.c116 if (fseeko(cpf, 32, SEEK_SET)) in main()
123 if (fseeko(dpf, 32 + bzctrllen, SEEK_SET)) in main()
130 if (fseeko(epf, 32 + bzctrllen + bzdatalen, SEEK_SET)) in main()
Dbsdiff.c389 if (fseeko(pf, 0, SEEK_SET)) in main()
/external/bison/lib/
Dstdio.in.h475 # undef fseeko
476 # define fseeko rpl_fseeko
478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
483 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
486 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
488 _GL_CXXALIASWARN (fseeko);
492 # undef fseeko
494 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
/external/bison/linux-lib/
Dstdio.h787 # undef fseeko
788 # define fseeko rpl_fseeko
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
800 _GL_CXXALIASWARN (fseeko);
804 # undef fseeko
806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
/external/bison/darwin-lib/
Dstdio.h787 # undef fseeko
788 # define fseeko rpl_fseeko
790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)
792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence));
800 _GL_CXXALIASWARN (fseeko);
804 # undef fseeko
806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h18 #ifdef fseeko
19 #undef fseeko
308 fseeko, enumerator
/external/chromium_org/third_party/ots/test/
Dfile-stream.h37 if (!::fseeko(file_, position, SEEK_SET)) { in Seek()
/external/llvm/test/CodeGen/Thumb/
D2009-08-20-ISelBug.ll35 %9 = call i32 @fseeko(%struct.FILE* %2, i64 %off, i32 0) nounwind ; <i32> [#uses=1]
62 declare i32 @fseeko(%struct.FILE* nocapture, i64, i32) nounwind
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_includes.h65 # define fseek fseeko
/external/flac/libFLAC/
Dmetadata_iterators.c50 #define fseeko fseek macro
537 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) { in FLAC__metadata_simple_iterator_next()
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) { in FLAC__metadata_simple_iterator_prev()
567 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) { in FLAC__metadata_simple_iterator_prev()
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) { in FLAC__metadata_simple_iterator_get_application_id()
661 …if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LE… in FLAC__metadata_simple_iterator_get_block()
1438 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_()
2840 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_()
2851 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_()
2863 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_with_padding_()
[all …]
/external/zlib/src/
DCMakeLists.txt50 # Check for fseeko
52 check_function_exists(fseeko HAVE_FSEEKO)
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobspatch.c267 if ((fseeko(cf->f, off, SEEK_SET)) != 0) in cfopen()
433 if (fseeko(f, 0, SEEK_END) != 0 || (patchsize = ftello(f)) < 0) in main()
/external/zlib/src/contrib/minizip/
Dioapi.h56 #define fseeko64 fseeko
Dioapi.c21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
Dminizip.c35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
Dminiunz.c34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
/external/libpcap/
Dconfig.h.in37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
294 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/external/libedit/src/
Dreadline.c1206 if (fseeko(fp, (off_t)sizeof(buf) * count, SEEK_SET) == in history_truncate_file()
1253 if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) < 0) { in history_truncate_file()
1271 if (fseeko(fp, (off_t)0, SEEK_SET) == (off_t)-1) { in history_truncate_file()
1276 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) == in history_truncate_file()
/external/zlib/src/examples/
Dzran.c277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); in extract()
/external/bison/m4/
Dstdio_h.m477 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp540 TLI.setUnavailable(LibFunc::fseeko); in initialize()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dliolib.c91 #define l_fseek(f,o,w) fseeko(f,o,w)

12