Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local
30 return *offset != saved_offset; in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64() local
40 *offset = saved_offset; in GetMaxU64()
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local
52 return *offset != saved_offset; in GetMaxS64()
58 lldb::offset_t saved_offset = *offset; in GetMaxS64() local
62 *offset = saved_offset; in GetMaxS64()
/openbsd-src/sys/dev/ic/
H A Dsiopvar.h69 u_int32_t saved_offset; /* offset in table after disc without sdp */ member
H A Dsiop.c975 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_intr()
987 siop_cmd->saved_offset = offset; in siop_intr()
1025 siop_cmd->saved_offset != SIOP_NOOFFSET) in siop_intr()
1026 offset = siop_cmd->saved_offset; in siop_intr()
1499 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_scsicmd()
H A Daic7xxx.c3088 u_int saved_offset; in ahc_parse_msg() local
3107 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3120 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3136 if (saved_offset != offset) { in ahc_parse_msg()
3265 u_int saved_offset; in ahc_parse_msg() local
3297 saved_offset = offset; in ahc_parse_msg()
3324 || saved_offset != offset in ahc_parse_msg()
3359 saved_offset, saved_ppr_options, in ahc_parse_msg()
H A Daic79xx.c4323 u_int saved_offset; in ahd_parse_msg() local
4342 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
4353 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
4368 if (saved_offset != offset) { in ahd_parse_msg()
4496 u_int saved_offset; in ahd_parse_msg() local
4528 saved_offset = offset; in ahd_parse_msg()
4551 || saved_offset != offset in ahd_parse_msg()
4585 saved_offset, saved_ppr_options, in ahd_parse_msg()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp592 offset_t saved_offset = offset; in FDEToUnwindPlan() local
596 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan()
601 offset = saved_offset; in FDEToUnwindPlan()
/openbsd-src/usr.bin/vi/ex/
H A Dex_subst.c345 size_t offset, saved_offset, scno; in s() local
702 saved_offset = lbclen; in s()
709 offset = saved_offset; in s()
/openbsd-src/usr.bin/file/
H A Dmagic-test.c1243 size_t saved_start, saved_offset; in magic_test_children() local
1248 saved_offset = ms->offset; in magic_test_children()
1255 ms->offset = saved_offset; in magic_test_children()
1262 ms->offset = saved_offset; in magic_test_children()
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c2052 int saved_offset = output_paragraph_offset; in read_command() local
2074 (*(entry->proc)) (END, saved_offset, output_paragraph_offset); in read_command()