Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/
Dtools_common.h28 #define ftello _ftelli64 macro
32 #define ftello ftello64 macro
49 #define ftello ftell macro
Dvpxenc.c977 input->length = ftello(input->file); in open_input_file()
1716 ivf_header_pos = ftello(stream->file); in get_cx_data()
1724 const int64_t currpos = ftello(stream->file); in get_cx_data()
2208 lagged_count = global.limit ? seen_frames : ftello(input.file); in main()
2220 const int64_t input_pos = ftello(input.file); in main()
/external/flac/include/share/
Dcompat.h54 #define ftello _ftelli64 macro
58 #define ftello ftello64 macro
/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/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/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/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.c3375 else if((pos = ftello(decoder->private_->file)) < 0) in file_tell_callback_()
Dstream_encoder.c4478 offset = ftello(encoder->private_->file);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h26 #ifdef ftello
27 #undef ftello
DTargetLibraryInfo.def496 /// off_t ftello(FILE *stream);
497 TLI_DEFINE_ENUM_INTERNAL(ftello)
498 TLI_DEFINE_STRING_INTERNAL("ftello")
/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/libpcap/
Dconfig.h.in37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp226 TLI.setUnavailable(LibFunc::ftello); in initialize()
/external/libedit/src/
Dreadline.c1294 if((off = ftello(fp)) > 0) in history_truncate_file()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1237 case LibFunc::ftello: in inferPrototypeAttributes()
/external/libcxx/include/
Dfstream817 pos_type __r = ftello(__file_);
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1796 fun:ftello=uninstrumented
/external/zlib/src/
DChangeLog544 - Use ftello() and fseeko() if available instead of ftell() and fseek()

12