| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| tabwindow.cpp | 43 int cx = _rect.right - _rect.left; local 48 _rect.left, _rect.top, cx, cy, _parent_window,
|
| rootwindow.cpp | 389 int cx = _root._button_width; local 395 _rect.left, _rect.top, cx, cy, _parent_window, 409 int cx = _root._button_width; local 416 x, _rect.top, cx, cy, _parent_window, 430 int cx = _rect.right - _rect.left - _root._button_width * 2; local 436 x, _rect.top, cx, cy, _parent_window,
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsinh_cosh.c | 48 mpfr_t s, c, sx, cx; local 51 mpfr_inits2 (MPFR_PREC(x), s, c, sx, cx, (mpfr_ptr) 0); local 53 isc = mpfr_sinh_cosh (sx, cx, x, rnd); 57 if (!mpfr_equal_p (s, sx) || !mpfr_equal_p (c, cx)) 58 failed (x, s, sx, c, cx); 61 mpfr_clears (s, c, sx, cx, (mpfr_ptr) 0);
|
| /src/games/hack/ |
| hack.terminfo.c | 225 int cx = curx, cy = cury; local 231 curs(cx, cy); 304 int cx = curx, cy = cury; local 312 curs(cx, cy);
|
| hack.do_name.c | 81 int cx, cy, i, c; local 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 127 cx = cc.x [all...] |
| /src/sys/dev/wscons/ |
| wsdisplay_glyphcache.c | 243 int cx, cy; local 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 350 cx = (cell >> 16) & 0xffff; 351 gc->gc_bitblt(gc->gc_blitcookie, cx, cy, x, y,
|
| /src/external/bsd/tmux/dist/ |
| resize.c | 121 u_int cx, cy, n = 0; local 183 cx = cw->sx; 186 cx = loop->tty.sx; 195 if (cx > *sx) 196 *sx = cx; 200 if (cx < *sx) 201 *sx = cx; 210 loop->name, cx, cy, *sx, *sy);
|
| screen.c | 107 s->cx = 0; 304 u_int cx = s->cx, cy = s->grid->hsize + s->cy; local 310 __func__, sx, sy, screen_size_x(s), screen_size_y(s), s->cx, s->cy, 311 cx, cy); 332 screen_reflow(s, sx, &cx, &cy, cursor); 335 s->cx = cx; 338 s->cx = 0; 342 log_debug("%s: cursor finished at %u,%u = %u,%u", __func__, s->cx, [all...] |
| window-client.c | 220 u_int cx = s->cx, cy = s->cy, lines, at; local 234 screen_write_cursormove(ctx, cx, cy + at, 0); 238 screen_write_cursormove(ctx, cx, cy + 2, 0); 240 screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0); 244 screen_write_cursormove(ctx, cx, cy, 0); 246 screen_write_cursormove(ctx, cx, cy + sy - lines, 0);
|
| window-buffer.c | 231 u_int i, cx = ctx->s->cx, cy = ctx->s->cy; local 246 screen_write_cursormove(ctx, cx, cy + i, 0);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mu_div_qr.c | 245 mp_limb_t cy, cx, qh; local 299 cx = mpn_cmp (rp + dn - in, tp + dn, tn - dn) < 0; 300 ASSERT_ALWAYS (cx >= cy); 301 mpn_incr_u (tp, cx - cy);
|
| mu_divappr_q.c | 172 mp_limb_t cy, cx, qh; local 229 cx = mpn_cmp (rp + dn - in, tp + dn, tn - dn) < 0; 230 ASSERT_ALWAYS (cx >= cy); 231 mpn_incr_u (tp, cx - cy);
|
| /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 [all...] |
| fpu_emu.c | 349 int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr, cond; local 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 308 int opf, rs1, rs2, rd, type, mask, fsr, cx, i, cond; local 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 357 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (edx) 376 *maxbus = cx & 0xff; 604 uint16_t ax, bx, cx; local 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 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/external/lgpl3/mpfr/dist/src/ |
| add1sp.c | 135 mpfr_exp_t cx = MPFR_GET_EXP (c); local 148 if (bx == cx) 163 if (bx < cx) /* swap b and c */ 167 tx = bx; bx = cx; cx = tx; 170 MPFR_ASSERTD (bx > cx); 171 d = (mpfr_uexp_t) bx - cx; 262 mpfr_exp_t cx = MPFR_GET_EXP (c); local 275 if (bx == cx) 285 if (bx < cx) /* swap b and c * 367 mpfr_exp_t cx = MPFR_GET_EXP (c); local 488 mpfr_exp_t cx = MPFR_GET_EXP (c); local 620 mpfr_exp_t cx = MPFR_GET_EXP (c); local [all...] |
| add1sp1_extracted.c | 83 int64_t cx = c0.mpfr_exp; local 86 if (bx == cx) 101 if (bx > cx)
|
| sub1sp.c | 131 mpfr_exp_t cx = MPFR_GET_EXP (c); local 144 if (bx == cx) 176 if (bx < cx) /* swap b and c */ 180 tx = bx; bx = cx; cx = tx; 188 MPFR_ASSERTD (bx > cx); 189 d = (mpfr_uexp_t) bx - cx; 316 mpfr_exp_t cx = MPFR_GET_EXP (c); local 330 if (bx == cx) 359 if (bx < cx) /* swap b and c * 505 mpfr_exp_t cx = MPFR_GET_EXP (c); local 766 mpfr_exp_t cx = MPFR_GET_EXP (c); local 1048 mpfr_exp_t cx = MPFR_GET_EXP (c); local 1426 mpfr_exp_t bx, cx; local [all...] |
| sub1sp1_extracted.c | 106 int64_t cx, 203 int64_t cx = c->mpfr_exp; local 210 if (bx == cx && bp0ul == cp0ul) 239 if (bx == cx) 283 if (bx >= cx) 297 lit0.f3 = cx; 317 lit0.thd = cx;
|
| /src/sys/arch/x68k/dev/ |
| ite_tv.c | 769 int cx; local 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];
|