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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/libs/androidfw/
ZipUtils.cpp 315 long curPosn = ftell(fp);
318 *pCompressedLen = ftell(fp) - curPosn;
Asset.cpp 210 offset = ftell(fp);
475 if (ftell(mFp) != mStart + mOffset) {
477 ftell(mFp), (long) mStart, (long) mOffset);
590 long oldPosn = ftell(mFp);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 138 long size = ftell(fpaudiocaps);
218 long size = ftell(fpspkrfile);
  /system/core/libcutils/
open_memstream.c 355 if (ftell(stream) == 4097)
358 printf("BAD: offset is %ld\n", ftell(stream));
  /external/bison/lib/
stdio.in.h 509 /* ftell, ftello. See the comments on fseek/fseeko. */
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
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 131 int32_t filesize = ftell(fs);
203 int32_t filesize = ftell(fs);
267 int32_t filesize = ftell(fs);
331 int32_t filesize = ftell(fs);
421 uint32_t filesize = ftell(fs);
603 int32_t tlSize = ftell(fs);
766 int32_t tlSize = ftell(fs);
  /external/srec/portable/src/
PANSIFileImpl.c 293 pos = ftell(impl->value);
349 posCur = ftell(impl->value);
351 posEnd = ftell(impl->value);
  /external/chromium_org/third_party/harfbuzz-ng/src/
main.cc 60 len = ftell (f);
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxstats.c 47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 166 length_ = ftell(file_);
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest16.c 119 nSql = ftell(in);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 53 len = ftell(fid);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 166 size = ftell(f);
  /external/harfbuzz_ng/src/
main.cc 60 len = ftell (f);
  /external/jhead/
jpgfile.c 159 Sections[SectionsRead].Offset = ftell(infile);
203 cp = ftell(infile);
205 ep = ftell(infile);
692 ThumbLen = ftell(ThumbnailFile);
  /external/libvpx/libvpx/
vpxstats.c 47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
webmdec.c 45 return ftell(userdata);
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 164 length_ = ftell(file_);
  /external/webrtc/test/testsupport/
fileutils.cc 159 size = ftell(f);
  /external/zopfli/src/zopfli/
zopfli_bin.c 49 *outsize = ftell(file);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 84 strmLen = (u32)ftell(finput);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.c 47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
webmdec.c 45 return ftell(userdata);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 54 fsize = ftell (fp);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 58 fsize = ftell (fp);

Completed in 1215 milliseconds

1 2 3 45 6 7 8 91011>>