/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...] |
/src/sys/arch/i386/stand/boot/ |
biosboot.S | 63 2: pop %cx 64 sub $2b, %cx /* %ax is offset */ 65 test $0xf, %cx /* check code seg aligned */ 69 shr $4, %cx 70 add %cx, %ax /* segment staring at boot_start */ 87 cmp $boot_start_1 - boot_params, %cx 89 mov $boot_start_1 - boot_params, %cx 144 movw $16, %cx
|
/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/arch/i386/stand/mbr/ |
gptmbr.S | 89 movw $(512/2), %cx 102 xorw %cx, %cx 109 shrw %cx /* Bit 0 = fixed disk subset */ 123 andw $0x3f, %cx /* Sector count */ 125 pushw %cx /* -2(%bp) Save sectors on the stack */ 128 mulw %cx /* Heads*sectors -> sectors per cylinder */ 146 movw (80+6)(%bp),%cx /* NumberOfPartitionEntries */ 149 pushw %cx 150 mulw %cx [all...] |
/src/games/hack/ |
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...] |
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);
|
/src/sys/arch/bebox/stand/boot/ |
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/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/sys/arch/i386/stand/bootxx/ |
pbr.S | 129 xor %cx, %cx /* don't trust values of ds, es or ss */ 130 mov %cx, %ss 131 mov %cx, %sp 132 mov %cx, %es 137 mov %cx, %ds 146 incw %cx /* track zero sector 1 */ 226 movw 2(%di), %cx /* ch=cyl, cl=sect */ 275 and $0x3f, %cx /* number of sectors */ 276 mul %cx [all...] |
/src/sys/arch/hp300/dev/ |
diofb_mono.c | 119 uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop, 152 if (cx <= 32) { 164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop); 169 maskbits(dx, cx, startmask, endmask, nlMiddle); 175 nend = (dx + cx) & 0x1f; 231 pdstLine += ((dx + cx) >> 5); 232 psrcLine += ((sx + cx) >> 5);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
nspire-cx.dts | 3 * linux/arch/arm/boot/nspire-cx.dts 39 compatible = "lsi,nspire-cx-clock"; 43 compatible = "lsi,nspire-cx-ahb-divider"; 77 model = "TI-NSPIRE CX"; 78 compatible = "ti,nspire-cx"; 115 compatible = "ti,nspire-cx-lcd-panel";
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_irq.c | 88 hintsj->dx + (hintsj->cx & 0x8fff) && 89 hintsi->dx + (hintsi->cx & 0x8fff) > 105 vbox->last_mode_hints[i].cx & 0x8fff; 143 vbox_conn->mode_hint.width = hints->cx; 158 hints->cx * 4, hints->cx,
|
/src/sys/arch/i386/stand/lib/ |
biosdelay.S | 42 * %cx = time interval (high) 57 movw 22(%esp), %cx
|
dump_eax.S | 44 movw $8, %cx
|
message.S | 75 mov $16, %cx /* about a second */ 76 int $0x15 /* delay cx:dx usecs */
|
conio.S | 23 xorw %cx, %cx
|
biosmemx.S | 60 movw %cx,%ax /* k below 16M (max 0x3c00 = 15MB) */ 71 movw %cx,%ax
|
/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...] |
gram.y | 1017 | cond_or_expr '|' cond_and_expr { $$ = MKF2(cx, or, $1, $3); } 1022 | cond_and_expr '&' cond_prefix_expr { $$ = MKF2(cx, and, $1, $3); } 1028 /* | '!' cond_prefix_expr { $$ = MKF1(cx, not, $2); } */ 1033 | '!' condatom { $$ = MKF1(cx, not, $2); } 1039 WORD { $$ = MKF1(cx, atom, $1); } 1204 struct condexpr *cx = wrapstack[i].ptr; 1206 cx->cx_type = CX_ATOM; 1207 cx->cx_atom = NULL; 1208 condexpr_destroy(cx); 1280 struct condexpr *cx; [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/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/arch/hpc/stand/hpcboot/menu/ |
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,
|
tabwindow.cpp | 43 int cx = _rect.right - _rect.left; local in function:TabWindowBase::create 48 _rect.left, _rect.top, cx, cy, _parent_window,
|
/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/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...] |