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

/freebsd-10.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.c73 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
72 vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
/freebsd-10.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-10.3-release/sys/dev/vt/
H A Dvt_buf.c62 * line1 <--- roffset (history display from that point)
69 int diff, top, bottom, roffset; local
86 roffset = 0; /* Make gcc happy. */
91 roffset = top + offset;
98 roffset = vb->vb_roffset;
99 if (roffset >= bottom + vb->vb_scr_size.tp_row)
100 roffset -= vb->vb_history_size;
102 roffset += offset;
103 roffset = MAX(roffset, to
[all...]
/freebsd-10.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-10.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 74 milliseconds