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

/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBData.cpp124 uint32_t old_offset = offset; local
126 if (offset == old_offset)
139 uint32_t old_offset = offset; local
141 if (offset == old_offset)
154 uint32_t old_offset = offset; local
156 if (offset == old_offset)
169 uint32_t old_offset = offset; local
171 if (offset == old_offset)
184 uint32_t old_offset = offset; local
186 if (offset == old_offset)
199 uint32_t old_offset = offset; local
214 uint32_t old_offset = offset; local
229 uint32_t old_offset = offset; local
244 uint32_t old_offset = offset; local
259 uint32_t old_offset = offset; local
274 uint32_t old_offset = offset; local
289 uint32_t old_offset = offset; local
304 uint32_t old_offset = offset; local
335 uint32_t old_offset = offset; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dxref.c72 int old_offset = input_text_offset; local
78 if (input_text_offset > old_offset)
82 input_text_offset = old_offset;
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_fb.h74 u32 old_offset, u32 new_offset);
H A Dintel_fb.c914 u32 old_offset,
920 WARN_ON(old_offset & (tile_size - 1));
922 WARN_ON(new_offset > old_offset);
924 tiles = (old_offset - new_offset) / tile_size;
939 u32 old_offset,
942 old_offset += *y * pitch + *x * cpp;
944 *y = (old_offset - new_offset) / pitch;
945 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
955 u32 old_offset, u32 new_offset)
960 drm_WARN_ON(&i915->drm, new_offset > old_offset);
909 intel_adjust_tile_offset(int *x, int *y, unsigned int tile_width, unsigned int tile_height, unsigned int tile_size, unsigned int pitch_tiles, u32 old_offset, u32 new_offset) argument
936 intel_adjust_linear_offset(int *x, int *y, unsigned int cpp, unsigned int pitch, u32 old_offset, u32 new_offset) argument
950 intel_adjust_aligned_offset(int *x, int *y, const struct drm_framebuffer *fb, int color_plane, unsigned int rotation, unsigned int pitch, u32 old_offset, u32 new_offset) argument
991 intel_plane_adjust_aligned_offset(int *x, int *y, const struct intel_plane_state *state, int color_plane, u32 old_offset, u32 new_offset) argument
[all...]
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dindices.c253 int old_offset; local
265 old_offset = index_offset;
274 if (index_offset == old_offset)
/openbsd-current/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-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c665 off_t old_offset, new_offset; local
745 old_offset = lseek (fd, 0, SEEK_CUR);
753 if (old_offset != new_offset)
754 ret = new_offset - old_offset;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-m68hc11.c1146 unsigned long old_offset;
1149 old_offset = irel->r_offset;
1194 if (old_offset == addr)
1215 raddr += old_offset;
1144 unsigned long old_offset; local
H A Delf32-xtensa.c5396 bfd_vma old_offset;
5414 old_offset = r_reloc_get_target_offset (&r_rel);
5425 - (old_sec->output_offset + old_offset));
5374 bfd_vma old_offset; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m68hc11.c1136 unsigned long old_offset;
1139 old_offset = irel->r_offset;
1184 if (old_offset == addr)
1205 raddr += old_offset;
1134 unsigned long old_offset; local
H A Delf32-xtensa.c9260 bfd_vma old_offset;
9274 old_offset = r_rel.target_offset;
9292 - (old_sec->output_offset + old_offset));
9232 bfd_vma old_offset; local
/openbsd-current/sys/dev/ic/
H A Daic7xxx.c1939 u_int old_offset; local
1968 old_offset = tinfo->curr.offset;
1973 || old_offset != offset
H A Daic79xx.c3059 u_int old_offset; local
3088 old_offset = tinfo->curr.offset;
3093 || old_offset != offset

Completed in 348 milliseconds