Searched refs:saved_offset (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp33 const lldb::offset_t saved_offset = *offset; local
35 return *offset != saved_offset;
45 lldb::offset_t saved_offset = *offset; local
51 *offset = saved_offset;
64 const lldb::offset_t saved_offset = *offset; local
66 return *offset != saved_offset;
76 lldb::offset_t saved_offset = *offset; local
82 *offset = saved_offset;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp37 lldb::offset_t saved_offset = *offset_ptr; local
39 return *offset_ptr != saved_offset;
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_subst.c352 size_t offset, saved_offset, scno; local
715 saved_offset = lbclen;
722 offset = saved_offset;
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.c360 size_t saved_offset = buflim - save - buffer; local
402 memmove (bufbeg, buffer + saved_offset, save);
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmakeinfo.c2057 int saved_offset = output_paragraph_offset;
2079 (*(entry->proc)) (END, saved_offset, output_paragraph_offset);
2047 int saved_offset = output_paragraph_offset; local
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx.c3137 u_int saved_offset; local
3156 saved_offset = offset = ahc->msgin_buf[4];
3169 ahc->msgin_buf[3], saved_offset,
3185 if (saved_offset != offset) {
3314 u_int saved_offset; local
3346 saved_offset = offset;
3373 || saved_offset != offset
3408 saved_offset, saved_ppr_options,
H A Daic79xx.c4350 u_int saved_offset; local
4369 saved_offset = offset = ahd->msgin_buf[4];
4380 ahd->msgin_buf[3], saved_offset,
4395 if (saved_offset != offset) {
4523 u_int saved_offset; local
4555 saved_offset = offset;
4578 || saved_offset != offset
4612 saved_offset, saved_ppr_options,

Completed in 239 milliseconds