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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
rewind.c 40 (void) fseek(fp, 0L, SEEK_SET);
  /external/clang/test/Analysis/
stream.c 12 extern int fseek (FILE *__stream, long int __off, int __whence);
25 fseek(p, 1, SEEK_SET); // expected-warning {{Stream pointer might be NULL}}
45 fseek(p, 1, SEEK_SET); // no-warning
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
83 fseek(stream, offset, whence);
  /build/tools/ziptime/
ZipEntry.cpp 58 if (fseek(fp, mCDE.mLocalHeaderRelOffset, SEEK_SET) != 0) {
70 if (fseek(fp, posn, SEEK_SET) != 0)
103 if (fseek(fp, -kLFHLen, SEEK_CUR) != 0)
147 if (fseek(fp, -kCDELen, SEEK_CUR) != 0)
153 if (fseek(fp, fileNameLength + extraFieldLength + fileCommentLength, SEEK_CUR) != 0)
  /frameworks/av/cmds/stagefright/
WaveWriter.h 39 fseek(mFile, 40, SEEK_SET);
42 fseek(mFile, 4, SEEK_SET);
  /external/deqp/framework/common/
tcuResource.cpp 70 fseek(m_file, 0, SEEK_END);
72 fseek(m_file, curPos, SEEK_SET);
83 fseek(m_file, (size_t)position, SEEK_SET);
  /external/dng_sdk/source/
dng_file_stream.cpp 74 if (fseek (fFile, 0, SEEK_END) != 0)
92 if (fseek (fFile, (long) offset, SEEK_SET) != 0)
117 if (fseek (fFile, (uint32) offset, SEEK_SET) != 0)
  /external/libvpx/libvpx/third_party/libwebm/
mkvreader.cpp 59 fseek(m_file, 0L, SEEK_END);
73 fseek(m_file, 0L, SEEK_SET);
121 fseek(m_file, offset, SEEK_SET);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvreader.cpp 54 fseek(m_file, 0L, SEEK_END);
65 fseek(m_file, 0L, SEEK_SET);
117 fseek(m_file, offset, SEEK_SET);
  /external/tpm2/
NVMem.c 78 fseek(s_NVFile, 0, SEEK_END);
89 fseek(s_NVFile, 0, SEEK_END);
96 fseek(s_NVFile, 0, SEEK_END);
99 fseek(s_NVFile, 0, SEEK_SET);
260 fseek(s_NVFile, 0, SEEK_SET);
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 119 fseek(file_, position_, SEEK_SET);
123 fseek(file_, (size_t)skip_count, SEEK_CUR);
142 fseek(file_, position_ - unread_count, SEEK_SET);
145 fseek(file_, position_ - unread_count, SEEK_SET);
163 fseek(file_, 0, SEEK_END);
165 fseek(file_, 0, SEEK_SET);
  /external/icu/icu4c/source/samples/layout/
UnicodeReader.cpp 46 fseek(f, 0, SEEK_END);
49 fseek(f, 0, SEEK_SET);
82 fseek(f, signatureLength, SEEK_SET);
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 64 #if defined(OPJ_HAVE_FSEEKO) && !defined(fseek)
65 # define fseek fseeko macro
84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
  /bionic/libc/bionic/
pututline.c 48 if (fseek(f, i - sizeof(struct utmp), SEEK_SET) < 0)
  /external/ltrace/testsuite/ltrace.minor/
count-record.c 34 fseek (fp, 0, SEEK_CUR);
  /external/ceres-solver/internal/ceres/
file.cc 60 fseek(file_descriptor, 0L, SEEK_END);
65 fseek(file_descriptor, 0L, SEEK_SET);
  /external/compiler-rt/test/msan/Linux/
fopencookie.cc 54 fseek(f, 100, SEEK_SET);
61 fseek(f, 100, SEEK_SET);
  /external/harfbuzz_ng/src/
test-size-params.cc 70 fseek (f, 0, SEEK_END);
72 fseek (f, 0, SEEK_SET);
test-would-substitute.cc 74 fseek (f, 0, SEEK_END);
76 fseek (f, 0, SEEK_SET);
  /external/libdivsufsort/include/
lfs.h.cmake 44 # define LFS_FSEEK fseek
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 51 fseek(input_file, 0, SEEK_END);
53 fseek(input_file, 0, SEEK_SET);
  /external/skia/experimental/FileReaderApp/
ReaderView.cpp 41 fseek(f, 0, SEEK_END);
48 fseek(f, fFilePos, SEEK_SET);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 50 RTC_CHECK_EQ(0, fseek(fp_, 0, SEEK_END)); // Move to end of file.
59 RTC_CHECK_EQ(0, fseek(fp_, new_pos, SEEK_SET));
  /hardware/intel/common/libva/test/decode/
loadjpeg.c 52 fseek(fp, 0, SEEK_END);
54 fseek(fp, 0, SEEK_SET);
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 113 fseek(ptr, LINKED_LIST_SIZE, SEEK_SET);
120 fseek(ptr, LINKED_LIST_SIZE + fw_DE3.DataOffset + sizeof(fw), SEEK_SET);
148 fseek(ptr, LINKED_LIST_SIZE, SEEK_SET);
155 fseek(ptr, LINKED_LIST_SIZE + fw_DE3.DataOffset + sizeof(fw), SEEK_SET);
190 fseek(ptr, LINKED_LIST_SIZE + FIP_SIZE, SEEK_SET);
197 //fseek(ptr, LINKED_LIST_SIZE + fw_DE3.DataOffset + sizeof(fw), SEEK_SET);
198 fseek(ptr, FIP_SIZE + LINKED_LIST_SIZE + fw_DE3.DataOffset, SEEK_SET);
228 fseek(ptr, LINKED_LIST_SIZE + FIP_SIZE, SEEK_SET);
234 fseek(ptr, FIP_SIZE + LINKED_LIST_SIZE + fw_DE3.DataOffset, SEEK_SET);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 41 fseek(fp, 0, SEEK_END);
43 fseek(fp, 0, SEEK_SET);

Completed in 9668 milliseconds

1 2 3 4 5 6 7 8 91011>>