Searched refs:old_offset (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBData.cpp | 124 uint32_t old_offset = offset; in GetFloat() local 126 if (offset == old_offset) in GetFloat() 139 uint32_t old_offset = offset; in GetDouble() local 141 if (offset == old_offset) in GetDouble() 154 uint32_t old_offset = offset; in GetLongDouble() local 156 if (offset == old_offset) in GetLongDouble() 169 uint32_t old_offset = offset; in GetAddress() local 171 if (offset == old_offset) in GetAddress() 184 uint32_t old_offset = offset; in GetUnsignedInt8() local 186 if (offset == old_offset) in GetUnsignedInt8() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_open_fd.c | 135 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 D | archive_read_open_filename.c | 482 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/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz.c | 3710 uint64_t old_offset = RRSS_GET_OFFSET(&spa->spa_uberblock); in raidz_reflow_sync() local 3711 ASSERT3U(vre->vre_offset_pertxg[txgoff], >=, old_offset); in raidz_reflow_sync() 3719 VERIFY3U(vre->vre_failed_offset, >=, old_offset); in raidz_reflow_sync() 3723 old_offset, new_offset - old_offset, in raidz_reflow_sync()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 407 const lldb::offset_t old_offset = offset; in Update_DW_OP_addr() local 409 if (old_offset == offset) in Update_DW_OP_addr()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 3056 u_int old_offset; in ahd_set_syncrate() local 3085 old_offset = tinfo->curr.offset; in ahd_set_syncrate() 3090 || old_offset != offset in ahd_set_syncrate()
|