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

1 2 34 5 6 7 8 91011>>

  /external/bison/linux-lib/
stdio.h 821 /* ftell, ftello. See the comments on fseek/fseeko. */
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 macro
    [all...]
  /external/srec/portable/src/
PFileWrap.c 139 ftell_result = ftell ( (FILE *)self );
161 posCur = ftell ( self );
163 posEnd = ftell ( self );
  /external/chromium_org/third_party/harfbuzz-ng/src/
test.cc 74 len = ftell (f);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 54 size_t file_size = ftell(input_file);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.cc 75 size_t file_size = ftell(input_file);
  /external/chromium_org/third_party/sqlite/src/tool/
showjournal.c 122 fileSize = ftell(db);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 48 loop_length_samples_ = ftell(fp) / sizeof(int16_t);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
pcap_file_reader.cc 116 int32_t next_packet_pos = ftell(file_);
257 *next_packet_pos = ftell(file_) + incl_len;
263 marker.pos_in_file = ftell(file_);
291 int32_t file_pos = ftell(file_);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 87 EXPECT_EQ(0, ftell(output_file));
  /external/harfbuzz_ng/src/
test.cc 74 len = ftell (f);
  /external/libvpx/libvpx/test/
webm_video_source.h 57 return ftell(f);
  /external/qemu/android/utils/
file_data.c 72 long fileSize = ftell(f);
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 54 size_t file_size = ftell(input_file);
  /external/sfntly/cpp/src/test/
test_font_utils.cc 75 size_t file_size = ftell(input_file);
  /external/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 57 return ftell(f);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 85 using _STLP_VENDOR_CSTD::ftell;
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 362 startChunkPos = ftell(wFile->file);
389 startChunkPos = ftell(wFile->file);

Completed in 1423 milliseconds

1 2 34 5 6 7 8 91011>>