Searched refs:start_offset (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_encoder.c20 *size = (opt == NULL || opt->start_offset == 0) ? 0 : 4;
32 if (opt == NULL || opt->start_offset == 0)
35 unaligned_write32le(out, opt->start_offset);
H A Dsimple_decoder.c31 opt->start_offset = unaligned_read32le(props);
33 // Don't leave an options structure allocated if start_offset is zero.
34 if (opt->start_offset == 0)
H A Dsimple_coder.c264 next->coder->now_pos = simple->start_offset;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dunwind-ia64.h24 unsigned long start_offset; member in struct:unw_table_entry
H A Dfde-glibc.c106 if (data->pc < f->start_offset + seg_base)
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dbcj.h88 uint32_t start_offset; member in struct:__anon2878
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dunwind-ia64.h23 unsigned long start_offset; member in struct:unw_table_entry
H A Dfde-vms.c45 unsigned long start_offset; member in struct:__anon4427
152 ent->start_offset = vueblock.start_offset;
H A Dfde-glibc.c103 if (data->pc < f->start_offset + seg_base)
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/tests/
H A Dtest_filter_flags.c88 options.start_offset = 0;
95 options.start_offset = 123456;
102 expect(decoded->start_offset == options.start_offset);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Doptions.c202 opt->start_offset = value;
218 .start_offset = 0,
H A Dmessage.c1018 if (opt != NULL && opt->start_offset != 0)
1020 opt->start_offset);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m68hc11.c570 unsigned long start_offset;
603 start_offset = offset;
651 if (start_offset != offset)
653 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
654 offset - start_offset);
662 offset = start_offset + isize;
568 unsigned long start_offset; local
H A Delf32-m68k.c2152 bfd_vma start_offset;
2165 start_offset = got->offset;
2180 arg_.offset1[i] = start_offset;
2206 arg_.offset2[i] = start_offset + n;
2208 start_offset = arg_.offset2[i];
2232 *final_offset = start_offset;
2151 bfd_vma start_offset; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m68hc11.c570 unsigned long start_offset;
603 start_offset = offset;
651 if (start_offset != offset)
653 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
654 offset - start_offset);
662 offset = start_offset + isize;
568 unsigned long start_offset; local
H A Delf32-m68k.c2152 bfd_vma start_offset;
2165 start_offset = got->offset;
2180 arg_.offset1[i] = start_offset;
2206 arg_.offset2[i] = start_offset + n;
2208 start_offset = arg_.offset2[i];
2232 *final_offset = start_offset;
2151 bfd_vma start_offset; local
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dcommon.cpp261 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);
H A Dobject.cpp1694 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));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c1455 bfd_vma start_offset,
1510 addr_offset = start_offset;
2610 bfd_size_type start_offset;
2631 start_offset = 0;
2633 start_offset = start_address - section->vma;
2648 if (start_offset >= stop_offset)
2654 (unsigned long) (section->filepos + start_offset));
2665 bfd_sprintf_vma (abfd, buf, start_offset + section->vma);
2687 for (addr_offset = start_offset;
1446 disassemble_bytes(struct disassemble_info * inf, disassembler_ftype disassemble_fn, bfd_boolean insns, bfd_byte * data, bfd_vma start_offset, bfd_vma stop_offset, bfd_vma rel_offset, arelent *** relppp, arelent ** relppend) argument
2600 bfd_size_type start_offset; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2-frame.c2100 ptrdiff_t start_offset;
2134 start_offset = start - unit->dwarf_frame_buffer;
2135 if (workaround < ALIGN4 && (start_offset & 3) != 0)
2137 start += 4 - (start_offset & 3);
2141 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2143 start += 8 - (start_offset & 7);
2090 ptrdiff_t start_offset; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-zone.c2301 size_t start_offset; member in struct:ggc_pch_data
2428 d->start_offset = ftell (f);
2438 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0)
2449 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0)
H A Dtree-sra.c2186 <start_offset, start_offset + chunk_size>, otherwise copy all. GSI is a
2196 HOST_WIDE_INT start_offset, HOST_WIDE_INT chunk_size,
2204 if (chunk_size && access->offset >= start_offset + chunk_size)
2209 || access->offset + access->size > start_offset))
2250 start_offset, chunk_size, gsi,
2391 HOST_WIDE_INT start_offset, chunk_size; local
2397 start_offset = access->offset
2401 start_offset = chunk_size = 0;
2404 start_offset, chunk_siz
2194 generate_subtree_copies(struct access *access, tree agg, HOST_WIDE_INT top_offset, HOST_WIDE_INT start_offset, HOST_WIDE_INT chunk_size, gimple_stmt_iterator *gsi, bool write, bool insert_after) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc-zone.c2150 size_t start_offset; member in struct:ggc_pch_data
2277 d->start_offset = ftell (f);
2287 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0)
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxbdback_xenbus.c1389 vaddr_t start_offset; /* start offset in vm area */ local
1403 start_offset = xbdi->xbdi_this_fs * VBD_BSIZE;
1421 xbd_io->xio_buf.b_data = (void *)start_offset;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c641 int start_offset = 0; local
664 start_offset = get_absolute_expression ();
666 start_offset = 0;
676 if (start_offset)
678 start_offset = abs_section_offset;
684 abs_section_offset = start_offset;

Completed in 214 milliseconds

12