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

1234

/macosx-10.9.5/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.9.5/man-16/man/src/
H A Dmwi18 zcat $i | col -bx | sed '1,/^NAME/d; /^[A-Z][A-Z]/q' | tail -1
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dthumb2-cond.s6 bx lr label
/macosx-10.9.5/Libc-997.90.3/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.9.5/ncurses-42/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.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-103-syncupdate.c106 bool bx; local
116 bx = SOSCCRequestToJoinCircle(&error);
117 if (!bx)
134 bool bx = SOSCCResetToOffering(&error);
135 if (bx)
149 bool bx = SOSCCRemoveThisDeviceFromCircle(&error); local
151 if (!bx)
171 bool bx = false;
174 bx = SOSCCResetToOffering(&error);
176 bx
[all...]
/macosx-10.9.5/syslog-217.1.4/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.9.5/WebCore-7537.78.1/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.9.5/dtrace-118.1/libdtrace/
H A Ddt_regset.c94 ulong_t bit, bx; local
97 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
99 reg = (int)((wx << BT_ULSHIFT) | bx);
/macosx-10.9.5/tcl-102/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.9.5/libpcap-42/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.9.5/objc4-551.1/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.9.5/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.9.5/emacs-92/emacs/msdos/
H A Dis_exec.c71 regs.x.bx = handle;
78 regs.x.bx = fh;
123 regs.x.bx = fh;
/macosx-10.9.5/ncurses-42/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.9.5/zlib-53/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.9.5/emacs-92/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.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl128 lassign $b btag bdetail ; lassign $bdetail bx by
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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}
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c371 uint32 x, bx, run; local
384 bx = x&7;
385 if (run > 8-bx) {
386 if (bx) { /* align to byte boundary */
387 *cp++ &= 0xff << (8-bx);
388 run -= 8-bx;
411 cp[0] &= ~(_fillmasks[run]>>bx);
419 bx = x&7;
420 if (run > 8-bx) {
421 if (bx) { /* alig
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DdyldStartup.s302 bx r0 // jump to the program's entry point
316 bx r5
326 // arm has no "bx label" instruction, so need this island in case lookupDyldFunction() is in thumb
371 bx lr

Completed in 269 milliseconds

1234