Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 25 of 73) sorted by last modified time

123

/illumos-gate/usr/src/cmd/oawk/
H A DREADME105 lex awk.lx.l
107 mv lex.yy.o awk.lx.o
120 cc -i -O awk.g.o awk.lx.o b.o main.o token.o tran.o lib.o run.o parse.o proctab.o -lm
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.S107 ! lx += ly;
109 ! lx++;
116 ! lx >>= 1;
139 ! lx >>= 1;
186 andn %o0,%g1,%o0 ! o0 = lx
415 ! lx -= ly;
417 ! lx--;
436 ! lx = frac;
442 ! lx = (lx << 1) | (frac >> 63);
461 ! lx = (lx << 1) | (frac >> 63);
[all …]
/illumos-gate/usr/src/cmd/msgfmt/
H A DMakefile37 LXOBJS= xgettext.lx.o
106 $(POFILE) $(POFILES) gnu_po.c y.tab.h xgettext.lx.c
/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.c3364 unsigned lx = 0; /* running index in l_buf */ local
3369 dist = s->d_buf[lx];
3370 lc = s->l_buf[lx++];
3405 Assert(s->pending < s->lit_bufsize + 2*lx,
3408 } while (lx < s->last_lit);
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c37 DEBUGSTATIC short ly, lx; variable
65 lx = curscr->_curx; in wrefresh()
73 lx = 0; in wrefresh()
123 curscr->_curx = lx; in wrefresh()
125 lx -= win->_begx; in wrefresh()
127 lx < win->_maxx) { in wrefresh()
129 win->_curx = lx; in wrefresh()
195 lx = wx + win->_begx; in makech()
264 lx = wx; in makech()
286 lx = wx + win->_begx; in makech()
[all …]
H A Dcr_put.c48 mvcur(int ly, int lx, int y, int x) in mvcur() argument
52 ly, lx, y, x); in mvcur()
56 outcol = lx; in mvcur()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c775 for (cp = w->_line[y], i = 0; x <= lx; ++x, ++i) { in __m_cc_erase_in_line()
791 int lx, int bgWidth, int parentBGWidth) in __m_cc_erase_in_line_sub() argument
804 wlx = lx = __m_cc_next(parent, parentY, dx + lx) - 1; in __m_cc_erase_in_line_sub()
807 for (cp = parent->_line[parentY]; x <= lx; ) { in __m_cc_erase_in_line_sub()
810 for (i = 0; x <= lx && i <= parentBGWidth; x++, i++) { in __m_cc_erase_in_line_sub()
859 __m_cc_erase(WINDOW *w, int y, int x, int ly, int lx) in __m_cc_erase() argument
894 __m_cc_erase_in_line_sub(w, y, x, lx, bgWidth, parentBGWidth); in __m_cc_erase()
897 if (w->_maxx <= lx) in __m_cc_erase()
898 lx = w->_maxx - 1; in __m_cc_erase()
905 lx = __m_cc_next(w, ly, lx) - 1; in __m_cc_erase()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c675 __m_cc_erase(w, y, x, ly, lx) in __m_cc_erase() argument
677 int y, x, ly, lx;
687 if (w->_maxx <= lx)
688 lx = w->_maxx - 1;
694 lx = __m_cc_next(w, ly, lx) - 1;
701 if (y < ly && (lx + 1) % width != 0)
703 if ((lx - x + 1) % width != 0)
727 for (cp = w->_line[y], i = 0; x <= lx; ++x, ++i) {
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c97 unsigned int xm, fsr, lx, wx[3]; in _Qp_sqrt() local
165 lx = xm & 0xffff; in _Qp_sqrt()
167 lx |= 0x10000; in _Qp_sqrt()
172 if (lx | (x->l.frac2 & 0xfffe0000)) { in _Qp_sqrt()
178 lx = x->l.frac2; in _Qp_sqrt()
184 lx = x->l.frac3; in _Qp_sqrt()
189 lx = x->l.frac4; in _Qp_sqrt()
193 while ((lx & 0x10000) == 0) { in _Qp_sqrt()
194 lx = (lx << 1) | (wx[0] >> 31); in _Qp_sqrt()
204 lx = (lx << 1) | (wx[0] >> 31); in _Qp_sqrt()
[all …]
H A D__quad_mag.c56 lx |= 0x10000; in __quad_mag_add()
125 lx += ly; in __quad_mag_add()
127 lx++; in __quad_mag_add()
136 lx >>= 1; in __quad_mag_add()
161 lx >>= 1; in __quad_mag_add()
216 lx |= 0x10000; in __quad_mag_sub()
311 lx -= ly; in __quad_mag_sub()
313 lx--; in __quad_mag_sub()
331 lx = frac2; in __quad_mag_sub()
339 lx = (lx << 1) | (frac2 >> 31); in __quad_mag_sub()
[all …]
H A D_Q_mul.c88 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_mul() local
201 lx = xm & 0xffff; in _Qp_mul()
203 lx |= 0x10000; in _Qp_mul()
208 if (lx | (x->l.frac2 & 0xfffe0000)) { in _Qp_mul()
214 lx = x->l.frac2; in _Qp_mul()
220 lx = x->l.frac3; in _Qp_mul()
225 lx = x->l.frac4; in _Qp_mul()
229 while ((lx & 0x10000) == 0) { in _Qp_mul()
230 lx = (lx << 1) | (wx[0] >> 31); in _Qp_mul()
280 xx[0] = (double)((int)lx) * c; in _Qp_mul()
H A D_Q_div.c106 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_div() local
233 lx = xm & 0xffff; in _Qp_div()
235 lx |= 0x10000; in _Qp_div()
240 if (lx | (x->l.frac2 & 0xfffe0000)) { in _Qp_div()
246 lx = x->l.frac2; in _Qp_div()
252 lx = x->l.frac3; in _Qp_div()
257 lx = x->l.frac4; in _Qp_div()
261 while ((lx & 0x10000) == 0) { in _Qp_div()
262 lx = (lx << 1) | (wx[0] >> 31); in _Qp_div()
312 xx[0] = (double)((int)lx) * c; in _Qp_div()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg220 @ MSG_EHDR_LINE7 " e_entry: %#18lx e_ehsize: %2d \
222 @ MSG_EHDR_LINE8 " e_shoff: %#18lx e_shentsize: %2d \
224 @ MSG_EHDR_LINE9 " e_phoff: %#18lx e_phentsize: %2d \
251 @ MSG_EPHDR_LINE1 " p_vaddr: %#-14lx p_flags: %s\n"
252 @ MSG_EPHDR_LINE2 " p_paddr: %#-14lx p_type: %s\n"
253 @ MSG_EPHDR_LINE3 " p_filesz: %#-14lx p_memsz: %#lx\n"
254 @ MSG_EPHDR_LINE4 " p_offset: %#-14lx p_align: %#lx\n"
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg267 @ MSG_STR_CHECKSUM "elf checksum: 0x%lx"
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-zones-brand-lx.p5m26 set name=pkg.fmri value=pkg:/system/zones/brand/lx@0.5.11,5.11-0.143
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt257 The -lx option will create a the cross-reference file with the suffix
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.sub1103 54 lx
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrhypot.S149 ! lx = ((int*)px)[1];
152 ! if ( hx0 == 0x7ff00000 && lx == 0 ) res0 = 0.0;
166 ! lx = ((int*)px)[1];
169 ! ii |= lx;
2096 ld [%i4+4],%i2 ! lx = ((int*)px)[1];
2098 cmp %i2,0 ! lx ? 0
2099 be 3f ! if ( lx == 0 )
2145 ld [%i4+4],%i2 ! lx = ((int*)px)[1];
2150 or %i2,%g5,%g5 ! ii |= lx;
H A D__vrsqrt.S104 ! lx = ((int*)px)[1];
106 ! if ( (ax | lx) == 0 )
H A D__vpow.S663 ! lx = ((unsigned*)px)[1];
681 ! else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) { /* X = 0 or Inf */
683 ! ((int*)pz)[1] = lx;
726 ! if (sy) hx = lx = 0;
729 ! ((int*)pz)[1] = lx;
736 ! ((int*)pz)[1] = lx;
950 ! lx = ((unsigned*)px)[1];
2950 cmp %i2,0 ! if (lx) != 0;
3141 or %g0,0,%i2 ! lx = 0;
4281 ld [%l1+4],%i2 ! ld lx;
[all …]
H A D__vhypot.S79 ! lx = ((int*)px)[1];
92 ! if ( hx == 0x7ff00000 && lx == 0 ) res = x == y ? y : x;
834 ld [%i1+4],%l1 ! lx = ((int*)px)[1];
904 cmp %l1,0 ! lx ? 0
905 be,pn %icc,2f ! if ( lx == 0 )
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c139 lx = LO(px); \
143 if (hx##I == 0x7ff00000 && lx == 0) res0 = 0.0; /* |X| = Inf */ \
155 lx = LO(px); \
160 if ((hx##I | hy##I | lx | ly) == 0) /* |X| and |Y| = 0 */ \
229 int lx, ly; in __vrhypot() local
H A D__vrsqrt.c120 int ax, lx, hx, n_n; in __vrsqrt() local
144 lx = LO((px - stridex)); in __vrsqrt()
147 if ((ax | lx) == 0) /* |X| = zero */ in __vrsqrt()
207 lx = LO(px); in __vrsqrt()
210 if ((ax | lx) == 0) /* |X| = zero */ in __vrsqrt()
H A D__vpow.c519 lx = LO(px); \
535 else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) /* X = 0 or Inf */ \
538 LO(pz) = lx; \
598 hx = lx = 0; \
601 LO(pz) = lx; \
610 LO(pz) = lx; \
622 if ((sx || (hx | lx)) == 0) /* X <= 0 */ \
644 if ((hx | lx) == 0) /* X == 0 */ \
696 unsigned hx, lx, sx, hy, ly, sy; in __vpow() local
720 unsigned lx = LO(px); in __vpow() local
[all …]

123