Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/deqp/framework/common/
DtcuResource.cpp76 long curPos = ftell(m_file); in getSize()
78 int size = (int)ftell(m_file); in getSize()
85 return (int)ftell(m_file); in getPosition()
/external/skia/src/ports/
DSkOSFile_stdio.cpp52 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize()
58 long size = ::ftell((FILE*)f); // record the size in sk_fgetsize()
76 size_t curr = ::ftell((FILE*)f); in sk_fread()
114 long curr = ::ftell((FILE*)f); in sk_ftell()
/external/chromium_org/third_party/skia/src/ports/
DSkOSFile_stdio.cpp50 long curr = ::ftell((FILE*)f); // remember where we are in sk_fgetsize()
56 long size = ::ftell((FILE*)f); // record the size in sk_fgetsize()
74 size_t curr = ::ftell((FILE*)f); in sk_fread()
112 long curr = ::ftell((FILE*)f); in sk_ftell()
/external/clang/test/Analysis/
Dstream.c13 extern long int ftell (FILE *__stream);
31 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f3()
58 ftell(p); // expected-warning {{Stream pointer might be NULL}} in f7()
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_includes.h66 # define ftell ftello macro
86 # define OPJ_FTELL(stream) ftell(stream)
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_fileutils.cc36 int32_t current_pos = ftell(file_); in IsAtEnd()
38 int32_t end_pos = ftell(file_); in IsAtEnd()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc106 return ftell(in_file_) >= file_end_; in EndOfFile()
124 file_end_ = ftell(in_file_); in OpenFile()
/external/bison/lib/
Dstdio.in.h514 # undef ftell
518 # undef ftell
519 # define ftell rpl_ftell
521 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
522 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
524 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
526 _GL_CXXALIASWARN (ftell);
532 # undef ftell
550 # undef ftell
562 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
/external/icu/icu4c/source/tools/toolutil/
Dfilestrm.c165 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size()
171 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dfilestrm.c165 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size()
171 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
/external/bison/linux-lib/
Dstdio.h826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell
874 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
/external/bison/darwin-lib/
Dstdio.h826 # undef ftell
830 # undef ftell
831 # define ftell rpl_ftell
833 _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1)));
834 _GL_CXXALIAS_RPL (ftell, long, (FILE *fp));
836 _GL_CXXALIAS_SYS (ftell, long, (FILE *fp));
838 _GL_CXXALIASWARN (ftell);
844 # undef ftell
862 # undef ftell
874 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m19 start_pos = ftell(fid);
63 fp = ftell(fid);
68 fseek(fid, fp - ftell(fid) + ...
/external/chromium_org/third_party/lzma_sdk/
D7zFile.c204 *pos = ftell(p->file); in File_Seek()
227 long pos = ftell(p->file); in File_GetLength()
229 *length = ftell(p->file); in File_GetLength()
/external/lzma/C/
D7zFile.c204 *pos = ftell(p->file); in File_Seek()
227 long pos = ftell(p->file); in File_GetLength()
229 *length = ftell(p->file); in File_GetLength()
/external/tcpdump/
Dpcap_dump_ftell.c35 return (ftell((FILE *)p)); in pcap_dump_ftell()
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dfile_io_test.cc37 size_t length = ftell(file_handle); in TestFileInputStream()
98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
Dcolor_enhancement_test.cc75 long refLen = ftell(refFile); in TEST_F()
79 long testLen = ftell(modFile); in TEST_F()
/external/sfntly/cpp/src/test/
Dfile_io_test.cc37 size_t length = ftell(file_handle); in TestFileInputStream()
98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
/external/chromium_org/third_party/zlib/contrib/minizip/
Dioapi.h49 #define ftello64 ftell
58 #define ftello64 ftell
/external/libvorbis/include/vorbis/
Dvorbisfile.h79 (long (*)(void *)) ftell
86 (long (*)(void *)) ftell
/external/srec/portable/src/
DPFileWrap.c139 ftell_result = ftell ( (FILE *)self ); in PFileGetPosition()
161 posCur = ftell ( self ); in PFileIsEOF()
163 posEnd = ftell ( self ); in PFileIsEOF()
/external/compiler-rt/SDKs/linux/usr/include/
Dstdio.h41 extern long ftell(FILE *);
/external/zlib/src/contrib/minizip/
Dioapi.h50 #define ftello64 ftell
64 #define ftello64 ftell
/external/openssl/crypto/bio/
Dbio_lcl.h18 #define UP_ftell ftell

12345678910