Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 29) sorted by relevance

12

/external/libvpx/libvpx/
Dwebmenc.c79 *ebmlLoc = ftello(glob->stream); in Ebml_StartSubElement()
88 pos = ftello(glob->stream); in Ebml_EndSubElement()
121 pos = ftello(ebml->stream); in write_webm_seek_info()
146 ebml->segment_info_pos = ftello(ebml->stream); in write_webm_seek_info()
182 glob->position_reference = ftello(glob->stream); in write_webm_file_header()
187 glob->track_pos = ftello(glob->stream); in write_webm_file_header()
193 glob->track_id_pos = ftello(glob->stream); in write_webm_file_header()
247 glob->cluster_pos = ftello(glob->stream); in write_webm_block()
301 glob->cue_pos = ftello(glob->stream); in write_webm_file_footer()
Dtools_common.h27 #define ftello _ftelli64 macro
35 #define ftello ftello64 macro
55 #define ftello ftell macro
Dvpxenc.c772 input->length = ftello(input->file); in open_input_file()
1348 ivf_header_pos = ftello(stream->file); in get_cx_data()
1356 off_t currpos = ftello(stream->file); in get_cx_data()
1710 lagged_count = global.limit ? seen_frames : ftello(input.file); in main()
1722 off_t input_pos = ftello(input.file); in main()
/external/chromium_org/third_party/libvpx/source/libvpx/
Dtools_common.h27 #define ftello _ftelli64 macro
31 #define ftello ftello64 macro
49 #define ftello ftell macro
Dvpxenc.c907 input->length = ftello(input->file); in open_input_file()
1625 ivf_header_pos = ftello(stream->file); in get_cx_data()
1633 const int64_t currpos = ftello(stream->file); in get_cx_data()
2237 lagged_count = global.limit ? seen_frames : ftello(input.file); in main()
2249 const int64_t input_pos = ftello(input.file); in main()
/external/bison/lib/
Dstdio.in.h536 # undef ftello
537 # define ftello rpl_ftello
539 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
540 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
543 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
545 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
547 _GL_CXXALIASWARN (ftello);
551 # undef ftello
553 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
/external/bison/linux-lib/
Dstdio.h848 # undef ftello
849 # define ftello rpl_ftello
851 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
852 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
855 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
857 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
859 _GL_CXXALIASWARN (ftello);
863 # undef ftello
865 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
/external/bison/darwin-lib/
Dstdio.h848 # undef ftello
849 # define ftello rpl_ftello
851 _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
852 _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp));
855 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
857 _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp));
859 _GL_CXXALIASWARN (ftello);
863 # undef ftello
865 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h21 #ifdef ftello
22 #undef ftello
324 ftello, enumerator
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_includes.h66 # define ftell ftello
/external/flac/libFLAC/
Dmetadata_iterators.c51 #define ftello ftell macro
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); in simple_iterator_prime_input_()
542 iterator->offset[iterator->depth] = ftello(iterator->file); in FLAC__metadata_simple_iterator_next()
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) { in FLAC__metadata_simple_iterator_prev()
571 this_offset = ftello(iterator->file); in FLAC__metadata_simple_iterator_prev()
702 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_… in FLAC__metadata_simple_iterator_set_block()
708 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_… in FLAC__metadata_simple_iterator_set_block()
751 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_… in FLAC__metadata_simple_iterator_set_block()
758 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_… in FLAC__metadata_simple_iterator_set_block()
765 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_… in FLAC__metadata_simple_iterator_set_block()
[all …]
Dstream_decoder.c52 #define ftello ftell macro
3367 else if((pos = ftello(decoder->private_->file)) < 0) in file_tell_callback_()
/external/zlib/src/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream)
/external/bsdiff/
Dbsdiff.c359 if ((len = ftello(pf)) == -1) in main()
374 if ((newsize = ftello(pf)) == -1) in main()
/external/bison/m4/
Dstdio_h.m477 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobspatch.c433 if (fseeko(f, 0, SEEK_END) != 0 || (patchsize = ftello(f)) < 0) in main()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp543 TLI.setUnavailable(LibFunc::ftello); in initialize()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dliolib.c92 #define l_ftell(f) ftello(f)
/external/libpcap/
Dconfig.h.in37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
/external/libedit/src/
Dreadline.c1294 if((off = ftello(fp)) > 0) in history_truncate_file()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1229 case LibFunc::ftello: in inferPrototypeAttributes()
/external/libcxx/include/
Dfstream817 pos_type __r = ftello(__file_);

12