Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/compress/
Dzopen.c372 int r_off; in output() local
377 r_off = zs->zs_offset & 7; in output()
384 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
386 bits -= (8 - r_off); in output()
387 ocode >>= 8 - r_off; in output()
597 int r_off, bits; in getcode() local
642 r_off = zs->zs_offset; in getcode()
646 bp += (r_off >> 3); in getcode()
647 r_off &= 7; in getcode()
650 gcode = (*bp++ >> r_off); in getcode()
[all …]
/openbsd/src/sbin/savecore/
Dzopen.c374 int r_off; in output() local
379 r_off = zs->zs_offset & 7; in output()
386 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
388 bits -= (8 - r_off); in output()
389 ocode >>= 8 - r_off; in output()
/openbsd/src/sys/dev/pci/
Dif_txp.c566 TXP_OFFSET2IDX(letoh32(*(sc->sc_txhir.r_off))))) in txp_intr()
570 TXP_OFFSET2IDX(letoh32(*(sc->sc_txlor.r_off))))) in txp_intr()
795 u_int32_t idx = TXP_OFFSET2IDX(letoh32(*(r->r_off))); in txp_tx_reclaim()
884 sc->sc_txhir.r_off = &sc->sc_hostvar->hv_tx_hi_desc_read_idx; in txp_alloc_rings()
911 sc->sc_txlor.r_off = &sc->sc_hostvar->hv_tx_lo_desc_read_idx; in txp_alloc_rings()
Dif_txpreg.h550 volatile u_int32_t *r_off; /* hostvar index pointer */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfxx-sparc.c757 #define SPARC_ELF_BUILD_PLT_ENTRY(htab, obfd, splt, off, max, r_off) \ argument
758 htab->build_plt_entry (obfd, splt, off, max, r_off)