Searched refs:ox (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dscroll.c33 int oy, ox; local
42 getyx(win, oy, ox);
45 (void) wmove(win, oy, ox);
H A Drefresh.c322 domvcur(int oy, int ox, int ny, int nx) argument
328 (void) mvcur(oy, ox, ny, nx);
/illumos-gate/usr/src/lib/libm/common/C/
H A Dsinh.c62 double ox, r, t; local
64 ox = x;
77 r = _SVID_libm_err(ox, ox, 25);
H A Djn.c75 GENERIC z, w, ox, on; local
81 ox = x; on = (GENERIC)n;
91 return (_SVID_libm_err(on, ox, 38));
234 GENERIC a, b, temp = 0, ox, on; local
236 ox = x; on = (GENERIC)n;
251 return (_SVID_libm_err(on, ox, 39));
H A Datan2.c409 atan2(double oy, double ox) { argument
420 hx = ((int *)&ox)[HIWORD];
425 ((unsigned *)&ox)[LOWORD])) {
430 y = fabs(ox);
440 x = fabs(ox);
454 return (ox * oy);
474 return (_SVID_libm_err(ox, oy, 3));
H A Dj0.c95 GENERIC z, s, c, ss, cc, r, u, v, ox; local
100 ox = x;
140 return (_SVID_libm_err(ox, z, 34));
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_add.c34 * _Qp_add(pz, ox, oy) sets *pz = *ox + *oy.
37 _Qp_add(union longdouble *pz, const union longdouble *ox, argument
43 * _Q_add(ox, oy) returns *ox + *oy.
46 _Q_add(const union longdouble *ox, const union longdouble *oy)
56 xm = ox->l.msw & 0x7fffffff;
58 if (ym > xm || ym == xm && (oy->l.frac2 > ox->l.frac2 ||
59 oy->l.frac2 == ox->l.frac2 && (oy->l.frac3 > ox
[all...]
H A D_Q_sub.c34 * _Qp_sub(pz, ox, oy) sets *pz = *ox - *oy.
37 _Qp_sub(union longdouble *pz, const union longdouble *ox, argument
43 * _Q_sub(ox, oy) returns *ox - *oy.
46 _Q_sub(const union longdouble *ox, const union longdouble *oy)
57 xm = ox->l.msw & 0x7fffffff;
59 if (ym > xm || ym == xm && (oy->l.frac2 > ox->l.frac2 ||
60 oy->l.frac2 == ox->l.frac2 && (oy->l.frac3 > ox
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c83 static struct sa64 nx, ox, ax, dx; variable in typeref:struct:
537 ts = ox.csi.cpu[0] + ox.csi.cpu[1] +
538 ox.csi.cpu[2] + ox.csi.cpu[3];
554 ox = nx;
563 ox = nx; /* Age the data */
771 ulong_delta((uint64_t *)&nx.csi, (uint64_t *)&ox.csi,
773 ulong_delta((uint64_t *)&nx.si, (uint64_t *)&ox.si,
775 ulong_delta((uint64_t *)&nx.cvmi, (uint64_t *)&ox
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c502 (mvcur)(oy, ox, ny, nx)
503 int oy, ox, ny, nx;
506 __m_trace("mvcur(%d, %d, %d, %d)", oy, ox, ny, nx);
509 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c202 char ox[2]; /* space for 0x hex-prefix */ local
761 ox[0] = '0';
762 ox[1] = ch;
763 PRINT(ox, 2);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c487 mvcur(int oy, int ox, int ny, int nx) argument
489 return (__m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c81 char* ox; /* output buffer externalize */ member in struct:proto
1001 proto->ox = op - 6;
1607 if (flags & EXTERNALIZE) memcpy(proto->ox, "extern", 6);
1768 if (flags & EXTERNALIZE) memcpy(proto->ox, "extern", 6);

Completed in 88 milliseconds