Searched defs:dx (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c481 short dx; /* prediction error */ local
489 dx = (audio_a2s(sp) >> 2) - se; /* 16-bit prediction error */
490 id = _g721_quantize(dx, y);
526 short dx; /* prediction error */ local
534 dx = (audio_u2s(sp) >> 2) - se; /* 16-bit prediction error */
535 id = _g721_quantize(dx, y);
H A Dg723.c481 short dx; /* prediction error */ local
489 dx = (audio_a2s(sp) >> 2) - se; /* 16-bit prediction error */
490 id = _g723_quantize(dx, y);
525 short dx; /* prediction error */ local
533 dx = (audio_u2s(sp) >> 2) - se; /* 16-bit prediction error */
534 id = _g723_quantize(dx, y);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c290 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, d
[all...]
H A Ddraw.c67 drawline(dx, dy, s) /* draw line from here to dx, dy using s */
68 int dx, dy;
84 xd = dx / DX;
105 hgoto(ohpos + dx);
143 hgoto(ohpos + dx);
236 float dx, dy; local
238 dx = x2 - x1;
240 return sqrt(dx*dx
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c802 int dx = w->_begx - parent->_begx; local
805 xi = x = __m_cc_first(parent, parentY, dx + x);
806 wlx = lx = __m_cc_next(parent, parentY, dx + lx) - 1;
807 if (wlx >= dx + w->_maxx) wlx = dx + w->_maxx - 1;
810 if ((x < dx) || (x >= (dx + w->_maxx))) {
824 wmax = x - dx; /* Defaults */
825 wmin = xi - dx;
826 if ((xi < dx) || (
925 int dx, width; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c1368 dt_xlmemb_t *dx = arg; local
1369 dt_ident_t *idp = dx->dtxl_idp;
1370 dt_irlist_t *dlp = dx->dtxl_dlp;
1371 dt_regset_t *drp = dx->dtxl_drp;
1389 dxp->dx_ident->di_id = dx->dtxl_sreg;
1402 instr = DIF_INSTR_FMT(DIF_OP_ADD, dx->dtxl_dreg, reg, reg);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h51 uint16_t dx; member in struct:undi_loader
H A Dpxe.h139 uint16_t dx; member in struct:__anon2104
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c83 static struct sa64 nx, ox, ax, dx; variable in typeref:struct:
772 (uint64_t *)&dx.csi, (uint64_t *)&ax.csi, 0, sizeof (ax.csi));
774 (uint64_t *)&dx.si, (uint64_t *)&ax.si, 0, sizeof (ax.si));
776 (uint64_t *)&dx.cvmi, (uint64_t *)&ax.cvmi, 0,
779 ax.vmi.freemem += dx.vmi.freemem = nx.vmi.freemem - ox.vmi.freemem;
780 ax.vmi.swap_avail += dx.vmi.swap_avail =
1037 prt_u_opt(&dx);
1040 prt_b_opt(&dx);
1047 prt_y_opt(&dx);
1050 prt_c_opt(&dx);
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c2420 line[1].dx = 0;
2484 fprintf(tf, "(%s)%d", line[i].str, line[i].dx);
2513 int dx; local
2534 dx = hpos - lastx;
2536 line[textcount].dx = dx;
2537 if ( line[textcount].dx != dx ) {
2542 line[textcount].dx = dx;
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c481 float dy, dx, slope; local
507 dx = (float)(xymap[i].x - xymap[i-1].x);
508 slope = dy/dx;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c544 float dy, dx, slope; local
564 dx = (float)(xymap[i].x - xymap[i-1].x);
565 slope = dy/dx;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c343 float dy, dx, slope; local
363 dx = (float)(xymap[i].x - xymap[i-1].x);
364 slope = dy/dx;
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h130 uint16_t dx; member in struct:__anon290
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c801 unsigned short ax, bx, cx, dx, si, di, bp, es, ds; member in struct:bios_regs
831 br.dx = rp->edx.word.dx;
841 DBG(br.dx);
848 rp->edx.word.dx = br.dx;

Completed in 92 milliseconds

12