HomeSort by relevance Sort by last modified time
    Searched refs:fseek (Results 126 - 150 of 436) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 273 if (fseek (file, offset, SEEK_SET) != 0)
327 if (fseek (file, arch.next_arhdr_offset, SEEK_SET) != 0)
410 if (fseek (nested_arch.file, archive_file_offset,
  /external/iputils/
tftpsubs.c 215 fseek(file, -1, 1); /* smash lf on top of the cr */
  /external/jhead/
jpgfile.c 204 fseek(infile, 0, SEEK_END);
206 fseek(infile, cp, SEEK_SET);
690 fseek(ThumbnailFile, 0, SEEK_END);
693 fseek(ThumbnailFile, 0, SEEK_SET);
  /external/libchrome/base/trace_event/
process_memory_maps_dump_provider.cc 105 fseek(smaps_file, 0, SEEK_SET);
  /external/libpcap/lbl/
os-sunos4.h 33 int fseek(FILE *, long, int);
  /external/libvorbis/include/vorbis/
vorbisfile.h 30 * the stdio functions fread, fseek, fclose, ftell.
61 return fseek(f,off,whence);
  /external/libvpx/libvpx/
vpxstats.c 47 if (fseek(stats->file, 0, SEEK_END))
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 214 fseek(f, 0, SEEK_END);
217 fseek(f, 0, SEEK_SET);
387 fseek(f, 0, SEEK_END);
390 fseek(f, 0, SEEK_SET);
  /external/tcpdump/lbl/
os-sunos4.h 33 int fseek(FILE *, long, int);
  /external/v8/src/snapshot/
mksnapshot.cc 121 fseek(file, 0, SEEK_END);
  /external/vboot_reference/host/lib21/
host_misc.c 33 fseek(f, 0, SEEK_END);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 54 fseek(fid, 0, SEEK_END);
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 59 return fseek(id_, 0, SEEK_SET);
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 292 TRY_PCAP(fseek(file_, next_packet_pos, SEEK_SET));
362 TRY_PCAP(fseek(file_, next_packet_it_->pos_in_file, SEEK_SET));
496 TRY_PCAP(fseek(file_, file_pos, SEEK_SET));
628 if (fseek(file_, length, SEEK_CUR) != 0) {
  /external/zopfli/src/zopfli/
zopfli_bin.c 48 fseek(file , 0 , SEEK_END);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 83 fseek(finput, 0L, SEEK_END);
  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 143 fseek(f, 0, SEEK_END);
  /frameworks/base/libs/androidfw/
Asset.cpp 413 if (fseek(mFp, mStart, SEEK_SET) != 0) {
521 if (fseek(mFp, (long) actualOffset, SEEK_SET) != 0)
597 fseek(mFp, mStart, SEEK_SET);
603 fseek(mFp, oldPosn, SEEK_SET);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.c 44 if (fseek(stats->file, 0, SEEK_END))
webmdec.c 41 return fseek(userdata, (int32_t)offset, whence) ? -1 : 0;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 57 fseek (fp, 0 , SEEK_END);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 57 fseek (fp, 0 , SEEK_END);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 191 fseek(pFile, 0, SEEK_END);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 38 # define FSEEK fseek
40 # define FSEEK _fseeki64
46 # define FSEEK fseeko64
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
  /device/asus/fugu/recovery/
recovery_updater.cpp 311 fseek(f, 0, SEEK_END);
317 fseek(f, 0, SEEK_SET);

Completed in 3075 milliseconds

1 2 3 4 56 7 8 91011>>