Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 25 of 152) sorted by relevance

1234567

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdio.h62 #ifndef SEEK_CUR
63 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdio.h62 #ifndef SEEK_CUR
63 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dmsr.c36 if (lseek(fd, idx, SEEK_CUR) == -1) in read_msr()
65 if (lseek(fd, idx, SEEK_CUR) == -1) in write_msr()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A D8svx.c70 lsx_seeki(ft,(off_t)12,SEEK_CUR); in startread()
72 lsx_seeki(ft,(off_t)1,SEEK_CUR); in startread()
79 lsx_seeki(ft,(off_t)4,SEEK_CUR); in startread()
139 lsx_seeki(ft,(off_t)chunksize,SEEK_CUR); in startread()
H A Dsox-fmt.c70 lsx_seeki(ft, (off_t)(headers_bytes - FIXED_HDR - comments_bytes), SEEK_CUR); in startread()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dbrowser.c115 case SEEK_CUR: in ui_browser__list_head_seek()
147 case SEEK_CUR: in ui_browser__rb_tree_seek()
429 browser->seek(browser, +1, SEEK_CUR); in ui_browser__run()
438 browser->seek(browser, -1, SEEK_CUR); in ui_browser__run()
463 browser->seek(browser, +offset, SEEK_CUR); in ui_browser__run()
476 browser->seek(browser, -offset, SEEK_CUR); in ui_browser__run()
614 case SEEK_CUR: in ui_browser__argv_seek()
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h129 #ifndef SEEK_CUR
130 #define SEEK_CUR 1 macro
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Djava.rst257 seekerr = fseek(classfile, len, SEEK_CUR);
262 seekerr = fseek(classfile, 2, SEEK_CUR);
265 seekerr = fseek(classfile, 3, SEEK_CUR);
274 seekerr = fseek(classfile, 4, SEEK_CUR);
278 seekerr = fseek(classfile, 8, SEEK_CUR);
320 if(fseek(classfile, 2, SEEK_CUR)) /* skip access flags */
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dtinyplay.c116 fseek(file, chunk_header.sz - sizeof(chunk_fmt), SEEK_CUR); in tiny_play()
124 fseek(file, chunk_header.sz, SEEK_CUR); in tiny_play()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/fakecamera/
H A DFakeCamHwIsp20.cpp627 fseek(fp, TAG_BYTE_LEN*(-1), SEEK_CUR);//backforwad to tag start in parse_rk_rawfile()
632 fseek(fp, TAG_BYTE_LEN, SEEK_CUR); in parse_rk_rawfile()
691 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
697 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
703 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
709 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
715 fseek(fp, header.block_length, SEEK_CUR); in parse_rk_rawfile()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbpf-script-test-prologue.c41 if (orig == SEEK_CUR) in bpf_func__null_lseek()
H A Dbpf.c53 lseek(fds[i % 2], i, (i / 2) % 2 ? SEEK_CUR : SEEK_SET); in llseek_loop()
54 lseek(fds[(i + 1) % 2], i, (i / 2) % 2 ? SEEK_CUR : SEEK_SET); in llseek_loop()
/OK3568_Linux_fs/kernel/tools/power/cpupower/debug/i386/
H A Dpowernow-k8-decode.c42 lseek(fd, MSR_FIDVID_STATUS, SEEK_CUR); in get_fidvid()
H A Dcentrino-decode.c47 if (lseek(fd, msr, SEEK_CUR) == -1) in rdmsr()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.c296 loff_t pos = lseek64(fd, 0, SEEK_CUR); in read_block()
412 off_t pos = lseek(fd, 0, SEEK_CUR); in write_block()
515 off_t pos = lseek(ctx->fd, 0, SEEK_CUR); in mtd_erase_blocks()
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.c317 loff_t pos = lseek64(fd, 0, SEEK_CUR); in read_block()
435 off_t pos = lseek(fd, 0, SEEK_CUR); in write_block()
538 off_t pos = lseek(ctx->fd, 0, SEEK_CUR); in mtd_erase_blocks()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch29 + lseek(fileno(file), -1, SEEK_CUR);
/OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c496 offset_out = seek_adi(fd, 0, SEEK_CUR); in test4_lseek()
502 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR); in test4_lseek()
508 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR); in test4_lseek()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c352 browser->b.seek(&browser->b, offset, SEEK_CUR); in annotate_browser__toggle_source()
361 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
367 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
376 browser->b.seek(&browser->b, -offset, SEEK_CUR); in annotate_browser__toggle_source()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtrace-event-info.c47 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file()
562 tdata->size = lseek(output_fd, 0, SEEK_CUR); in tracing_data_get()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp369 fseek(fp, extra_field_len, SEEK_CUR); // skip past the extra field in npz_load()
382 fseek(fp, size, SEEK_CUR); in npz_load()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp369 fseek(fp, extra_field_len, SEEK_CUR); // skip past the extra field in npz_load()
382 fseek(fp, size, SEEK_CUR); in npz_load()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dadi.c187 case SEEK_CUR: in adi_llseek()
/OK3568_Linux_fs/external/recovery/minzip/
H A DSysUtil.c55 start = lseek(fd, 0L, SEEK_CUR); in getFileStartAndLength()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DSysUtil.c55 start = lseek(fd, 0L, SEEK_CUR); in getFileStartAndLength()

1234567