HomeSort by relevance Sort by last modified time
    Searched refs:ftell (Results 276 - 300 of 432) sorted by null

<<1112131415161718

  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 151 file_size = ftell(fp);
  /external/aac/libSYS/src/
genericStds.cpp 382 INT FDKftell(FDKFILE *fp) { return ftell((FILE*)fp); }
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 360 size_t count = ftell(in);
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp 465 fileSize = ftell(f);
idnaconf.cpp 88 if ((source_len = ftell(f)) <= 0){
itspoof.cpp 334 int32_t fileSize = ftell(f.getAlias());
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 321 fileSize = ftell(f);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 72 * traverse them beyond 2GB with fseek/ftell, but on the other hand *no*
73 * 32-bit platform permits that, not with fseek/ftell. Not to mention
300 ret=ftell(fp);
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 240 const long offset = ftell(file.get());
  /external/chromium_org/v8/samples/
lineprocessor.cc 275 int size = ftell(file);
  /external/chromium_org/v8/src/
platform-cygwin.cc 80 int size = ftell(file);
platform-freebsd.cc 89 int size = ftell(file);
platform-linux.cc 146 int size = ftell(file);
platform-macos.cc 89 int size = ftell(file);
platform-openbsd.cc 87 int size = ftell(file);
platform-qnx.cc 138 int size = ftell(file);
utils.cc 194 *size = ftell(file);
  /external/icu/icu4c/source/test/intltest/
idnaconf.cpp 87 if ((source_len = ftell(f)) <= 0){
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 321 fileSize = ftell(f);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 121 sz = ftell(fp);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 321 /// long ftell(FILE *stream);
322 ftell, enumerator in enum:llvm::LibFunc::Func
  /external/openssl/crypto/bio/
bss_file.c 72 * traverse them beyond 2GB with fseek/ftell, but on the other hand *no*
73 * 32-bit platform permits that, not with fseek/ftell. Not to mention
300 ret=ftell(fp);
  /external/pdfium/core/include/fxcrt/
fx_system.h 160 #define FXSYS_ftell ftell
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 229 if ((file->fileSize = ftell(ioFile)) == -1L)
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 229 if ((file->fileSize = ftell(ioFile)) == -1L)

Completed in 1137 milliseconds

<<1112131415161718