Searched refs:old_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBData.cpp | 120 if (offset == old_offset) in GetFloat() 137 if (offset == old_offset) in GetDouble() 155 if (offset == old_offset) in GetLongDouble() 173 if (offset == old_offset) in GetAddress() 192 if (offset == old_offset) in GetUnsignedInt8() 210 if (offset == old_offset) in GetUnsignedInt16() 228 if (offset == old_offset) in GetUnsignedInt32() 246 if (offset == old_offset) in GetUnsignedInt64() 264 if (offset == old_offset) in GetSignedInt8() 282 if (offset == old_offset) in GetSignedInt16() [all …]
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_open_fd.c | 136 int64_t old_offset, new_offset; in file_skip() local 155 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0) && in file_skip() 157 return (new_offset - old_offset); in file_skip()
|
| H A D | archive_read_open_filename.c | 448 int64_t old_offset, new_offset; in file_skip_lseek() local 450 off_t old_offset, new_offset; in file_skip_lseek() local 460 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0 && in file_skip_lseek() 462 return (new_offset - old_offset); in file_skip_lseek()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-fileio.c | 665 off_t old_offset, new_offset; in remote_fileio_func_read() local 745 old_offset = lseek (fd, 0, SEEK_CUR); in remote_fileio_func_read() 753 if (old_offset != new_offset) in remote_fileio_func_read() 754 ret = new_offset - old_offset; in remote_fileio_func_read()
|
| /freebsd-12.1/sys/dev/advansys/ |
| H A D | advlib.c | 1098 u_int old_offset; in adv_set_syncrate() local 1109 old_offset = tinfo->current.offset; in adv_set_syncrate() 1112 && ((old_period != period || old_offset != offset) in adv_set_syncrate()
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1917 u_int old_offset; in ahc_set_syncrate() local 1946 old_offset = tinfo->curr.offset; in ahc_set_syncrate() 1951 || old_offset != offset in ahc_set_syncrate()
|
| H A D | aic79xx.c | 3083 u_int old_offset; in ahd_set_syncrate() local 3112 old_offset = tinfo->curr.offset; in ahd_set_syncrate() 3117 || old_offset != offset in ahd_set_syncrate()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-0203 | 916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-0203 | 10983 unsigned overflow when new_offset < old_offset.
|