Searched refs:saved_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 30 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local 32 return *offset != saved_offset; in GetMaxU64() 38 lldb::offset_t saved_offset = *offset; in GetMaxU64() local 42 *offset = saved_offset; in GetMaxU64() 52 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local 54 return *offset != saved_offset; in GetMaxS64() 60 lldb::offset_t saved_offset = *offset; in GetMaxS64() local 64 *offset = saved_offset; in GetMaxS64()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | AuxVector.cpp | 21 lldb::offset_t saved_offset = *offset_ptr; in GetMaxU64() local 23 return *offset_ptr != saved_offset; in GetMaxU64()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A 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.1/contrib/nvi/ex/ |
| H A D | ex_subst.c | 352 size_t offset, saved_offset, scno; in s() local 715 saved_offset = lbclen; in s() 722 offset = saved_offset; in s()
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A 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.1/sys/dev/aic7xxx/ |
| H A 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()
|
| H A 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()
|