| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBData.cpp | 164 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/ |
| 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()
|
| D | archive_read_open_filename.c | 452 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/ |
| D | xref.c | 72 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/ |
| D | indices.c | 253 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/ |
| 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-10-stable/contrib/libreadline/ |
| D | display.c | 1213 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/ |
| 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-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.c | 1915 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()
|
| D | aic79xx.c | 3087 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/ |
| D | ChangeLog-0203 | 916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ChangeLog-0203 | 10983 unsigned overflow when new_offset < old_offset.
|
| /freebsd-10-stable/contrib/texinfo/ |
| D | ChangeLog.46 | 8876 `old_offset' (= instead of ==).
|