/external/libvpx/libvpx/ |
D | tools_common.h | 20 #define fseeko _fseeki64 macro 25 #define fseeko fseeko64 macro 45 #define fseeko fseek macro
|
D | webmenc.c | 95 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()
|
D | vpxenc.c | 1225 if (!fseeko(input->file, 0, SEEK_END)) { in open_input_file() 1780 fseeko(stream->file, ivf_header_pos, SEEK_SET); in get_cx_data() 1782 fseeko(stream->file, currpos, SEEK_SET); in get_cx_data()
|
/external/bsdiff/ |
D | bspatch.c | 116 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()
|
D | bsdiff.c | 389 if (fseeko(pf, 0, SEEK_SET)) in main()
|
/external/bison/lib/ |
D | stdio.in.h | 475 # 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/ |
D | stdio.h | 787 # 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/ |
D | stdio.h | 787 # 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/chromium_org/third_party/ots/test/ |
D | file-stream.h | 37 if (!::fseeko(file_, position, SEEK_SET)) { in Seek()
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2009-08-20-ISelBug.ll | 35 %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/flac/libFLAC/ |
D | metadata_iterators.c | 50 #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/ |
D | CMakeLists.txt | 50 # Check for fseeko 52 check_function_exists(fseeko HAVE_FSEEKO)
|
D | configure | 443 fseeko(NULL, 0, 0);
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
D | goobspatch.c | 267 if ((fseeko(cf->f, off, SEEK_SET)) != 0) in cfopen() 433 if (fseeko(f, 0, SEEK_END) != 0 || (patchsize = ftello(f)) < 0) in main()
|
D | goobsdiff.c | 509 if (fseeko(pf, 0, SEEK_SET)) in main()
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 56 #define fseeko64 fseeko
|
D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
D | minizip.c | 35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
D | miniunz.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
/external/chromium/base/ |
D | shared_memory_posix.cc | 147 if (fseeko(fp, size, SEEK_SET) != 0) in CreateNamed()
|
/external/zlib/src/examples/ |
D | zran.c | 277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); in extract()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 273 fseeko, enumerator
|
/external/bison/m4/ |
D | stdio_h.m4 | 77 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 486 TLI.setUnavailable(LibFunc::fseeko); in initialize()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1209 case LibFunc::fseeko: in inferPrototypeAttributes()
|