| /src/contrib/netbsd-tests/lib/libcurses/ |
| H A D | atf.terminfo | 7 cnorm=cnorm, cr=^M, csr=csr%i%p1%d;%p2%dX, cub=cub%p1%dX, 8 cub1=^H, cud=cud%p1%dX, cud1=^J, cuf=cuf%p1%dX, cuf1=, 9 cup=cup%i%p1%d;%p2%dX, cuu=cuu%p1%dX, cuu1=, cvvis=cvvis, 10 dch=dch%p1%dX, dch1=, dl=dl%p1%dX, dl1=, dim=dim, ech=ech%p1%dX, 12 hpa=hpa%i%p1%dX, ht=^I, hts=hts, ich=ich%p1%dX, il=il%p1%dX, 13 il1=il1, ind=^M, indn=indn%p1%dX, invis=invis, 35 op=op, rc=rc, rev=rev, ri=ri, rin=rin%p1%dX, rmacs=rmacs, 38 rs2=rs2, sc=sc, setab=setab%p1%dX, 39 setaf=setaf%p1%dX, setb=setb%p1%dX, setf=setf%p1%dX, 40 sgr=sgr%p1%d;%p2%d;%p3%d;%p4%d;%p5%d;%p6%d;%p7%d;%p8;%d;%p9%dX, [all …]
|
| /src/sys/dev/syscons/dragon/ |
| H A D | dragon_saver.c | 73 gdraw(int dx, int dy, int val) in gdraw() argument 78 if (dx != 0) { in gdraw() 80 cur_x += dx; in gdraw() 81 if (dx < 0) { in gdraw() 82 i += dx; in gdraw() 83 dx = -dx; in gdraw() 86 for (; dx >= 0; --dx, ++i) { in gdraw() 111 static int dx, dy; in dragon_update() local 141 dx = 0; dy = mul; in dragon_update() 144 dx = mul; dy = 0; in dragon_update() [all …]
|
| /src/stand/i386/boot2/ |
| H A D | sio.S | 28 movw $SIO_PRT+0x3,%dx # Data format reg 30 outb %al,(%dx) # and DLAB 33 outw %ax,(%dx) # BPS 34 movw $SIO_PRT+0x3,%dx # Data format reg 36 outb %al,(%dx) # DLAB 39 outb %al,(%dx) # DTR 56 movw $SIO_PRT+0x5,%dx # Line status reg 59 sio_putc.1: inb (%dx),%al # Transmitter 65 outb %al,(%dx) # Write character 73 inb (%dx),%al # Read character [all …]
|
| H A D | boot1.S | 171 main.4: xor %dx,%dx # Partition:drive 173 * Ok, we have a slice and drive in %dx now, so use that to locate and load 186 main.5: mov %dx,MEM_ARG # Save args 277 push %dx # Save 280 pop %dx # Restore 290 read.1: push %dx # Save 294 pop %dx # Restore 300 push %dx # Save 310 pop %dx # Restore
|
| /src/lib/libvgl/ |
| H A D | simple.c | 187 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local 190 dx = SL_ABSOLUTE(x2, x1, sign_x); in VGLLine() 198 if (dy > dx) { /* chooses axis of greatest movement (make dx) */ in VGLLine() 201 SL_SWAP(dx, dy); in VGLLine() 205 /* note error check for dx==0 should be included here */ in VGLLine() 219 /* Note dx=n implies 0 - n or (dx+1) pixels to be set */ in VGLLine() 220 /* Go round loop dx/4 times then plot last 0,1,2 or 3 pixels */ in VGLLine() 221 /* In fact (dx-1)/4 as 2 pixels are already plotted */ in VGLLine() 222 xend = (dx - 1) / 4; in VGLLine() 223 pixels_left = (dx - 1) % 4; /* number of pixels left over at the in VGLLine() [all …]
|
| /src/lib/msun/src/ |
| H A D | s_cbrtl.c | 36 double dr, dt, dx; in cbrtl() local 94 dx = x; in cbrtl() 97 dt = dt * (dx + dx + dr) / (dx + dr + dr); in cbrtl() 101 dt = dt * (dx + dx + dr) / (dx + dr + dr); in cbrtl()
|
| /src/sys/netpfil/ipfw/test/ |
| H A D | main.c | 209 DX(3, "loop %d enq %d send %p rx %d", in mainloop() 243 DX(1, "mainloop ends %d", i); in mainloop() 257 DX(1, "done %d loops\n", c->loops); in dump() 271 DX(3, "token is <%s> %s", s, key ? key : "-"); in getnum() 274 DX(3, "empty string"); in getnum() 278 DX(2, "invalid %s for %s", s ? s : "NULL", (key ? key : "") ); in getnum() 300 DX(3, "suffix now %s for %s, next %p", end, key, next); in getnum() 302 DX(3, "setting next to %s for %s", end, key); in getnum() 325 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets); in parse_flowsets() 357 DX(4, "weight %d..%d (%d) len %d..%d (%d) flows %d", in parse_flowsets() [all …]
|
| /src/contrib/ncurses/ncurses/base/ |
| H A D | lib_overlay.c | 169 int sx, sy, dx, dy; in copywin() local 183 for (dx = dmincol, sx = smincol; in copywin() 184 dx <= dmaxcol; in copywin() 185 sx++, dx++) { in copywin() 187 if (dx < 0 || sx < 0) in copywin() 193 (!CharEq(dst->_line[dy].text[dx], in copywin() 195 dst->_line[dy].text[dx] = in copywin() 197 SetAttr(dst->_line[dy].text[dx], in copywin() 203 if (!CharEq(dst->_line[dy].text[dx], in copywin() 205 dst->_line[dy].text[dx] = in copywin()
|
| /src/lib/msun/i387/ |
| H A D | s_ceill.S | 13 movw -4(%ebp),%dx 14 orw $0x0800,%dx /* round towards +oo */ 15 andw $0xfbff,%dx 16 movw %dx,-8(%ebp)
|
| H A D | s_floorl.S | 13 movw -4(%ebp),%dx 14 orw $0x0400,%dx /* round towards -oo */ 15 andw $0xf7ff,%dx 16 movw %dx,-8(%ebp)
|
| H A D | s_ceilf.S | 15 movw -4(%ebp),%dx 16 orw $0x0800,%dx /* round towards +oo */ 17 andw $0xfbff,%dx 18 movw %dx,-8(%ebp)
|
| H A D | s_floorf.S | 15 movw -4(%ebp),%dx 16 orw $0x0400,%dx /* round towards -oo */ 17 andw $0xf7ff,%dx 18 movw %dx,-8(%ebp)
|
| H A D | s_floor.S | 43 movw -4(%ebp),%dx 44 orw $0x0400,%dx /* round towards -oo */ 45 andw $0xf7ff,%dx 46 movw %dx,-8(%ebp)
|
| H A D | s_ceil.S | 43 movw -4(%ebp),%dx 44 orw $0x0800,%dx /* round towards +oo */ 45 andw $0xfbff,%dx 46 movw %dx,-8(%ebp)
|
| H A D | s_trunc.S | 13 movw -4(%ebp),%dx 14 orw $0x0c00,%dx /* round towards -oo */ 15 movw %dx,-8(%ebp)
|
| H A D | s_truncf.S | 13 movw -4(%ebp),%dx 14 orw $0x0c00,%dx /* round towards -oo */ 15 movw %dx,-8(%ebp)
|
| H A D | s_truncl.S | 13 movw -4(%ebp),%dx 14 orw $0x0c00,%dx /* round towards -oo */ 15 movw %dx,-8(%ebp)
|
| /src/sys/dev/usb/gadget/ |
| H A D | g_mouse.c | 97 int8_t dx; member 196 sc->sc_data.dx = 0; in g_mouse_cursor_update_timeout_reset() 339 int dx; in g_mouse_intr_callback() local 400 dx = sc->sc_curr_x_state - sc->sc_last_x_state; in g_mouse_intr_callback() 403 if (dx < -63) in g_mouse_intr_callback() 404 dx = -63; in g_mouse_intr_callback() 405 else if (dx > 63) in g_mouse_intr_callback() 406 dx = 63; in g_mouse_intr_callback() 413 sc->sc_last_x_state += dx; in g_mouse_intr_callback() 416 sc->sc_data.dx = dx; in g_mouse_intr_callback()
|
| /src/sys/dev/usb/input/ |
| H A D | wsp.c | 969 int dx = 0; in wsp_intr_callback() local 1208 dx = sc->pos_x[0] - sc->pre_pos_x[0]; in wsp_intr_callback() 1213 dx = dy = 0; in wsp_intr_callback() 1217 dx = dy = 0; in wsp_intr_callback() 1221 dx = dy = 0; in wsp_intr_callback() 1226 dx = dy = 0; in wsp_intr_callback() 1229 dx = sc->pos_x[sc->finger] - sc->pre_pos_x[sc->finger]; in wsp_intr_callback() 1238 dx = dy = 0; in wsp_intr_callback() 1245 dx = dy = 0; in wsp_intr_callback() 1252 dx = dy = 0; in wsp_intr_callback() [all …]
|
| H A D | ums.c | 230 int32_t dx = 0; in ums_intr_callback() local 284 dx += hid_get_data(buf, len, &info->sc_loc_x); in ums_intr_callback() 329 if (dx || dy || dz || dt || dw || in ums_intr_callback() 332 dx, dy, dz, dt, dw, buttons); in ums_intr_callback() 344 sc->sc_status.dx += dx; in ums_intr_callback() 358 * dx=dy=dz=buttons=0 before we add the event in ums_intr_callback() 363 (dx == 0) && (dy == 0) && (dz == 0) && (dt == 0) && in ums_intr_callback() 370 ums_put_queue(sc, dx, dy, dz, dt, buttons); in ums_intr_callback() 372 ums_evdev_push(sc, dx, dy, dz, dt, in ums_intr_callback() 815 sc->sc_status.dx = 0; in ums_reset() [all …]
|
| /src/sys/net/altq/ |
| H A D | altq_hfsc.c | 922 cl->cl_eligible.dx = 0; in init_ed() 1326 * dx: machclk ticks 1393 u_int64_t dx; in d2dx() local 1395 dx = ((u_int64_t)d * machclk_freq) / 1000; in d2dx() 1396 return (dx); in d2dx() 1409 dx2d(u_int64_t dx) in dx2d() argument 1413 d = dx * 1000 / machclk_freq; in dx2d() 1422 isc->dx = d2dx(sc->d); in sc2isc() 1423 isc->dy = seg_x2y(isc->dx, isc->sm1); in sc2isc() 1440 rtsc->dx = isc->dx; in rtsc_init() [all …]
|
| /src/lib/msun/ld128/ |
| H A D | s_expl.c | 204 double dr, dx, fn, r2; in expm1l() local 235 dx = x; in expm1l() 246 dx * (C14 + dx * (C15 + dx * (C16 + in expm1l() 247 dx * (C17 + dx * C18)))))))))))))); in expm1l() 252 dx * (D14 + dx * (D15 + dx * (D16 + in expm1l() 253 dx * D17))))))))))))); in expm1l()
|
| /src/usr.sbin/moused/moused/ |
| H A D | moused.c | 275 int dx; member 865 linacc(struct accel *acc, int dx, int dy, int dz, in linacc() argument 870 if (dx == 0 && dy == 0 && dz == 0) { in linacc() 874 fdx = dx * acc->accelx + acc->remainx; in linacc() 895 expoacc(struct accel *acc, int dx, int dy, int dz, in expoacc() argument 900 if (dx == 0 && dy == 0 && dz == 0) { in expoacc() 904 fdx = dx * acc->accelx; in expoacc() 1003 action0.dx = action0.dy = action0.dz = 0; in moused() 1109 debug("activity : buttons 0x%08x dx %d dy %d dz %d", in moused() 1110 action2.button, action2.dx, action2.dy, action2.dz); in moused() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP10.td | 262 // A DX pipeline may take 5 cycles to complete. 352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF. 376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 382 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 394 // Save 1 cycles if pipeline MU reads the data from pipelines DX, MU, DF. 406 // Save 1 cycles if pipeline vMU reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXContainerGlobals.cpp | 83 return buildContainerGlobal(M, FeatureFlagsConstant, "dx.sfi0", "SFI0"); in getFeatureFlags() 88 cast<ConstantDataArray>(M.getNamedGlobal("dx.dxil")->getInitializer()); in computeShaderHash() 106 return buildContainerGlobal(M, ModuleConstant, "dx.hash", "HASH"); in computeShaderHash() 135 Globals.emplace_back(buildSignature(M, InputSig, "dx.isg1", "ISG1")); in addSignature() 138 Globals.emplace_back(buildSignature(M, OutputSig, "dx.osg1", "OSG1")); in addSignature() 166 Globals.emplace_back(buildContainerGlobal(M, Constant, "dx.psv0", "PSV0")); in addPipelineStateValidationInfo()
|