/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_compound_misc.sh | 90 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'" 107 …cx="$(typeset +p vx.nodes)" ; [[ "$cx" == *-C* && "$cx" == *-a* ]] || err_exit "'$cx' lacks -C/… 110 …cx="$(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'" 135 count_brackets "$cx" || err_exit "Brackets not balanced for '$cx'" [all …]
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | floorl.S | 39 movw (%esp),%cx 40 orw $0x0c00,%cx 41 xorw $0x0400,%cx 42 movw %cx,4(%esp) 48 movw (%esp),%cx 49 andw $0x0c00,%cx 50 orw %dx,%cx 51 movw %cx,(%esp) 63 movw (%esp),%cx 64 orw $0x0c00,%cx [all …]
|
H A D | ceil.S | 38 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 D | floor.S | 38 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 D | trunc.S | 39 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 D | truncl.S | 39 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 D | exp10f.S | 69 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 D | exp10.S | 71 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 D | expm1f.S | 88 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 D | rndintl.S | 38 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 D | remquo.S | 49 movw %ax,%cx 50 andw $0x100,%cx / get C0 51 sarw $6,%cx 52 addw %cx,%dx
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | floorl.S | 39 movw (%rsp),%cx 40 orw $0x0c00,%cx 41 xorw $0x0400,%cx 42 movw %cx,4(%rsp) 48 movw (%rsp),%cx 49 andw $0x0c00,%cx 50 orw %dx,%cx 51 movw %cx,(%rsp) 63 movw (%rsp),%cx 64 orw $0x0c00,%cx [all …]
|
H A D | rndintl.S | 38 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 D | remquol.S | 48 movw %ax,%cx 49 andw $0x100,%cx / get C0 50 sarw $6,%cx 51 addw %cx,%dx
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | idlok.c | 57 cy, cx; /* current cursor positions */ variable 119 cx = curscr->_curx; in _use_idln() 190 cy = cx = -1; in _use_idln() 196 curscr->_curx = (short)cx; in _use_idln() 214 cy = cx = -1; in _do_idln() 220 cy = cx = -1; in _do_idln() 233 (void) mvcur(cy, cx, y, 0); in _do_idln() 235 cx = 0; in _do_idln() 243 (void) mvcur(cy, cx, bsy - idn, 0); in _do_idln() 245 cx = 0; in _do_idln() [all …]
|
H A D | mvcur.c | 211 _mvrel(int cy, int cx, int ny, int nx, int doit) in _mvrel() argument 217 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() 305 (void) _mvright(cx, nx, TRUE); in _mvhor() 307 (void) _mvleft(cx, nx, TRUE); in _mvhor() 316 _mvright(int cx, int nx, int doit) in _mvright() argument 330 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0; in _mvright() [all …]
|
H A D | wclrtoeol.c | 54 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 D | wrefresh.c | 63 static short cy, cx, /* current cursor coord */ variable 111 cx = curscr->_curx; in wrefresh() 165 cy = cx = curscr->_curx = curscr->_cury = 0; in wrefresh() 239 curscr->_curx = cx; in wrefresh() 242 cx = curscr->_curx; in wrefresh() 261 if (wy != cy || wx != cx) { in wrefresh() 262 (void) mvcur(cy, cx, wy, wx); in wrefresh() 266 cx = (short)wx; in wrefresh() 281 curscr->_curx = cx; in wrefresh() 555 (void) mvcur(cy, cx, wy, x); in _updateln() [all …]
|
/illumos-gate/usr/src/lib/libc/amd64/fp/ |
H A D | _xtoll.S | 40 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 D | gptldr.S | 64 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.S | 41 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 D | apm.S | 47 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 D | arrays2.sh | 217 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 D | t-rpool.c | 21 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 D | atomic.S | 255 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 354 movzwl %cx, %eax / %ax = delta, zero extended 356 xaddw %cx, (%edx) / %cx = old value, (%edx) = sum 357 addw %cx, %ax / return old value plus delta 428 orw %ax, %cx / %cx = new value [all …]
|