Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/fs/stream/
Dstream03.c190 opos = ftello(stream); in main()
205 opos = ftello(stream); in main()
216 opos = ftello(stream); in main()
231 opos = ftello(stream); in main()
246 opos = ftello(stream); in main()
261 opos = ftello(stream); in main()
273 opos = ftello(stream); in main()
275 opos = ftello(stream); in main()
/external/libvpx/libvpx/
Dtools_common.h28 #define ftello _ftelli64 macro
33 #define ftello ftello64 macro
42 #define ftello ftell macro
Dvpxenc.c1034 input->length = ftello(input->file); in open_input_file()
1722 ivf_header_pos = ftello(stream->file); in get_cx_data()
1730 const FileOffset currpos = ftello(stream->file); in get_cx_data()
2189 lagged_count = global.limit ? seen_frames : ftello(input.file); in main()
2201 const int64_t input_pos = ftello(input.file); in main()
/external/libaom/libaom/common/
Dtools_common.h31 #define ftello _ftelli64 macro
37 #define ftello ftello64 macro
46 #define ftello ftell macro
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake24 # LFS type1: 8 <= sizeof(off_t), fseeko, ftello
28 check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)
33 set(LFS_FTELL "ftello")
/external/flac/include/share/
Dcompat.h54 #define ftello _ftelli64 macro
58 #define ftello ftello64 macro
/external/ImageMagick/m4/
Dac_func_fseeko.m454 AN_FUNCTION([ftello], [AC_FUNC_FSEEKO])
67 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
70 [Define to 1 if fseeko (and presumably ftello) exists and is declared.])
/external/elfutils/tests/
Dlfs-symbols34 ftello
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h26 #ifdef ftello
27 #undef ftello
DTargetLibraryInfo.def590 /// off_t ftello(FILE *stream);
591 TLI_DEFINE_ENUM_INTERNAL(ftello)
592 TLI_DEFINE_STRING_INTERNAL("ftello")
/external/flac/libFLAC/
Dmetadata_iterators.c445 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); in simple_iterator_prime_input_()
525 iterator->offset[iterator->depth] = ftello(iterator->file); in FLAC__metadata_simple_iterator_next()
549 while(ftello(iterator->file) + (FLAC__off_t)iterator->length < iterator->offset[iterator->depth]) { in FLAC__metadata_simple_iterator_prev()
554 this_offset = ftello(iterator->file); in FLAC__metadata_simple_iterator_prev()
685 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
691 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
734 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
741 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
748 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
816 …FLAC__ASSERT(ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HE… in FLAC__metadata_simple_iterator_insert_block_after()
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h67 # define ftell ftello
/external/ImageMagick/MagickCore/
Dblob-private.h32 # define ftell 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/libaom/libaom/examples/
Dlightfield_decoder.c250 const FileOffset camera_frame_pos = ftello(infile); in main()
Dlightfield_bitstream_parsing.c256 const FileOffset camera_frame_pos = ftello(infile); in main()
/external/libaom/libaom/apps/
Daomenc.c1227 input->length = ftello(input->file); in open_input_file()
1959 ivf_header_pos = ftello(stream->file); in get_cx_data()
1966 const FileOffset currpos = ftello(stream->file); in get_cx_data()
2503 lagged_count = global.limit ? seen_frames : ftello(input.file); in main()
2515 const int64_t input_pos = ftello(input.file); in main()
/external/pdfium/third_party/libtiff/
Dtiffiop.h290 # define ftell(stream,offset,whence) ftello(stream,offset,whence)
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll348 ; CHECK: declare void @ftello(...)
349 declare void @ftello(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll474 ; CHECK: declare void @ftello(...)
475 declare void @ftello(...)
/external/minijail/
Dminijail0_cli.c426 if (fseeko(f, 0, SEEK_END) == -1 || (filter_size = ftello(f)) == -1) { in read_seccomp_filter()
/external/libpcap/
Dsf-pcap.c1031 return (ftello((FILE *)p)); in pcap_dump_ftell64()

12