Home
last modified time | relevance | path

Searched refs:r_off (Results 1 – 9 of 9) sorted by relevance

/dragonfly/usr.bin/compress/
H A Dzopen.c367 int r_off; in output() local
371 r_off = offset; in output()
376 bp += (r_off >> 3); in output()
377 r_off &= 7; in output()
382 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
564 int r_off, bits; in getcode() local
592 r_off = roffset; in getcode()
596 bp += (r_off >> 3); in getcode()
597 r_off &= 7; in getcode()
602 r_off = 8 - r_off; /* Now, roffset into gcode word. */ in getcode()
[all …]
/dragonfly/usr.bin/gzip/
H A Dzuncompress.c334 int r_off, bits, i; in getcode() local
370 r_off = zs->u.r.zs_roffset; in getcode()
374 bp += (r_off >> 3); in getcode()
375 r_off &= 7; in getcode()
378 gcode = (*bp++ >> r_off); in getcode()
379 bits -= (8 - r_off); in getcode()
380 r_off = 8 - r_off; /* Now, roffset into gcode word. */ in getcode()
384 gcode |= *bp++ << r_off; in getcode()
385 r_off += 8; in getcode()
390 gcode |= (*bp & rmask[bits]) << r_off; in getcode()
/dragonfly/contrib/binutils-2.27/gold/
H A Dincremental-dump.cc367 unsigned int r_off = sym_info.reloc_offset(); in dump_incremental_inputs() local
372 r_off, in dump_incremental_inputs()
373 irelocs.get_r_type(r_off), in dump_incremental_inputs()
374 irelocs.get_r_shndx(r_off), in dump_incremental_inputs()
375 static_cast<long long>(irelocs.get_r_offset(r_off)), in dump_incremental_inputs()
376 static_cast<long long>(irelocs.get_r_addend(r_off)), in dump_incremental_inputs()
378 r_off += irelocs.reloc_size; in dump_incremental_inputs()
H A Dsparc.cc2713 unsigned int r_off = reloc.get_r_offset(); in global() local
2720 if (r_off & 0x1) in global()
2724 if (r_off & 0x3) in global()
2728 if (r_off & 0x7) in global()
2732 if (!(r_off & 0x1)) in global()
2736 if (!(r_off & 0x3)) in global()
2740 if (!(r_off & 0x7)) in global()
H A Dpowerpc.cc135 get_opd_ent(Address r_off, Address* value = NULL) const in get_opd_ent() argument
137 size_t ndx = this->opd_ent_ndx(r_off); in get_opd_ent()
147 set_opd_ent(Address r_off, unsigned int shndx, Address value) in set_opd_ent() argument
149 size_t ndx = this->opd_ent_ndx(r_off); in set_opd_ent()
157 get_opd_discard(Address r_off) const in get_opd_discard()
159 size_t ndx = this->opd_ent_ndx(r_off); in get_opd_discard()
166 set_opd_discard(Address r_off) in set_opd_discard() argument
168 size_t ndx = this->opd_ent_ndx(r_off); in set_opd_discard()
426 get_opd_ent(Address r_off, Address* value = NULL) const in get_opd_ent() argument
428 size_t ndx = this->opd_ent_ndx(r_off); in get_opd_ent()
[all …]
/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c633 TXP_OFFSET2IDX(*(sc->sc_txhir.r_off)))) in txp_intr()
637 TXP_OFFSET2IDX(*(sc->sc_txlor.r_off)))) in txp_intr()
806 u_int32_t idx = TXP_OFFSET2IDX(*(r->r_off)); in txp_tx_reclaim()
897 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx; in txp_alloc_rings()
906 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx; in txp_alloc_rings()
H A Dif_txpreg.h564 volatile u_int32_t *r_off; /* hostvar index pointer */ member
/dragonfly/contrib/binutils-2.27/bfd/
H A Delflink.c8392 bfd_vma r_off; in elf_link_adjust_relocs() local
8428 r_off = (*ext_r_off) (base); in elf_link_adjust_relocs()
8432 if (r_off > r_off2) in elf_link_adjust_relocs()
8434 r_off = r_off2; in elf_link_adjust_relocs()
8452 r_off = (*ext_r_off) (p); in elf_link_adjust_relocs()
8455 while (r_off < (*ext_r_off) (loc)) in elf_link_adjust_relocs()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delflink.c8991 bfd_vma r_off; in elf_link_adjust_relocs() local
9027 r_off = (*ext_r_off) (base); in elf_link_adjust_relocs()
9031 if (r_off > r_off2) in elf_link_adjust_relocs()
9033 r_off = r_off2; in elf_link_adjust_relocs()
9051 r_off = (*ext_r_off) (p); in elf_link_adjust_relocs()
9054 while (r_off < (*ext_r_off) (loc)) in elf_link_adjust_relocs()