Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBData.cpp124 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 Dintel_fb.c914 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 Dintel_fb.h74 u32 old_offset, u32 new_offset);
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A 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()
/openbsd-src/gnu/usr.bin/texinfo/info/
H A 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()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-m68hc11.c1144 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 Delf32-xtensa.c5374 bfd_vma old_offset; local
5392 old_offset = r_reloc_get_target_offset (&r_rel);
5403 - (old_sec->output_offset + old_offset));
H A DChangeLog-020310983 unsigned overflow when new_offset < old_offset.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m68hc11.c1134 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 Delf32-xtensa.c9232 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 DChangeLog-020310983 unsigned overflow when new_offset < old_offset.
/openbsd-src/gnu/lib/libreadline/
H A Ddisplay.c1044 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 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()
/openbsd-src/sys/dev/ic/
H A Daic7xxx.c1939 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 Daic79xx.c3059 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 DChangeLog-0203916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-0203916 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.468876 `old_offset' (= instead of ==).