/external/deqp/framework/common/ |
D | tcuResource.cpp | 69 long curPos = ftell(m_file); in getSize() 71 int size = (int)ftell(m_file); in getSize() 78 return (int)ftell(m_file); in getPosition()
|
/external/clang/test/Analysis/ |
D | stream.c | 13 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/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 95 long curr = ftell(f); // remember where we are in sk_fgetsize() 101 long size = ftell(f); // record the size in sk_fgetsize() 119 size_t curr = ftell(f); in sk_fread() 165 long curr = ftell(f); in sk_ftell()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | input_audio_file.cc | 47 const long current_pos = ftell(fp_); in Seek() 51 const long file_size = ftell(fp_); in Seek()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 66 # define ftell ftello macro 86 # define OPJ_FTELL(stream) ftell(stream)
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_fileutils.cc | 36 int32_t current_pos = ftell(file_); in IsAtEnd() 38 int32_t end_pos = ftell(file_); in IsAtEnd()
|
/external/tpm2/ |
D | NVMem.c | 79 if(0 == ftell(s_NVFile)) in _plat__NVEnable() 97 assert(ftell(s_NVFile) == NV_MEMORY_SIZE); in _plat__NVEnable()
|
/external/bison/lib/ |
D | stdio.in.h | 514 # 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/bison/linux-lib/ |
D | stdio.h | 826 # 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/ |
D | stdio.h | 826 # 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/lzma/C/ |
D | 7zFile.c | 206 *pos = ftell(p->file); in File_Seek() 229 long pos = ftell(p->file); in File_GetLength() 231 *length = ftell(p->file); in File_GetLength()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | parse_delay_file.m | 19 start_pos = ftell(fid); 63 fp = ftell(fid); 68 fseek(fid, fp - ftell(fid) + ...
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filestrm.c | 165 int32_t savedPos = ftell((FILE*)fileStream); in T_FileStream_size() 171 size = (int32_t)ftell((FILE*)fileStream); in T_FileStream_size()
|
/external/tcpdump/ |
D | pcap_dump_ftell.c | 30 return (ftell((FILE *)p)); in pcap_dump_ftell()
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 37 size_t length = ftell(file_handle); in TestFileInputStream() 98 size_t length = ftell(file_handle); in TestFontInputStreamBasic()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 79 (long (*)(void *)) ftell 86 (long (*)(void *)) ftell
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 50 #define ftello64 ftell 64 #define ftello64 ftell
|
/external/v8/tools/ |
D | shell-utils.h | 49 int file_size = static_cast<int>(ftell(file)); in ReadFileAndRepeat()
|
/external/webrtc/webrtc/test/ |
D | rtp_file_reader.cc | 290 int32_t next_packet_pos = ftell(file_); in Initialize() 442 *next_packet_pos = ftell(file_) + incl_len; in ReadPacket() 448 marker.pos_in_file = ftell(file_); in ReadPacket() 480 int32_t file_pos = ftell(file_); in ReadPacketHeader()
|
/external/ltrace/ |
D | memstream.c | 53 memstream->size = ftell(memstream->stream); in memstream_close()
|
/external/pdfium/third_party/freetype/include/freetype/config/ |
D | ftstdlib.h | 109 #define ft_ftell ftell
|
/external/freetype/include/config/ |
D | ftstdlib.h | 108 #define ft_ftell ftell
|
/external/v8/src/ |
D | icu_util.cc | 68 size_t size = ftell(inf); in InitializeICU()
|
/external/dng_sdk/source/ |
D | dng_file_stream.cpp | 81 return (uint64) ftell (fFile); in DoGetLength()
|
/external/libdrm/radeon/ |
D | bof.c | 284 if (ftell(file) >= end) { in bof_read() 293 bof->offset = ftell(file); in bof_read() 353 root->offset = ftell(root->file); in bof_load_file()
|