/external/libvpx/libvpx/ |
D | tools_common.h | 28 #define ftello _ftelli64 macro 32 #define ftello ftello64 macro 49 #define ftello ftell macro
|
D | vpxenc.c | 977 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/ |
D | compat.h | 54 #define ftello _ftelli64 macro 58 #define ftello ftello64 macro
|
/external/bison/lib/ |
D | stdio.in.h | 536 # 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/ |
D | stdio.h | 848 # 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/ |
D | stdio.h | 848 # 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/ |
D | opj_includes.h | 66 # define ftell ftello
|
/external/flac/libFLAC/ |
D | metadata_iterators.c | 51 #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 …]
|
D | stream_decoder.c | 3375 else if((pos = ftello(decoder->private_->file)) < 0) in file_tell_callback_()
|
D | stream_encoder.c | 4478 offset = ftello(encoder->private_->file);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 26 #ifdef ftello 27 #undef ftello
|
D | TargetLibraryInfo.def | 496 /// off_t ftello(FILE *stream); 497 TLI_DEFINE_ENUM_INTERNAL(ftello) 498 TLI_DEFINE_STRING_INTERNAL("ftello")
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 55 #define ftello64 ftello
|
D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream)
|
D | minizip.c | 34 #define FTELLO_FUNC(stream) ftello(stream)
|
D | miniunz.c | 33 #define FTELLO_FUNC(stream) ftello(stream)
|
/external/bsdiff/ |
D | bsdiff.c | 359 if ((len = ftello(pf)) == -1) in main() 374 if ((newsize = ftello(pf)) == -1) in main()
|
/external/bison/m4/ |
D | stdio_h.m4 | 77 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
|
/external/libpcap/ |
D | config.h.in | 37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 226 TLI.setUnavailable(LibFunc::ftello); in initialize()
|
/external/libedit/src/ |
D | readline.c | 1294 if((off = ftello(fp)) > 0) in history_truncate_file()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1237 case LibFunc::ftello: in inferPrototypeAttributes()
|
/external/libcxx/include/ |
D | fstream | 817 pos_type __r = ftello(__file_);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1796 fun:ftello=uninstrumented
|
/external/zlib/src/ |
D | ChangeLog | 544 - Use ftello() and fseeko() if available instead of ftell() and fseek()
|