/src/sys/arch/hpc/stand/hpcboot/menu/ |
tabwindow.cpp | 43 int cx = _rect.right - _rect.left; local in function:TabWindowBase::create 48 _rect.left, _rect.top, cx, cy, _parent_window,
|
rootwindow.cpp | 389 int cx = _root._button_width; local in function:BootButton::create 395 _rect.left, _rect.top, cx, cy, _parent_window, 409 int cx = _root._button_width; local in function:CancelButton::create 416 x, _rect.top, cx, cy, _parent_window, 430 int cx = _rect.right - _rect.left - _root._button_width * 2; local in function:ProgressBar::create 436 x, _rect.top, cx, cy, _parent_window,
|
/src/games/hack/ |
hack.terminfo.c | 225 int cx = curx, cy = cury; local in function:cl_end 231 curs(cx, cy); 304 int cx = curx, cy = cury; local in function:cl_eos 312 curs(cx, cy);
|
hack.do_name.c | 81 int cx, cy, i, c; local in function:getpos 84 cx = u.ux; 86 curs(cx, cy + 2); 90 if (1 <= cx + xdir[i] && cx + xdir[i] <= COLNO) 91 cx += xdir[i]; 110 curs(cx, cy + 2); 112 cc.x = cx; 122 int cx, cy; local in function:do_mname 127 cx = cc.x [all...] |
/src/sys/dev/wscons/ |
wsdisplay_glyphcache.c | 243 int cx, cy; local in function:glyphcache_add 251 cx = gc->gc_firstcol + 253 b->gb_map[c - 33] = (cx << 16) | cy; 254 gc->gc_bitblt(gc->gc_blitcookie, x, y, cx, cy, 281 int cell, cx, cy, idx, bi; local in function:glyphcache_try 350 cx = (cell >> 16) & 0xffff; 351 gc->gc_bitblt(gc->gc_blitcookie, cx, cy, x, y,
|
/src/sys/arch/bebox/stand/boot/ |
video.c | 59 int cx; /* the first escape seq argument */ member in struct:screen
|
vga.c | 65 int cx; /* the first escape seq argument */ member in struct:screen 214 d->so = d->cx; 249 if (d->cx > ROW) 250 d->cx = ROW; 253 if (d->cx == 0 || d->cy == 0) { 257 d->cp = base + (d->cx - 1) * COL + d->cy - 1; 263 if (d->cx) 264 d->cx = 1; /* block */ 266 d->cx = 12; /* underline */ 268 outb(addr_6845+1, d->cx); [all...] |
/src/sys/arch/powerpc/fpu/ |
fpu_implode.c | 85 round(struct fpemu *fe, struct fpn *fp, int *cx) 107 *cx |= FPSCR_FI; /* inexact */ 143 *cx |= FPSCR_FR; 197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd) 207 *cx |= FPSCR_FI; 226 *cx |= FPSCR_FR; 234 fpu_ftoi(struct fpemu *fe, struct fpn *fp, int *cx, int rn) 242 *cx |= FPSCR_VXSNAN; 271 *cx |= tmp_cx; 278 *cx |= FPSCR_VXCVI 512 int cx, rn; local in function:fpu_implode [all...] |
fpu_emu.c | 349 int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr, cond; local in function:fpu_execute 837 cx = fe->fe_cx; 839 if (cx != 0) { 840 fsr |= cx; 841 DPRINTF(FPE_INSN, ("fpu_execute: cx %x, fsr %x\n", cx, fsr));
|
/src/sys/arch/sparc/fpu/ |
fpu.c | 305 int opf, rs1, rs2, rd, type, mask, fsr, cx; local in function:fpu_execute 308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; local in function:fpu_execute 536 cx = fe->fe_cx; 537 fsr = fe->fe_fsr | (cx << FSR_CX_SHIFT); 538 if (cx != 0) { 607 cx = fe->fe_cx; 609 if (cx != 0) { 611 if (cx & mask) { 615 (cx_to_trapx[(cx & mask) - 1] << FSR_CX_SHIFT); 618 fsr |= (cx << FSR_CX_SHIFT) | (cx << FSR_AX_SHIFT) [all...] |
/src/sys/arch/i386/pci/ |
pcibios.c | 349 uint16_t ax, bx, cx; local in function:pcibios_get_status 357 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (edx) 376 *maxbus = cx & 0xff; 604 uint16_t ax, bx, cx; local in function:pcibios_biosroute 611 cx = (irq << 8) | (0xa + pin); 620 "b" (bx), "c" (cx),
|
/src/sys/arch/prep/stand/boot/ |
vga.c | 67 int cx; /* the first escape seq argument */ member in struct:screen 216 d->so = d->cx; 251 if (d->cx > ROW) 252 d->cx = ROW; 255 if (d->cx == 0 || d->cy == 0) { 259 d->cp = base + (d->cx - 1) * COL + d->cy - 1; 265 if (d->cx) 266 d->cx = 1; /* block */ 268 d->cx = 12; /* underline */ 270 outb(addr_6845+1, d->cx); [all...] |
/src/usr.bin/config/ |
util.c | 389 struct condexpr *cx; local in function:condexpr_create 391 cx = emalloc(sizeof(*cx)); 392 cx->cx_type = type; 396 cx->cx_atom = NULL; 400 cx->cx_not = NULL; 404 cx->cx_and.left = NULL; 405 cx->cx_and.right = NULL; 409 cx->cx_or.left = NULL; 410 cx->cx_or.right = NULL [all...] |
/src/sys/arch/x68k/dev/ |
ite_tv.c | 769 int cx; local in function:tv_sixel 786 for (cx = 0; cx < howmany(width, 16); cx++) { 791 color = ip->decsixel_buf[cx * 16 + px] >> (y * 4); 797 *(uint16_t *)(p + cx * 2 ) = data[0]; 798 *(uint16_t *)(p + cx * 2 + 0x20000) = data[1]; 799 *(uint16_t *)(p + cx * 2 + 0x40000) = data[2];
|
/src/sys/dev/pci/ |
cs4280.c | 968 * cx = round(48000*65536*1024 - capture_phase_increment*rate); 969 * cy = floor(cx/200); 970 * capture_sample_rate_correction = cx - 200*cy; 982 uint32_t cci, cpi, cnt, cx, cy, tmp1; local in function:cs4280_set_adc_rate 1000 cx = rate << 16; 1001 cci = cx / 48000; 1002 cx -= cci * 48000; 1003 cx <<= 7; 1005 cci += cx / 48000; 1008 cx = 48000 << 16 [all...] |
ubsec.c | 3027 struct ubsec_ctx_modexp *cx = (void *)c; local in function:ubsec_dump_ctx2 3031 letoh16(cx->me_E_len), letoh16(cx->me_N_len)); 3032 len = (cx->me_N_len + 7)/8; 3034 printf("%s%02x", (i == 0) ? " N: " : ":", cx->me_N[i]);
|
/src/sys/arch/arc/dev/ |
pccons.c | 147 int cx, cy; /* escape parameters */ member in struct:video_state 1038 vs.cx = vs.cy = 0; 1110 vs.cx = vs.cy = 0; 1141 if (!vs.cx) 1147 case 'A': { /* back cx rows */ 1148 int cx = vs.cx; local in function:sput 1149 if (cx <= 0) 1150 cx = 1; 1152 cx %= vs.nrow 1162 int cx = vs.cx; local in function:sput 1176 int cx = vs.cx, local in function:sput 1195 int cx = vs.cx, local in function:sput 1260 int cx = vs.cx, local in function:sput 1279 int cx = vs.cx, local in function:sput 1304 int cx = vs.cx; local in function:sput 1329 int cx = vs.cx, local in function:sput 1354 int cx = vs.cx; local in function:sput [all...] |
/src/sys/dev/ |
cgd.c | 849 struct cgd_xfer *cx; local in function:cgd_diskstart 866 cx = pool_get(cw->cw_cpool, PR_NOWAIT); 867 if (cx == NULL) { 872 cx->cx_sc = sc; 873 cx->cx_obp = bp; 874 cx->cx_nbp = nbp; 875 cx->cx_srcv = cx->cx_dstv = bp->b_data; 876 cx->cx_blkno = bn; 877 cx->cx_secsize = dg->dg_secsize 937 struct cgd_xfer *cx = nbp->b_private; local in function:cgdiodone 1566 struct cgd_xfer *cx = (struct cgd_xfer *)wk; local in function:cgd_process [all...] |
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vboxvideo.h | 409 u32 cx; member in struct:vbva_modehint 429 u32 cx; /* Rectangle width. */ member in struct:vbva_report_input_mapping
|