Searched refs:ax (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/ntp-92/scripts/
H A Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
/macosx-10.10/cxxfilt-11/cxxfilt/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \
249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_AN
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Derf.c272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); local
278 if ((ax = x) < 0)
279 ax = - ax;
280 if (ax < .84375) {
281 if (ax < 3.7e-09) {
282 if (ax < 1.0e-308)
291 if (ax < 1.25) { /* 0.84375 <= |x| < 1.25 */
300 if (ax >= 6.0) { /* inf>|x|>=6 */
307 z = -ax*a
330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); local
[all...]
/macosx-10.10/emacs-93/emacs/msdos/
H A Dis_exec.c77 regs.x.ax = 0x4201; /* set pointer from current position */
83 errno = __doserr_to_errno(regs.x.ax);
87 fpos_low = regs.x.ax;
89 regs.x.ax = 0x4200; /* set pointer from the beginning of file */
94 errno = __doserr_to_errno(regs.x.ax);
102 regs.x.ax = 0x3f00;
108 if (regs.x.ax != 2)
109 read_fail = (regs.x.flags & 1) ? regs.x.ax : -1;
114 regs.x.ax = 0x3e00;
117 errno = __doserr_to_errno(regs.x.ax);
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/jitter/
H A Dcpu_number.s13 movw (%rsp), %ax // get limit
25 movw (%esp), %ax // get limit
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dbzero.s69 movw %ax,%cx
71 movw %cx,%ax
H A Dmcount.s44 mov %gs,%ax
45 test %ax,%ax
H A Dstart.s201 mov %ax, %ss
202 mov %ax, %ds
203 mov %ax, %es
204 mov %ax, %fs
205 mov %ax, %gs
473 movw %ax, %ss
474 movw %ax, %ds
577 movw %ax, %ds
578 movw %ax, %es
579 movw %ax,
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DUnitBezier.h39 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;
114 double ax; member in struct:WebCore::UnitBezier
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dndis_0.asm74 mov ax,CB_DSEG ;; Load DS
75 mov ds,ax
81 mov sp,ax
86 mov ax,ss ;; Set up the destination for the move
87 mov es,ax
98 mov ax,CB_DSEG ;; Set my data segment again.
99 mov ds,ax
108 push ax ;; Save the return code
113 pop ax ;; Get the return code back
114 add di,32 ;; Get a pointer to ax o
[all...]
H A Dpkt_rx1.s93 cmp ax, 0 ; first call? (AX=0)
103 mov ax, [_rxInOfs]
104 add ax, RX_SIZE
105 cmp ax, LAST_OFS
107 mov ax, offset _pktRxBuf
109 cmp ax, [_rxOutOfs]
112 mov [newInOffset], ax
125 xor ax, ax
126 mov es, ax
[all...]
H A Dpkt_rx0.asm96 mov ax, _rxInOfs ;; DI = current in-offset
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
98 cmp ax, LAST_OFS ;; pointing past last ?
100 lea ax, _pktRxBuf ;; yes, point to 1st buffer
102 @noWrap: cmp ax, _rxOutOfs ;; in-ofs = out-ofs ?
105 mov newInOffset, ax ;; remember new input offset
142 cmp ax, 0 ; first call? (AX=0)
165 xor ax, ax
166 mov es, ax
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw16select.c142 regs.x.ax = 0x1700;
144 return regs.x.ax;
165 regs.x.ax = 0x1701;
167 return regs.x.ax;
179 regs.x.ax = 0x1702;
181 return regs.x.ax;
216 clipboard_xfer_buf_info.rm_segment = regs.x.ax;
326 regs.x.ax = 0x1703;
337 if (regs.x.ax == 0)
341 return regs.x.ax >
[all...]
H A Ddosfns.c75 inregs.x.ax = (unsigned long) XFASTINT (XVECTOR (registers)->contents[0]);
86 XVECTOR (registers)->contents[0] = make_number (outregs.x.ax);
298 regs.x.ax = 0x3000;
303 dpmiregs.x.ax = 0x3800;
321 regs.x.ax = 0x6601;
342 dpmiregs.x.ax = 0x1600; /* enhanced mode installation check */
359 dos_windows_version = dpmiregs.x.ax;
368 dpmiregs.x.ax = 0x168e;
375 if (dpmiregs.x.ax == 1)
472 regs.x.ax
[all...]
/macosx-10.10/zlib-55/zlib/contrib/amd64/
H A Damd64-match.S308 notw %ax
309 bsfw %ax, %ax
321 notw %ax
322 bsfw %ax, %ax
330 notw %ax
331 bsfw %ax, %ax
338 notw %ax
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm59 mov word ptr [bx],ax ; save the handle
60 xor ax,ax ; return zero for OK
92 xor ax,ax ; return zero for OK
123 mov ax,4200h ; absolute seek
126 xor ax,ax ; return zero for OK
160 cmp ax,word ptr [bp+12] ; make sure all bytes were read
162 mov ax,
[all...]
H A Djmemdos.c99 unsigned short ax, dx, bx; member in struct:__anon13098
103 unsigned short ax, dx, bx; member in struct:__anon13099
352 ctx.ax = 0x0b00; /* EMB move */
354 if (ctx.ax != 1)
385 ctx.ax = 0x0b00; /* EMB move */
387 if (ctx.ax != 1)
406 ctx.ax = 0x0a00;
425 ctx.ax = 0x0000;
427 if (ctx.ax < (unsigned short) 0x0200)
432 ctx.ax
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_trs.c270 X509_CERT_AUX *ax; local
271 ax = x->aux;
272 if(!ax) return X509_TRUST_UNTRUSTED;
273 if(ax->reject) {
274 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
275 obj = sk_ASN1_OBJECT_value(ax->reject, i);
279 if(ax->trust) {
280 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
281 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtclock.c64 int ax, ay; local
75 ax = abs(dx * 2);
84 if (ax > ay) {
85 d = ay - (ax / 2);
94 d -= ax;
100 d = ax - (ay / 2);
112 d += ax;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h62 outw %ax,$(POSTPORT); \
72 outw %ax,$(POSTPORT)
80 mov $(XXXX), %ax; \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl127 lassign $a atag adetail ; lassign $adetail ax ay
131 return [at $ax $by]
/macosx-10.10/vim-55/src/
H A Dos_msdos.c581 regs.x.ax = 7;
586 regs.x.ax = 8;
608 regs.x.ax = on ? 1 : 2;
726 regs.x.ax = 3;
1231 catch_cint(bp, di, si, ds, es, dx, cx, bx, ax)
1232 unsigned bp, di, si, ds, es, dx, cx, bx, ax;
1234 ax = (ax & 0xff00); /* set AL to 0 */
1236 ax |= 3; /* set AL to 3 */
1338 regs.x.ax
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c398 Attribute *a, *ax; local
524 for(del = 0, ax = NULL, m = op->orm_modlist; m; m = m->sml_next) {
540 a->a_next = ax;
541 ax = a;
551 if(!ax) {
781 Attribute *a, *ax, *an, *as = NULL; local
867 for(ax = le->e_attrs; ax; ax = ax
[all...]
/macosx-10.10/zsh-61/zsh/Misc/
H A Dglobtests195 t ax ?(#c1,2)x
196 t ax ?(#c1,)x
197 t ax ?(#c0,1)x
198 f ax ?(#c0,0)x
199 f ax ?(#c2,)x
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-server.in124 kdcpid=$(ps -ax -o pid,comm | grep kdc | awk '{print $1}')

Completed in 229 milliseconds

123