Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 28 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()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | DWARFCallFrameInfo.cpp | 591 offset_t saved_offset = offset; in FDEToUnwindPlan() local 595 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan() 600 offset = saved_offset; in FDEToUnwindPlan()
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_subst.c | 347 size_t offset, saved_offset, scno; in s() local 710 saved_offset = lbclen; in s() 717 offset = saved_offset; in s()
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | grep.c | 360 size_t saved_offset = buflim - save - buffer; in fillbuf() local 402 memmove (bufbeg, buffer + saved_offset, save); in fillbuf()
|
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.c | 3139 u_int saved_offset; in ahc_parse_msg() local 3158 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3171 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3187 if (saved_offset != offset) { in ahc_parse_msg() 3316 u_int saved_offset; in ahc_parse_msg() local 3348 saved_offset = offset; in ahc_parse_msg() 3375 || saved_offset != offset in ahc_parse_msg() 3410 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
| D | aic79xx.c | 4345 u_int saved_offset; in ahd_parse_msg() local 4364 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 4375 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 4390 if (saved_offset != offset) { in ahd_parse_msg() 4518 u_int saved_offset; in ahd_parse_msg() local 4550 saved_offset = offset; in ahd_parse_msg() 4573 || saved_offset != offset in ahd_parse_msg() 4607 saved_offset, saved_ppr_options, in ahd_parse_msg()
|