Searched refs:roffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/vt/colors/
H A Dvt_termcolors.h49 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
H A Dvt_termcolors.c60 vt_generate_vga_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, argument
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dhrowpic.c181 u_int roffset; local
196 roffset = HPIC_INT_TO_BANK(irq);
200 sc->sc_softreg[roffset] |= (1 << rbit);
202 sc->sc_softreg[roffset] &= ~(1 << rbit);
204 hrowpic_write_reg(sc, HPIC_ENABLE, roffset, sc->sc_softreg[roffset]);
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_buf.c61 * line1 <--- roffset (history display from that point)
68 int diff, top, bottom, roffset; local
86 roffset = vb->vb_roffset + vb->vb_history_size;
89 roffset = offset + vb->vb_history_size;
92 roffset += offset;
96 roffset = vb->vb_curroffset + vb->vb_history_size;
100 roffset = (roffset < top)?top:roffset;
101 roffset
[all...]
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c171 #define roffset zs->u.r.zs_roffset macro
582 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
602 roffset = 0;
606 r_off = roffset;
616 r_off = 8 - r_off; /* Now, roffset into gcode word. */
627 roffset += n_bits;
717 roffset = 0;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1409 unsigned HOST_WIDE_INT roffset = c->rhs.offset; local
1410 if (type_safe (j, &roffset))
1413 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + roffset;

Completed in 88 milliseconds