Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBData.cpp120 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 Darchive_read_open_fd.c136 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 Darchive_read_open_filename.c448 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 Dremote-fileio.c665 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 Dadvlib.c1098 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 Daic7xxx.c1917 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 Daic79xx.c3083 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 DChangeLog-0203916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-020310983 unsigned overflow when new_offset < old_offset.