HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tcpdump/
pcap_dump_ftell.c 30 return (ftell((FILE *)p));
  /external/syslinux/com32/lib/sys/
ftell.c 2 * sys/ftell.c
10 long ftell(FILE * stream) function
  /external/perf_data_converter/src/quipper/
file_reader.h 24 size_t Tell() const override { return ftell(infile_); }
file_reader.cc 21 size_ = ftell(infile_);
  /external/clang/test/Analysis/
stream.c 13 extern long int ftell (FILE *__stream);
31 ftell(p); // expected-warning {{Stream pointer might be NULL}}
58 ftell(p); // expected-warning {{Stream pointer might be NULL}}
  /external/deqp/framework/common/
tcuResource.cpp 69 long curPos = ftell(m_file);
71 int size = (int)ftell(m_file);
78 return (int)ftell(m_file);
  /bionic/libc/bionic/
pututline.c 46 if ((i = ftell(f)) < 0)
  /external/libdivsufsort/include/
lfs.h.cmake 43 # define LFS_FTELL ftell
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 24 >KEYS: < fseek() ftell()
25 >WHAT: < 1) Ensure ftell reports the correct current byte offset.
79 pos = ftell(stream);
92 pos = ftell(stream);
103 pos = ftell(stream);
118 pos = ftell(stream);
133 pos = ftell(stream);
148 pos = ftell(stream);
157 /* read till EOF, do getc and then check ftell */
159 pos = ftell(stream)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 47 const long current_pos = ftell(fp_);
51 const long file_size = ftell(fp_);
  /external/skqp/src/ports/
SkOSFile_stdio.cpp 65 long curr = ftell(f); // remember where we are
71 long size = ftell(f); // record the size
99 long curr = ftell(f);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
ftell.c 2 Implementation of ftell as declared in <stdio.h>.
43 NetBSD: ftell.c,v 1.15 2003/08/07 16:43:25 agc Exp
44 ftell.c 8.2 (Berkeley) 5/4/95
55 * ftell: return current offset.
58 ftell(FILE *fp) function
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 41 static inline long ftell ( FILE *stream __unused ) { function
  /external/v8/tools/
shell-utils.h 49 int file_size = static_cast<int>(ftell(file));
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 36 int32_t current_pos = ftell(file_);
38 int32_t end_pos = ftell(file_);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 105 long curr = ftell(f); // remember where we are
111 long size = ftell(f); // record the size
139 long curr = ftell(f);
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 67 # define ftell ftello macro
87 # define OPJ_FTELL(stream) ftell(stream)
  /external/tpm2/
NVMem.c 79 if(0 == ftell(s_NVFile))
97 assert(ftell(s_NVFile) == NV_MEMORY_SIZE);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 62 using ::ftell;
  /bionic/tests/
stdio_test.cpp     [all...]
  /build/make/tools/zipalign/
ZipFile.cpp 215 fileLength = ftell(mZipFp);
408 lfhPosn = ftell(mZipFp);
410 startPosn = ftell(mZipFp);
427 long src = inputFp ? ftell(inputFp) : size;
428 long dst = ftell(mZipFp) - startPosn;
458 uncompressedLen = inputFp ? ftell(inputFp) : size;
466 endPosn = ftell(mZipFp); // seeked to end of compressed data
555 lfhPosn = ftell(mZipFp);
587 endPosn = ftell(mZipFp);
658 lfhPosn = ftell(mZipFp)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
strip.c 120 FileSize = ftell (InFile);
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 73 uint64_t Size = ftell(File);
  /external/dng_sdk/source/
dng_file_stream.cpp 81 return (uint64) ftell (fFile);
  /external/freetype/include/freetype/config/
ftstdlib.h 109 #define ft_ftell ftell

Completed in 695 milliseconds

1 2 3 4 5 6 7 8 91011>>