Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBData.cpp164 uint32_t old_offset = offset; in GetFloat() local
166 if (offset == old_offset) in GetFloat()
186 uint32_t old_offset = offset; in GetDouble() local
188 if (offset == old_offset) in GetDouble()
208 uint32_t old_offset = offset; in GetLongDouble() local
210 if (offset == old_offset) in GetLongDouble()
230 uint32_t old_offset = offset; in GetAddress() local
232 if (offset == old_offset) in GetAddress()
252 uint32_t old_offset = offset; in GetUnsignedInt8() local
254 if (offset == old_offset) in GetUnsignedInt8()
[all …]
/freebsd-10-stable/contrib/libarchive/libarchive/
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()
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-10-stable/contrib/texinfo/makeinfo/
Dxref.c72 int old_offset = input_text_offset; in get_xref_token() local
78 if (input_text_offset > old_offset) in get_xref_token()
82 input_text_offset = old_offset; in get_xref_token()
/freebsd-10-stable/contrib/texinfo/info/
Dindices.c253 int old_offset; in do_info_index_search() local
265 old_offset = index_offset; in do_info_index_search()
274 if (index_offset == old_offset) in do_info_index_search()
/freebsd-10-stable/contrib/gdb/gdb/
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-10-stable/contrib/libreadline/
Ddisplay.c1213 int new_offset, old_offset; local
1321 new_offset = old_offset = 0;
1324 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); )
1326 old_offset = _rl_find_next_mbchar (old, old_offset, 1, MB_FIND_ANY);
1328 ofd = old + old_offset;
/freebsd-10-stable/sys/dev/advansys/
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-10-stable/sys/dev/aic7xxx/
Daic7xxx.c1915 u_int old_offset; in ahc_set_syncrate() local
1944 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
1949 || old_offset != offset in ahc_set_syncrate()
Daic79xx.c3087 u_int old_offset; in ahd_set_syncrate() local
3116 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3121 || old_offset != offset in ahd_set_syncrate()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-0203916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
/freebsd-10-stable/contrib/binutils/bfd/
DChangeLog-020310983 unsigned overflow when new_offset < old_offset.
/freebsd-10-stable/contrib/texinfo/
DChangeLog.468876 `old_offset' (= instead of ==).