Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp126 if (offset == old_offset) in GetFloat()
141 if (offset == old_offset) in GetDouble()
156 if (offset == old_offset) in GetLongDouble()
171 if (offset == old_offset) in GetAddress()
186 if (offset == old_offset) in GetUnsignedInt8()
201 if (offset == old_offset) in GetUnsignedInt16()
216 if (offset == old_offset) in GetUnsignedInt32()
231 if (offset == old_offset) in GetUnsignedInt64()
246 if (offset == old_offset) in GetSignedInt8()
261 if (offset == old_offset) in GetSignedInt16()
[all …]
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c135 int64_t old_offset, new_offset; in file_skip() local
154 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) && in file_skip()
156 return (new_offset - old_offset); in file_skip()
H A Darchive_read_open_filename.c482 int64_t old_offset, new_offset; in file_skip_lseek() local
484 off_t old_offset, new_offset; in file_skip_lseek() local
494 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0 && in file_skip_lseek()
496 return (new_offset - old_offset); in file_skip_lseek()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp420 const lldb::offset_t old_offset = offset; in Update_DW_OP_addr() local
422 if (old_offset == offset) in Update_DW_OP_addr()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c1910 u_int old_offset; in ahc_set_syncrate() local
1939 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
1944 || old_offset != offset in ahc_set_syncrate()
H A Daic79xx.c3065 u_int old_offset; in ahd_set_syncrate() local
3094 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3099 || old_offset != offset in ahd_set_syncrate()