Searched defs:lx (Results 51 - 58 of 58) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c769 __m_cc_erase_in_line(WINDOW *w, int y, int x, int lx, int bgWidth) argument
777 for (cp = w->_line[y], i = 0; x <= lx; ++x, ++i) {
793 int lx, int bgWidth, int parentBGWidth)
806 wlx = lx = __m_cc_next(parent, parentY, dx + lx) - 1;
809 for (cp = parent->_line[parentY]; x <= lx; ) {
812 for (i = 0; x <= lx && i <= parentBGWidth; x++, i++) {
853 * Erase region from (y,x) to (ly, lx) inclusive. The
861 __m_cc_erase(WINDOW *w, int y, int x, int ly, int lx) argument
896 __m_cc_erase_in_line_sub(w, y, x, lx, bgWidt
792 __m_cc_erase_in_line_sub(WINDOW *w, int y, int x, int lx, int bgWidth, int parentBGWidth) argument
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c1079 unsigned lx = 0; /* running index in l_buf */ local
1084 dist = s->d_buf[lx];
1085 lc = s->l_buf[lx++];
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1114 } while (lx < s->last_lit);
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c1067 unsigned lx = 0; /* running index in l_buf */ local
1072 dist = s->d_buf[lx];
1073 lc = s->l_buf[lx++];
1099 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1102 } while (lx < s->last_lit);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1214 unsigned lx; local
1244 lx = __LO(x);
1249 __LO(y) = lx;
1536 unsigned lx; local
1539 lx = __LO(x);
1549 (hx == 0x406573fa && lx > 0xE561F647)) {
1580 xk = -2 + (lx & 1);
1584 j = lx >> (52 - k);
1585 if ((j << (52 - k)) == lx)
1591 if ((j << (20 - k)) == ix && lx
[all...]
H A Dtgammal.c1014 unsigned lx; local
1017 lx = H3_WORD(x);
1054 xk = -2 + (lx & 1);
1060 xk = -2 + (lx & 1);
1125 if ((lx & 1) == 0) { /* y+1 exact (note that y<184) */
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpow.c519 lx = LO(px); \
533 if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0)) /* |X| = Nan */ \
535 else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) /* X = 0 or Inf */ \
538 LO(pz) = lx; \
556 if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0) || \
561 if (hx == 0x3ff00000 && (lx == 0)) /* +-1 ** +-Inf */ \
598 hx = lx = 0; \
601 LO(pz) = lx; \
607 if (lx
696 unsigned hx, lx, sx, hy, ly, sy; local
720 unsigned lx = LO(px); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2458 unsigned lx = 0; /* running index in l_buf */ local
2463 dist = s->d_buf[lx];
2464 lc = s->l_buf[lx++];
2490 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
2492 } while (lx < s->last_lit);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3366 unsigned lx = 0; /* running index in l_buf */ local
3371 dist = s->d_buf[lx];
3372 lc = s->l_buf[lx++];
3407 Assert(s->pending < s->lit_bufsize + 2*lx,
3410 } while (lx < s->last_lit);

Completed in 85 milliseconds

123