Searched refs:old_offset (Results 1 – 8 of 8) 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_file.c | 136 int64_t old_offset, new_offset = -1; in FILE_skip() local 160 old_offset = lseek(fileno(mine->f), 0, SEEK_CUR); in FILE_skip() 162 old_offset = _ftelli64(mine->f); in FILE_skip() 164 old_offset = ftello(mine->f); in FILE_skip() 166 old_offset = ftell(mine->f); in FILE_skip() 168 if (old_offset >= 0) { in FILE_skip() 169 if (old_offset < mine->size && in FILE_skip() 170 skip <= mine->size - old_offset) { in FILE_skip() 184 return (new_offset - old_offset); in FILE_skip()
|
| H A D | archive_read_open_fd.c | 138 int64_t old_offset, new_offset; in file_skip() local 158 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) { in file_skip() 159 if (old_offset >= mine->size || in file_skip() 160 skip > mine->size - old_offset) { in file_skip() 164 return (new_offset - old_offset); in file_skip()
|
| H A D | archive_read_open_filename.c | 490 int64_t old_offset, new_offset; in file_skip_lseek() local 492 off_t old_offset, new_offset; in file_skip_lseek() local 507 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) { in file_skip_lseek() 508 if (old_offset >= mine->size || in file_skip_lseek() 509 skip > mine->size - old_offset) { in file_skip_lseek() 513 return (new_offset - old_offset); in file_skip_lseek()
|
| /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/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 4066 uint64_t old_offset = RRSS_GET_OFFSET(&spa->spa_uberblock); in raidz_reflow_sync() local 4067 ASSERT3U(vre->vre_offset_pertxg[txgoff], >=, old_offset); in raidz_reflow_sync() 4075 VERIFY3U(vre->vre_failed_offset, >=, old_offset); in raidz_reflow_sync() 4079 old_offset, new_offset - old_offset, in raidz_reflow_sync()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1901 u_int old_offset; in ahc_set_syncrate() local 1930 old_offset = tinfo->curr.offset; in ahc_set_syncrate() 1935 || old_offset != offset in ahc_set_syncrate()
|
| 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()
|