| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBData.cpp | 124 uint32_t old_offset = offset; in GetFloat() local 126 if (offset == old_offset) in GetFloat() 139 uint32_t old_offset = offset; in GetDouble() local 141 if (offset == old_offset) in GetDouble() 154 uint32_t old_offset = offset; in GetLongDouble() local 156 if (offset == old_offset) in GetLongDouble() 169 uint32_t old_offset = offset; in GetAddress() local 171 if (offset == old_offset) in GetAddress() 184 uint32_t old_offset = offset; in GetUnsignedInt8() local 186 if (offset == old_offset) in GetUnsignedInt8() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_fb.c | 914 u32 old_offset, in intel_adjust_tile_offset() argument 920 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset() 922 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset() 924 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset() 939 u32 old_offset, in intel_adjust_linear_offset() argument 942 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset() 944 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset() 945 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset() 955 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument 960 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset() [all …]
|
| H A D | intel_fb.h | 74 u32 old_offset, u32 new_offset);
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A 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()
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A 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()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-m68hc11.c | 1144 unsigned long old_offset; in m68hc11_elf_relax_delete_bytes() local 1147 old_offset = irel->r_offset; in m68hc11_elf_relax_delete_bytes() 1192 if (old_offset == addr) in m68hc11_elf_relax_delete_bytes() 1213 raddr += old_offset; in m68hc11_elf_relax_delete_bytes()
|
| H A D | elf32-xtensa.c | 5374 bfd_vma old_offset; local 5392 old_offset = r_reloc_get_target_offset (&r_rel); 5403 - (old_sec->output_offset + old_offset));
|
| H A D | ChangeLog-0203 | 10983 unsigned overflow when new_offset < old_offset.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-m68hc11.c | 1134 unsigned long old_offset; in m68hc11_elf_relax_delete_bytes() local 1137 old_offset = irel->r_offset; in m68hc11_elf_relax_delete_bytes() 1182 if (old_offset == addr) in m68hc11_elf_relax_delete_bytes() 1203 raddr += old_offset; in m68hc11_elf_relax_delete_bytes()
|
| H A D | elf32-xtensa.c | 9232 bfd_vma old_offset; in do_fix_for_relocatable_link() local 9246 old_offset = r_rel.target_offset; in do_fix_for_relocatable_link() 9264 - (old_sec->output_offset + old_offset)); in do_fix_for_relocatable_link()
|
| H A D | ChangeLog-0203 | 10983 unsigned overflow when new_offset < old_offset.
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | display.c | 1044 int new_offset, old_offset, tmp; local 1132 new_offset = old_offset = 0; 1135 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); ) 1137 old_offset = _rl_find_next_mbchar (old, old_offset, 1, MB_FIND_ANY); 1139 ofd = old + old_offset;
|
| /openbsd-src/gnu/usr.bin/binutils/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()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 1939 u_int old_offset; in ahc_set_syncrate() local 1968 old_offset = tinfo->curr.offset; in ahc_set_syncrate() 1973 || old_offset != offset in ahc_set_syncrate()
|
| H A D | aic79xx.c | 3059 u_int old_offset; in ahd_set_syncrate() local 3088 old_offset = tinfo->curr.offset; in ahd_set_syncrate() 3093 || old_offset != offset in ahd_set_syncrate()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ChangeLog.46 | 8876 `old_offset' (= instead of ==).
|