| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | concat.t | 34 $_ = $dx = "\x{10f2}"; 35 s/($dx)/$dx$1/; 37 ok($_ eq "$dx$dx","bug id 20000819.004, back"); 40 $_ = $dx = "\x{10f2}"; 41 s/($dx)/$1$dx/; 43 ok($_ eq "$dx$dx","bug id 20000819.004, front"); 46 $dx = "\x{10f2}"; 48 s/($dx)($dx)/$1$2/; 50 ok($_ eq "$dx$dx","bug id 20000819.004, front and back");
|
| /onnv-gate/usr/src/uts/i86pc/ml/ |
| H A D | cpr_wakecode.s | 296 outb (%dx) 302 outb (%dx) 325 outb (%dx) 331 outb (%dx) 342 outb (%dx) 348 outb (%dx) 366 outb (%dx) 372 outb (%dx) 397 outb (%dx) 403 outb (%dx) [all …]
|
| /onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | wrefresh.c | 82 int wy, wx, ny, nx, dx, value; local 103 dx = w->_last[wy] - wx; 110 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1); 114 dx * sizeof **w->_line 132 if (!__m_cc_islast(ns, ny, nx+dx-1)) { 136 if (ns->_maxx <= nx + dx) 138 ns, ny, nx+dx-1, ny, nx+dx-1 144 else if (nx + dx < ns->_maxx) 146 ns, ny, nx+dx-1, 1
|
| H A D | prefresh.c | 83 int row, dy, dx; local 142 dx = pad->_curx - pminc + pad->_begx; 145 ns->_curx = dx < 0 ? 0 : ns->_maxx <= dx ? ns->_maxx-1 : dx;
|
| H A D | pecho_wc.c | 49 int code, dy, dx; in pecho_wchar() local 57 dx = pad->_smaxx - pad->_sminx; in pecho_wchar() 61 || pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()
|
| /onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | wrefresh.c | 82 int wy, wx, ny, nx, dx, value; in wnoutrefresh() local 104 dx = w->_last[wy] - wx; in wnoutrefresh() 112 dx * sizeof (**w->_line)); in wnoutrefresh() 118 if (ns->_last[ny] < (nx + dx)) in wnoutrefresh() 119 ns->_last[ny] = (short) (nx + dx); in wnoutrefresh() 138 if (!__m_cc_islast(ns, ny, nx+dx-1)) { in wnoutrefresh() 143 if (ns->_maxx <= nx + dx) in wnoutrefresh() 144 (void) __m_cc_erase(ns, ny, nx + dx - 1, in wnoutrefresh() 145 ny, nx + dx - 1); in wnoutrefresh() 151 else if (nx + dx < ns->_maxx) in wnoutrefresh() [all …]
|
| H A D | prefresh.c | 79 int row, dy, dx; in pnoutrefresh() local 133 dx = pad->_curx - pminc + pad->_begx; in pnoutrefresh() 137 ns->_curx = (dx < 0) ? 0 : in pnoutrefresh() 138 ((ns->_maxx <= dx) ? ns->_maxx - 1 : (short) dx); in pnoutrefresh()
|
| H A D | m_cc.c | 802 int dx = w->_begx - parent->_begx; in __m_cc_erase_in_line_sub() local 805 xi = x = __m_cc_first(parent, parentY, dx + x); in __m_cc_erase_in_line_sub() 806 wlx = lx = __m_cc_next(parent, parentY, dx + lx) - 1; in __m_cc_erase_in_line_sub() 807 if (wlx >= dx + w->_maxx) wlx = dx + w->_maxx - 1; in __m_cc_erase_in_line_sub() 810 if ((x < dx) || (x >= (dx + w->_maxx))) { in __m_cc_erase_in_line_sub() 824 wmax = x - dx; /* Defaults */ in __m_cc_erase_in_line_sub() 825 wmin = xi - dx; in __m_cc_erase_in_line_sub() 826 if ((xi < dx) || (x >= dx + w->_maxx)) { in __m_cc_erase_in_line_sub() 830 pmax = dx; /* Defaults */ in __m_cc_erase_in_line_sub() 831 pmin = dx + w->_maxx; in __m_cc_erase_in_line_sub() [all …]
|
| H A D | pecho_wc.c | 54 int code, dy, dx; in pecho_wchar() local 59 dx = pad->_smaxx - pad->_sminx; in pecho_wchar() 64 pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()
|
| H A D | mvwin.c | 58 int i, dx, dy; in mvwin() local 80 dx = bx - parent->_begx; in mvwin() 83 w->_line[i] = &parent->_line[dy++][dx]; in mvwin()
|
| /onnv-gate/usr/src/uts/i86pc/dboot/ |
| H A D | dboot_asm.s | 74 movw %di, %dx 76 outb (%dx) 85 movw %di, %dx 86 inb (%dx) 117 outb (%dx) 126 inb (%dx)
|
| /onnv-gate/usr/src/cmd/troff/troff.d/ |
| H A D | t10.c | 290 short z, dx, dy, dx2, dy2, n; local 395 dx = absmot(pi[3]); 397 dx = -dx; 403 fdprintf(ptid, "D%c %d\n", DRAWCIRCLE, dx); /* dx is diameter */ 405 hpos += dx; 408 fdprintf(ptid, "D%c %d %d\n", DRAWELLIPSE, dx, dy); 410 hpos += dx; 414 fdprintf(ptid, "D%c %d %d ", DRAWLINE, dx, dy); 420 hpos += dx; 431 dx, dy, dx2, dy2); [all …]
|
| /onnv-gate/usr/src/cmd/mdb/intel/amd64/kmdb/ |
| H A D | kmdb_asmutil.s | 137 1: inb (%dx) 141 2: inw (%dx) 145 4: inl (%dx) 157 outb (%dx) 161 outw (%dx) 165 outl (%dx)
|
| /onnv-gate/usr/src/lib/libplot/t450/common/ |
| H A D | arc.c | 75 float dx, dy, r; in arc() local 77 dx = x - x0; in arc() 79 r = dx * dx + dy * dy; in arc() 157 dx = xc - x; in arc() 158 pc = r - dx * dx; in arc()
|
| /onnv-gate/usr/src/lib/libplot/t300s/common/ |
| H A D | subr.c | 137 int dx, dy, remx, remy, pts, i; in movep() local 143 dx = ix - xnow; in movep() 145 command = COM|PENUP|((dx < 0) << 1)|(dy < 0); in movep() 146 dx = abs(dx); in movep() 148 xd = dx / (SPACES*2); in movep() 181 remx = dx - xd * SPACES * 2; in movep()
|
| H A D | arc.c | 70 float dx, dy, r; in arc() local 72 dx = x - x0; in arc() 74 r = dx * dx + dy * dy; in arc() 152 dx = xc - x; in arc() 153 pc = r - dx * dx; in arc()
|
| /onnv-gate/usr/src/lib/libplot/t4014/common/ |
| H A D | arc.c | 73 float dx, dy, r; in arc() local 75 dx = x - x0; in arc() 77 r = dx * dx + dy * dy; in arc() 155 dx = xc - x; in arc() 156 pc = r - dx * dx; in arc()
|
| /onnv-gate/usr/src/lib/libplot/t300/common/ |
| H A D | arc.c | 54 float dx, dy, r; in arc() local 56 dx = x - x0; in arc() 58 r = (dx * dx) + (dy * dy); in arc() 136 dx = xc - x; in arc() 137 pc = r - dx * dx; in arc()
|
| /onnv-gate/usr/src/cmd/mdb/intel/ia32/kmdb/ |
| H A D | kmdb_asmutil.s | 147 1: inb (%dx) 151 2: inw (%dx) 155 4: inl (%dx) 171 outb (%dx) 175 outw (%dx) 179 outl (%dx)
|
| /onnv-gate/usr/src/ucblib/libcurses/ |
| H A D | mvwin.c | 34 int dy, dx; in mvwin() local 39 dx = bx - win->_begx; in mvwin() 45 win->_begx += dx; in mvwin() 52 if (bx < orig->_begx || win->_maxx + dx > orig->_maxx) in mvwin()
|
| /onnv-gate/usr/src/lib/libc/amd64/fp/ |
| H A D | _xtoull.s | 60 movw cw(%rsp),%dx 61 andw $0xf3ff,%dx 62 orw %cx,%dx /* restore RC */ 63 movw %dx,cw(%rsp)
|
| H A D | _xtoll.s | 110 movw cw(%rsp),%dx 111 andw $0xf3ff,%dx 112 orw %cx,%dx /* restore RC */ 113 movw %dx,cw(%rsp)
|
| /onnv-gate/usr/src/uts/intel/ia32/ml/ |
| H A D | ddi_i86_asm.s | 284 inb (%dx) 314 inb (%dx) 346 inw (%dx) 376 inw (%dx) 407 inl (%dx) 436 inl (%dx) 495 outb (%dx) 525 outb (%dx) 558 outw (%dx) 563 movw %dx, (%rsi) [all …]
|
| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | asm.S | 228 movw 12(%ebp),%dx /* Pass to 16-bit code in %cx:%dx */ 234 movw %dx,%bx /* into %es:%bx */ 517 pushw %dx 567 movzbw %al, %dx 585 cmpw %ax, %dx 594 movw %dx, -2(%si) 597 popw %dx 690 pushw %dx 695 movw %ax, %dx 719 movw %dx, %ax [all …]
|
| /onnv-gate/usr/src/grub/grub-0.97/stage1/ |
| H A D | stage1.S | 151 pushw %dx 169 popw %dx 170 pushw %dx 261 xorw %dx, %dx 263 shlw $2, %dx 320 popw %dx
|