Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dofftab.c303 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); variable
304 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) {
306 first_offset);
399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); in offtab_reset_write() local
408 offtab->ot_window[0] = htobe64((uint64_t)first_offset); in offtab_reset_write()
411 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) in offtab_reset_write()
H A Dvndcompress.c615 const uint64_t first_offset = offtab_get(&S->offtab, 0); in compress_restart() local
621 if (first_offset != expected) { in compress_restart()
623 expected, first_offset); in compress_restart()
630 uint64_t last_offset = first_offset; in compress_restart()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.cc656 off_t first_offset = rm[start].file_offset; in do_readv() local
657 off_t last_offset = first_offset; in do_readv()
688 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv()
700 got, want, static_cast<long long>(base + first_offset)); in do_readv()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.cc656 off_t first_offset = rm[start].file_offset; in do_readv() local
657 off_t last_offset = first_offset; in do_readv()
688 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv()
700 got, want, static_cast<long long>(base + first_offset)); in do_readv()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc3786 int first_offset = 0; in arc_expand_prologue() local
3814 first_offset = -frame->pretend_size; in arc_expand_prologue()
3821 frame_stack_add (first_offset); in arc_expand_prologue()
3822 first_offset = 0; in arc_expand_prologue()
3841 first_offset); in arc_expand_prologue()
3845 first_offset, in arc_expand_prologue()
3849 first_offset, emit_move); in arc_expand_prologue()
3942 int first_offset; in arc_expand_epilogue() local
3958 first_offset = size - (frame->pretend_size + frame->reg_size in arc_expand_epilogue()
3974 first_offset, in arc_expand_epilogue()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c3781 int first_offset = 0; in arc_expand_prologue() local
3809 first_offset = -frame->pretend_size; in arc_expand_prologue()
3816 frame_stack_add (first_offset); in arc_expand_prologue()
3817 first_offset = 0; in arc_expand_prologue()
3836 first_offset); in arc_expand_prologue()
3840 first_offset, in arc_expand_prologue()
3844 first_offset, emit_move); in arc_expand_prologue()
3937 int first_offset; in arc_expand_epilogue() local
3953 first_offset = size - (frame->pretend_size + frame->reg_size in arc_expand_epilogue()
3969 first_offset, in arc_expand_epilogue()
[all …]
/netbsd-src/usr.sbin/fstyp/
H A Dhammer_disk.h392 hammer_off_t first_offset; /* zone-X offset only used by zone-3 */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c5027 rtx first_base, first_offset; in ldstwm_operation_p() local
5029 &first_base, &first_offset)) in ldstwm_operation_p()
5031 if (!REG_P (first_base) || !CONST_INT_P (first_offset)) in ldstwm_operation_p()
5034 inc_p = INTVAL (first_offset) >= 0; in ldstwm_operation_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc5062 rtx first_base, first_offset; in ldstwm_operation_p() local
5064 &first_base, &first_offset)) in ldstwm_operation_p()
5066 if (!REG_P (first_base) || !CONST_INT_P (first_offset)) in ldstwm_operation_p()
5069 inc_p = INTVAL (first_offset) >= 0; in ldstwm_operation_p()
/netbsd-src/external/mit/isl/dist/
H A Disl_ast_codegen.c3841 static int first_offset(struct isl_set_map_pair *domain, int *order, int n, in first_offset() function
4056 first = first_offset(domain, order, n, build); in generate_shift_component()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc20924 HOST_WIDE_INT first_offset = 0; in umips_save_restore_pattern_p() local
20955 first_offset = this_offset; in umips_save_restore_pattern_p()
20961 || this_offset != first_offset + UNITS_PER_WORD * n) in umips_save_restore_pattern_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c20740 HOST_WIDE_INT first_offset = 0; in umips_save_restore_pattern_p() local
20771 first_offset = this_offset; in umips_save_restore_pattern_p()
20777 || this_offset != first_offset + UNITS_PER_WORD * n) in umips_save_restore_pattern_p()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2009251 first_offset.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2009251 first_offset.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201737080 if first_offset is not a CONST_INT.