HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_CUR (Results 26 - 50 of 524) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 79 #define SEEK_CUR 1 /* Seek from current position. */
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 188 Libcore.os.lseek(fd, byteCount, SEEK_CUR);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 66 #ifndef SEEK_CUR
67 #error "SEEK_CUR must be a macro"
  /external/chromium_org/media/filters/
ffmpeg_glue_unittest.cc 151 // SEEK_CUR should call GetPosition() first, and if it succeeds add the offset
168 EXPECT_EQ(AVERROR(EIO), Seek(8, SEEK_CUR));
169 EXPECT_EQ(AVERROR(EIO), Seek(8, SEEK_CUR));
170 EXPECT_EQ(16, Seek(8, SEEK_CUR));
  /external/zlib/src/examples/
gzappend.c 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
331 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
340 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
358 lseek(gz.fd, -1L, SEEK_CUR);
gzlog.c 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0;
553 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end))
646 read(log->fd, buf, 1) != 1 || lseek(log->fd, -1, SEEK_CUR) < 0) {
677 if ((log->first = lseek(log->fd, -1, SEEK_CUR)) < 0 ||
705 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end))
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.c 87 case SEEK_CUR:
119 case SEEK_CUR:
396 browser->seek(browser, +1, SEEK_CUR);
405 browser->seek(browser, -1, SEEK_CUR);
418 browser->seek(browser, +offset, SEEK_CUR);
431 browser->seek(browser, -offset, SEEK_CUR);
568 case SEEK_CUR:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
mpeg_parser.js 78 br.seek(offset, ByteReader.SEEK_CUR);
85 br.seek(8, ByteReader.SEEK_CUR);
92 br.seek(40, ByteReader.SEEK_CUR);
99 br.seek(8, ByteReader.SEEK_CUR);
104 br.seek(8, ByteReader.SEEK_CUR);
  /dalvik/libdex/
OptInvocation.cpp 163 assert(lseek(fd, 0, SEEK_CUR) == 0);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 139 if (fseek(in_file_, kRtpFileHeaderSize, SEEK_CUR) != 0) {
  /external/chromium_org/third_party/zlib/
gzlib.c 186 state->start = LSEEK(state->fd, 0, SEEK_CUR);
298 if (whence != SEEK_SET && whence != SEEK_CUR)
301 /* normalize offset to a SEEK_CUR specification */
311 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
406 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/libvpx/libvpx/test/
webm_video_source.h 44 whence = SEEK_CUR;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
386 /* normalize offset to a SEEK_CUR specification */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/qemu/distrib/libsparse/src/
sparse_read.c 132 lseek64(fd, len, SEEK_CUR);
322 lseek64(fd, sparse_header.file_hdr_sz - SPARSE_HEADER_LEN, SEEK_CUR);
335 lseek64(fd, sparse_header.chunk_hdr_sz - CHUNK_HEADER_LEN, SEEK_CUR);
338 offset = lseek64(fd, 0, SEEK_CUR);
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
386 /* normalize offset to a SEEK_CUR specification */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /external/srec/portable/src/
PFile.c 246 if (PFileSeek(self, - (int)(bufferSize - i), SEEK_CUR))
265 if (PFileSeek(self, - (int) count, SEEK_CUR))
320 if (PFileSeek(self, -(int)(bufferSize - i), SEEK_CUR))
330 if (PFileSeek(self, - (int) count, SEEK_CUR))
  /external/zlib/src/
gzlib.c 256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
386 /* normalize offset to a SEEK_CUR specification */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 44 whence = SEEK_CUR;
  /hardware/intel/img/psb_video/fw/topazhp/
fwinfo.c 164 fseek(fp, topaz_fw_table[iter].header.text_size + topaz_fw_table[iter].header.data_size, SEEK_CUR);
  /hardware/intel/img/psb_video/fw/topazsc/
fwinfo.c 164 fseek(fp, topaz_fw_table[iter].header.text_size + topaz_fw_table[iter].header.data_size, SEEK_CUR);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 55 # define SEEK_CUR 1 /* Seek from current position. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 55 # define SEEK_CUR 1 /* Seek from current position. */
  /system/core/libsparse/
sparse_read.c 132 lseek64(fd, len, SEEK_CUR);
322 lseek64(fd, sparse_header.file_hdr_sz - SPARSE_HEADER_LEN, SEEK_CUR);
335 lseek64(fd, sparse_header.chunk_hdr_sz - CHUNK_HEADER_LEN, SEEK_CUR);
338 offset = lseek64(fd, 0, SEEK_CUR);
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 74 (off_t)in.offset * (off_t)in.dbsz, SEEK_CUR) == -1) {
  /bionic/libc/include/
stdio.h 197 #ifndef SEEK_CUR
198 #define SEEK_CUR 1 /* set file offset to current plus offset */

Completed in 2563 milliseconds

12 3 4 5 6 7 8 91011>>