| /src/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| bcj.h | 88 uint32_t start_offset; member in struct:__anon24562
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| unwind-ia64.h | 37 unw_word start_offset; member in struct:unw_table_entry
|
| fde-vms.c | 47 unw_word start_offset; member in struct:__anon14259 154 ent->start_offset = vueblock.start_offset;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.h | 37 unw_word start_offset; member in struct:unw_table_entry
|
| fde-vms.c | 47 unw_word start_offset; member in struct:__anon16671 154 ent->start_offset = vueblock.start_offset;
|
| /src/external/gpl2/dtc/dist/ |
| yamltree.c | 38 int off, start_offset = markers->offset; local 71 if (m->offset == (start_offset + off)) {
|
| /src/external/bsd/wpa/dist/src/utils/ |
| trace.c | 32 static unsigned long start_offset; variable 42 start_offset = info->dlpi_addr; 200 data.pc = (uintptr_t) ((u8 *) pc - start_offset); 241 data.pc = (uintptr_t) ((u8 *) pc - start_offset); 313 data.pc = (uintptr_t) ((u8 *) btrace_res[i] - start_offset);
|
| /src/external/ibm-public/postfix/dist/src/postcat/ |
| postcat.c | 168 off_t start_offset = 0; variable 198 if (start_offset > 0) { 200 for (offset = 0; offset < start_offset; offset++) 203 VSTREAM_PATH(fp), (long) start_offset, 206 if (vstream_fseek(fp, start_offset, SEEK_SET) < 0) 208 VSTREAM_PATH(fp), (long) start_offset); 215 if (start_offset == 0 && (ch = VSTREAM_GETC(fp)) != VSTREAM_EOF) { 226 if (start_offset == 0 && (flags & PC_FLAG_PRINT_ENV)) 538 if (!alldig(optarg) || (start_offset = atol(optarg)) < 0)
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| common.cpp | 261 distance start_offset = start - c; local 263 double start_angle = atan2(start_offset.y, start_offset.x); 292 distance start_offset = start - c; local 294 double start_angle = atan2(start_offset.y, start_offset.x);
|
| object.cpp | 1694 position start_offset = strt - cent; local 1695 if (start_offset.x == 0.0 && start_offset.y == 0.0) 1700 double start_quad = atan2(start_offset.y, start_offset.x)/(M_PI/2.0); 1711 double r = max(hypot(start_offset), hypot(end_offset));
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-m68hc11.c | 585 unsigned long start_offset; 618 start_offset = offset; 666 if (start_offset != offset) 668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, 669 offset - start_offset); 677 offset = start_offset + isize; 583 unsigned long start_offset; local
|
| elf32-m68k.c | 2175 bfd_vma start_offset; 2188 start_offset = got->offset; 2203 arg_.offset1[i] = start_offset; 2229 arg_.offset2[i] = start_offset + n; 2231 start_offset = arg_.offset2[i]; 2255 *final_offset = start_offset; 2174 bfd_vma start_offset; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-m68hc11.c | 585 unsigned long start_offset; 618 start_offset = offset; 666 if (start_offset != offset) 668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, 669 offset - start_offset); 677 offset = start_offset + isize; 583 unsigned long start_offset; local
|
| elf32-m68k.c | 2176 bfd_vma start_offset; 2189 start_offset = got->offset; 2204 arg_.offset1[i] = start_offset; 2230 arg_.offset2[i] = start_offset + n; 2232 start_offset = arg_.offset2[i]; 2256 *final_offset = start_offset; 2175 bfd_vma start_offset; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-m68hc11.c | 585 unsigned long start_offset; 618 start_offset = offset; 666 if (start_offset != offset) 668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, 669 offset - start_offset); 677 offset = start_offset + isize; 583 unsigned long start_offset; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-m68hc11.c | 585 unsigned long start_offset; 618 start_offset = offset; 666 if (start_offset != offset) 668 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset, 669 offset - start_offset); 677 offset = start_offset + isize; 583 unsigned long start_offset; local
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
| timing_generator.h | 78 int start_offset; member in struct:vupdate_keepout_params
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vboxvideo.h | 276 u32 start_offset; member in struct:vbva_infoscreen
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 778 int start_offset = start_column - 1; local 781 gcc_assert (start_offset >= 0); 786 if (start_offset >= (m_len + 1)) 791 size_t victim_len = next_offset - start_offset; 802 memmove (m_content + start_offset + replacement_len, 806 memcpy (m_content + start_offset,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 766 int start_offset = start_column - 1; local 769 gcc_assert (start_offset >= 0); 774 if (start_offset >= (m_len + 1)) 779 size_t victim_len = next_offset - start_offset; 790 memmove (m_content + start_offset + replacement_len, 794 memcpy (m_content + start_offset,
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_perf.c | 732 size_t start_offset = buf->uio_offset; local 734 size_t start_offset = *offset; local 900 if (start_offset != buf->uio_offset) 902 if (start_offset != *offset) 1055 size_t start_offset = buf->uio_offset; local 1057 size_t start_offset = *offset; local 1146 if (start_offset != buf->uio_offset) 1148 if (start_offset != *offset)
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| kf.cc | 1955 const svalue *start_offset variable 1973 str_sval, start_offset);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| frame.c | 2027 ptrdiff_t start_offset; 2061 start_offset = start - unit->dwarf_frame_buffer; 2062 if (workaround < ALIGN4 && (start_offset & 3) != 0) 2064 start += 4 - (start_offset & 3); 2068 if (workaround < ALIGN8 && (start_offset & 7) != 0) 2070 start += 8 - (start_offset & 7); 2018 ptrdiff_t start_offset; local
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| frame.c | 2029 ptrdiff_t start_offset; 2063 start_offset = start - unit->dwarf_frame_buffer; 2064 if (workaround < ALIGN4 && (start_offset & 3) != 0) 2066 start += 4 - (start_offset & 3); 2070 if (workaround < ALIGN8 && (start_offset & 7) != 0) 2072 start += 8 - (start_offset & 7); 2020 ptrdiff_t start_offset; local
|
| /src/external/gpl2/xcvs/dist/lib/ |
| regexec.c | 401 regoff_t start_offset = start; 402 if (BE (length_offset - start_offset < range, 0)) 404 else if (BE (range < - start_offset, 0)) 400 regoff_t start_offset = start; local
|