HomeSort by relevance Sort by last modified time
    Searched defs:ftello (Results 1 - 11 of 11) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ftell.c 40 * ftello: return current offset.
43 ftello(FILE *fp) function
90 off_t offset = ftello(fp);
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 27 #define ftello _ftelli64 macro
31 #define ftello ftello64 macro
49 #define ftello ftell macro
  /external/libvpx/libvpx/
tools_common.h 27 #define ftello _ftelli64 macro
35 #define ftello ftello64 macro
55 #define ftello ftell macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 27 #define ftello _ftelli64 macro
35 #define ftello ftello64 macro
55 #define ftello ftell macro
  /external/bison/darwin-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
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 macro
865 _GL_WARN_ON_USE (ftello, "ftello is unportable -
    [all...]
  /external/bison/linux-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
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 macro
865 _GL_WARN_ON_USE (ftello, "ftello is unportable -
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 475 _off_t ftello(FILE * stream);
481 #define ftello ftello64 macro
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 51 #define ftello ftell macro
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
542 iterator->offset[iterator->depth] = ftello(iterator->file);
565 /* we ignore any error from ftello() and catch it in fseeko() */
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) {
571 this_offset = ftello(iterator->file);
702 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
708 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
751 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH);
758 FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH)
    [all...]
stream_decoder.c 52 #define ftello ftell macro
    [all...]
stream_encoder.c 52 #define ftello ftell macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 21 #ifdef ftello
22 #undef ftello macro
323 /// off_t ftello(FILE *stream);
324 ftello, enumerator in enum:llvm::LibFunc::Func

Completed in 305 milliseconds