Searched refs:bx (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10/groff-38/groff/font/devps/generate/
H A Dsymbol.sed3 /^C .*[ ;]N bracketlefttp[ ;]/bx
4 /^C .*[ ;]N bracketleftex[ ;]/bx
5 /^C .*[ ;]N bracketleftbt[ ;]/bx
6 /^C .*[ ;]N bracketrighttp[ ;]/bx
7 /^C .*[ ;]N bracketrightex[ ;]/bx
8 /^C .*[ ;]N bracketrightbt[ ;]/bx
9 /^C .*[ ;]N bracelefttp[ ;]/bx
10 /^C .*[ ;]N braceleftmid[ ;]/bx
11 /^C .*[ ;]N braceleftbt[ ;]/bx
12 /^C .*[ ;]N bracerighttp[ ;]/bx
[all...]
/macosx-10.10/man-16/man/src/
H A Dmwi18 zcat $i | col -bx | sed '1,/^NAME/d; /^[A-Z][A-Z]/q' | tail -1
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dthumb2-cond.s6 bx lr label
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dmisc.c109 ULong *bx, *bxe, q, *sx, *sxe; local
128 bx = b->x;
129 bxe = bx + n;
142 y = *bx - (ys & 0xffffffffUL) - borrow;
144 *bx++ = y & 0xffffffffUL;
151 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
153 z = (*bx >> 16) - (zs & 0xffff) - borrow;
155 Storeinc(bx, z, y);
159 y = *bx - (ys & 0xffff) - borrow;
161 *bx
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_mvwin.c46 mvwin(WINDOW *win, int by, int bx) argument
48 T((T_CALLED("mvwin(%p,%d,%d)"), win, by, bx));
69 (bx - parent->_begx == win->_parx))
83 bx - parent->_begx);
100 || bx + win->_maxx > screen_columns - 1
102 || bx < 0)
112 win->_begx = bx;
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-103-syncupdate.c125 bool bx; local
135 bx = SOSCCRequestToJoinCircle(&error);
136 if (!bx)
153 bool bx = SOSCCResetToOffering(&error);
154 if (bx)
168 bool bx = SOSCCRemoveThisDeviceFromCircle(&error); local
170 if (!bx)
190 bool bx = false;
193 bx = SOSCCResetToOffering(&error);
195 bx
[all...]
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dklog_in.c49 static int bx; variable
62 len = read(fd, inbuf + bx, BUFF_SIZE - bx);
66 q = p + bx;
81 memmove(inbuf, p, BUFF_SIZE - bx - 1);
82 bx = q - p;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DUnitBezier.h38 bx = 3.0 * (p2x - p1x) - cx;
39 ax = 1.0 - cx -bx;
48 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
49 return ((ax * t + bx) * t + cx) * t;
59 return (3.0 * ax * t + 2.0 * bx) * t + cx;
115 double bx; member in struct:WebCore::UnitBezier
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_regset.c86 ulong_t bit, bx; local
89 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
91 reg = (int)((wx << BT_ULSHIFT) | bx);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm48 push bx
58 lds bx,dword ptr [bp+6] ; get handle pointer
59 mov word ptr [bx],ax ; save the handle
65 pop bx
83 push bx
88 mov bx,word ptr [bp+6] ; file handle
97 pop bx
115 push bx
120 mov bx,word ptr [bp+6] ; file handle
131 pop bx
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s46 push bx
47 mov bx, [screenSeg]
48 mov es, bx ;; r-mode segment of colour screen
50 mov bx, [fanIndex]
51 mov al, [fanChars+bx] ;; get write char
57 pop bx
87 push bx
88 mov bx, cs
89 mov ds, bx
90 mov es, bx ; E
[all...]
H A Dpkt_rx0.asm76 push bx
77 mov bx, screenSeg
78 mov es, bx ;; r-mode segment of colour screen
80 mov bx, fanIndex
81 mov al, fanChars[bx] ;; get write char
86 pop bx
132 push bx
134 mov bx, cs
136 mov bx, SEG _DATA
138 mov ds, bx
[all...]
H A Dndis_0.asm78 mov bx,ss ;; Save off the old stack in other regs
82 push bx ;; Save the old one on to the new stack
89 mov ds,bx ;; Set up the source for the move.
104 mov bx,ss ;; Save off the current allocated stack.
109 push bx ;; Free the stack. Push the pointer to it
175 mov bx, [bp+6]
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm.s269 bx lr // return imp
274 bx r12 // call imp
279 bx r12 // call imp
286 bx r12 // call imp
294 bx r12 // call imp
302 bx r12 // call imp
311 bx r12 // call imp
365 bx lr
394 bx lr
440 bx l
[all...]
/macosx-10.10/screen-22/screen/
H A Dbraille.c279 int bx = BD_FORE->w_bd_x; local
284 bx = sx - w + bd.bd_ncrc; /* keep rc centered in window */
286 bx = w * (int)(sx / w); /* increase bc in integral steps */
288 if (bx > eol - w)
289 bx = eol - w;
290 if (bx < 0)
291 bx = 0;
292 BD_FORE->w_bd_x = bx;
453 int bx = BD_FORE->w_bd_x, by = BD_FORE->w_bd_y; local
456 ex = bx
475 int bx = BD_FORE->w_bd_x, by = BD_FORE->w_bd_y; local
497 int bx = BD_FORE->w_bd_x, by = BD_FORE->w_bd_y; local
508 int bx = BD_FORE->w_bd_x, by = BD_FORE->w_bd_y; local
[all...]
/macosx-10.10/emacs-93/emacs/msdos/
H A Dis_exec.c71 regs.x.bx = handle;
78 regs.x.bx = fh;
123 regs.x.bx = fh;
/macosx-10.10/WTF-7600.1.24/wtf/
H A Ddtoa.cpp609 uint32_t* bx; local
629 bx = b.words();
630 bxe = bx + n;
640 y = *bx - (ys & 0xffffffffUL) - borrow;
642 *bx++ = (uint32_t)y & 0xffffffffUL;
648 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
650 z = (*bx >> 16) - (zs & 0xffff) - borrow;
652 bx = storeInc(bx, z, y);
656 bx
[all...]
/macosx-10.10/ncurses-44/ncurses/test/
H A Dnewdemo.c109 int w, h, sw, sh, bx, by; local
113 getbegyx(win, by, bx);
116 if ((swin1 = subwin(win, sh, sw, by + 3, bx + 5)) == NULL)
118 if ((swin2 = subwin(win, sh, sw, by + 4, bx + 8)) == NULL)
120 if ((swin3 = subwin(win, sh, sw, by + 5, bx + 11)) == NULL)
H A Dtestcurs.c287 int w, h, bx, by, sw, sh, i, c, num; local
293 getbegyx(win, by, bx);
296 if ((subWin = subwin(win, sh, sw, by + h - sh - 2, bx + w - sw - 2)) == NULL)
450 int by, bx; local
479 getbegyx(win, by, bx);
520 mvwin(win1, by, bx);
/macosx-10.10/zlib-55/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S298 cmp bx,word ptr [rsi + r8 - 1]
318 cmp bx,word ptr [rsi + r8 - 1]
337 cmp bx,word ptr [rsi + r8 - 1]
357 cmp bx,word ptr [rsi + r8 - 1]
399 cmp bx,word ptr [rsi + r8 - 1]
/macosx-10.10/emacs-93/emacs/src/
H A Ddosfns.c76 inregs.x.bx = (unsigned long) XFASTINT (XVECTOR (registers)->contents[1]);
87 XVECTOR (registers)->contents[1] = make_number (outregs.x.bx);
315 dos_country_code = dpmiregs.x.bx;
336 dos_codepage = regs.x.bx & 0xffff;
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_asm.s127 bx lr
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl128 lassign $b btag bdetail ; lassign $bdetail bx by
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dgeometry.tcl64 foreach {bx by} $pb break
65 return [list [expr {$ax + $bx}] [expr {$ay + $by}]]
71 foreach {bx by} $pb break
72 return [list [expr {$ax - $bx}] [expr {$ay - $by}]]
78 foreach {bx by} $pb break
79 return [expr {hypot($bx-$ax,$by-$ay)}]
160 foreach {bx by} $pb break
161 return [list $ax $ay $bx $by]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dbuildhelp.tcl443 if {[catch {exec col -bx </dev/null >/dev/null 2>/dev/null}]} {
446 set colArgs {-bx}

Completed in 315 milliseconds

1234