Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp129 if (offset == old_offset) in GetFloat()
145 if (offset == old_offset) in GetDouble()
161 if (offset == old_offset) in GetLongDouble()
177 if (offset == old_offset) in GetAddress()
193 if (offset == old_offset) in GetUnsignedInt8()
209 if (offset == old_offset) in GetUnsignedInt16()
225 if (offset == old_offset) in GetUnsignedInt32()
241 if (offset == old_offset) in GetUnsignedInt64()
257 if (offset == old_offset) in GetSignedInt8()
273 if (offset == old_offset) in GetSignedInt16()
[all …]
/freebsd-13.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.c452 int64_t old_offset, new_offset; in file_skip_lseek() local
454 off_t old_offset, new_offset; in file_skip_lseek() local
464 if ((old_offset = lseek(mine->fd, 0, SEEK_CUR)) >= 0 && in file_skip_lseek()
466 return (new_offset - old_offset); in file_skip_lseek()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c1911 u_int old_offset; in ahc_set_syncrate() local
1940 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
1945 || old_offset != offset in ahc_set_syncrate()
H A Daic79xx.c3066 u_int old_offset; in ahd_set_syncrate() local
3095 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3100 || old_offset != offset in ahd_set_syncrate()