Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_misc.sh90 cx="$(typeset -p vx)" ; cx="${cx//vx/tt}"
93 [[ "$cx" == "$cy" ]] || err_exit "'$cx' != '$cy'"
94 [[ "$cx" == "$cz" ]] || err_exit "'$cx' != '$cz'"
97 count_brackets "$cx" || err_exit "Brackets not balanced for '$cx'"
107cx="$(typeset +p vx.nodes)" ; [[ "$cx" == *-C* && "$cx" == *-a* ]] || err_exit "'$cx' lacks -C/…
110cx="$(typeset +p vx.nodes[4])" ; [[ "$cx" == *-C* ]] || err_exit "'$cx' lacks -C …
128 cx="$(typeset -p vx)" ; cx="${cx//vx/tt}"
131 [[ "$cx" == "$cy" ]] || err_exit "'$cx' != '$cy'"
132 [[ "$cx" == "$cz" ]] || err_exit "'$cx' != '$cz'"
145cx="$(typeset +p vx.nodes)" ; [[ "$cx" == *-C* && "$cx" == *-A* ]] || err_exit "'$cx' lacks -C/…
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfloorl.S39 movw (%rsp),%cx
40 orw $0x0c00,%cx
41 xorw $0x0400,%cx
48 movw (%rsp),%cx
50 orw %dx,%cx
51 movw %cx,(%rsp)
63 movw (%rsp),%cx
64 orw $0x0c00,%cx
72 movw (%rsp),%cx
74 orw %dx,%cx
[all …]
H A Drndintl.S38 movw -8(%rax),%cx
39 orw $0x0c00,%cx
40 movw %cx,-4(%rax)
46 movw -8(%rax),%cx
47 andw $0x0c00,%cx
48 orw %dx,%cx
49 movw %cx,-8(%rax)
H A Dremquol.S48 movw %ax,%cx
49 andw $0x100,%cx / get C0
50 sarw $6,%cx
51 addw %cx,%dx
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfloorl.S39 movw (%esp),%cx
40 orw $0x0c00,%cx
41 xorw $0x0400,%cx
48 movw (%esp),%cx
50 orw %dx,%cx
51 movw %cx,(%esp)
63 movw (%esp),%cx
64 orw $0x0c00,%cx
72 movw (%esp),%cx
74 orw %dx,%cx
[all …]
H A Dceil.S38 movw (%esp),%cx
39 orw $0x0c00,%cx
40 xorw $0x0400,%cx
41 movw %cx,4(%esp)
47 movw (%esp),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,(%esp)
H A Dfloor.S38 movw (%esp),%cx
39 orw $0x0c00,%cx
40 xorw $0x0800,%cx
41 movw %cx,4(%esp)
47 movw (%esp),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,(%esp)
H A Dtrunc.S39 movw -8(%eax),%cx
40 orw $0x0c00,%cx
41 movw %cx,-4(%eax)
47 movw -8(%eax),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,-8(%eax)
H A Dtruncl.S39 movw -8(%eax),%cx
40 orw $0x0c00,%cx
41 movw %cx,-4(%eax)
47 movw -8(%eax),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,-8(%eax)
H A Dexp10f.S69 movw 4(%esp),%cx
70 andw $0x0300,%cx
71 orw %dx,%cx
72 movw %cx,(%esp)
87 movw 4(%esp),%cx
88 andw $0x0300,%cx
89 orw %dx,%cx
90 movw %cx,(%esp)
H A Dexp10.S71 movw 4(%esp),%cx
72 andw $0x0300,%cx
73 orw %dx,%cx
74 movw %cx,(%esp)
89 movw 4(%esp),%cx
90 andw $0x0300,%cx
91 orw %dx,%cx
92 movw %cx,(%esp)
H A Dexpm1f.S88 movw 4(%esp),%cx
89 andw $0x0300,%cx
90 orw %dx,%cx
91 movw %cx,(%esp)
119 movw 4(%esp),%cx
120 andw $0x0300,%cx
121 orw %dx,%cx
122 movw %cx,(%esp)
H A Drndintl.S38 movw -8(%eax),%cx
39 orw $0x0c00,%cx
40 movw %cx,-4(%eax)
46 movw -8(%eax),%cx
47 andw $0x0c00,%cx
48 orw %dx,%cx
49 movw %cx,-8(%eax)
H A Dremquo.S49 movw %ax,%cx
50 andw $0x100,%cx / get C0
51 sarw $6,%cx
52 addw %cx,%dx
/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c119 cx = curscr->_curx; in _use_idln()
190 cy = cx = -1; in _use_idln()
214 cy = cx = -1; in _do_idln()
220 cy = cx = -1; in _do_idln()
235 cx = 0; in _do_idln()
245 cx = 0; in _do_idln()
257 cx = 0; in _do_idln()
287 cx = 0; in _do_idln()
299 cx = 0; in _do_idln()
310 cx = 0; in _do_idln()
[all …]
H A Dmvcur.c217 ch = _mvhor(cx, nx, doit); in _mvrel()
277 _mvhor(int cx, int nx, int doit) in _mvhor() argument
281 if (cx == nx) in _mvhor()
288 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE); in _mvhor()
304 if (cx < nx) in _mvhor()
307 (void) _mvleft(cx, nx, TRUE); in _mvhor()
331 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx; in _mvright()
392 _mvleft(int cx, int nx, int doit) in _mvleft() argument
401 tx = cx; in _mvleft()
408 if (x < cx) { in _mvleft()
[all …]
H A Dwclrtoeol.c54 int cx; in wclrtoeol() local
67 for (cx = maxx - 1; cx >= x; --cx) in wclrtoeol()
68 if (!ISCBIT(win->_y[y][cx])) in wclrtoeol()
70 wc = RBYTE(win->_y[y][cx]); in wclrtoeol()
71 if (cx + _curs_scrwidth[TYPE(wc)] > maxx) in wclrtoeol()
72 maxx = cx - 1; in wclrtoeol()
H A Dwrefresh.c111 cx = curscr->_curx; in wrefresh()
266 cx = (short)wx; in wrefresh()
567 cx = (short)x; in _updateln()
587 cx = (short)wx; in _updateln()
746 cx++; in _updateln()
752 cx++; in _updateln()
925 ++cx; in _useidch()
1102 cx = (short)wx; in _rmargin()
1133 cx = 0; in _rmargin()
1209 cy = 0; cx = 0; in _useceod()
[all …]
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoll.S40 movw %ax,%cx
41 andw $0x0c00,%cx /* save RC */
50 orw %cx,%ax /* restore RC */
64 movw %ax,%cx
65 andw $0x0c00,%cx /* save RC */
74 orw %cx,%ax /* restore RC */
91 movw %ax,%cx
92 andw $0x0c00,%cx /* save RC */
112 orw %cx,%dx /* restore RC */
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S64 start: xor %cx,%cx # Zero
65 mov %cx,%es # Address
66 mov %cx,%ds # data
67 mov %cx,%ss # Set up
100 mov $COPY_BLK_SZ,%cx # Copy 32k
105 mov %cx,%ds # Reset %ds and %es
106 mov %cx,%es
108 mov 0xa(%bx),%cx # Get BTX length and set
111 add %cx,%si # MEM_BTX
112 add %cx,%di
[all …]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_xtoll.S41 movw %ax,%cx
42 andw $0x0c00,%cx // save RC
51 orw %cx,%ax // restore RC
65 movw %ax,%cx
66 andw $0x0c00,%cx // save RC
75 orw %cx,%ax // restore RC
93 movw %ax,%cx
94 andw $0x0c00,%cx // save RC
118 orw %cx,%dx // restore RC
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dapm.S47 andw $0x0002, %cx
61 xorw %cx, %cx
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
91 xorw %cx, %cx
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darrays2.sh217 unset cx l
218 compound cx
219 typeset -a cx.ar[4][4]
220 print -v cx > /dev/null
221 print -v cx | read -C l 2> /dev/null || err_exit 'read -C fails from output of print -v'
222 [[ ${cx%cx=} == "${l%l=}" ]] || err_exit 'print -v for compound variable with fixed 2d array not w…
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-rpool.c21 void *cx));
24 rfree(cx) in rfree() argument
25 void *cx; in rfree()
28 (char *) cx);
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.S255 addw %cx, (%eax)
287 movw 8(%esp), %cx
289 orw %cx, (%eax)
319 movw 8(%esp), %cx
321 andw %cx, (%eax)
353 movw 8(%esp), %cx / %cx = delta
356 xaddw %cx, (%edx) / %cx = old value, (%edx) = sum
428 orw %ax, %cx / %cx = new value
504 andw %ax, %cx / %cx = new value
574 movw 12(%esp), %cx
[all …]

1234