Searched refs:al (Results 101 - 125 of 170) sorted by relevance

1234567

/freebsd-10-stable/contrib/gcc/
H A Dtree-complex.c811 complex_lattice_t al, complex_lattice_t bl)
815 switch (PAIR (al, bl))
930 complex_lattice_t al, complex_lattice_t bl)
934 if (al < bl)
939 tl = al, al = bl, bl = tl;
942 switch (PAIR (al, bl))
1186 complex_lattice_t al, complex_lattice_t bl)
1190 switch (PAIR (al, bl))
1332 complex_lattice_t al, b local
808 expand_complex_addition(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
928 expand_complex_multiplication(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, complex_lattice_t al, complex_lattice_t bl) argument
1183 expand_complex_division(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
[all...]
H A Dtree-ssa-alias.c2045 tree al; local
2061 for (i = 0; VEC_iterate (tree, v_ann->may_aliases, i, al); i++)
2062 if (alias == al)
2615 tree al; local
2617 for (i = 0; VEC_iterate (tree, aliases, i, al); i++)
2619 print_generic_expr (file, al, dump_flags);
2679 tree al; local
2688 for (i = 0; VEC_iterate (tree, aliases, i, al); i++)
2689 if (al == sym)
2699 for (i = 0; VEC_iterate (tree, aliases, i, al);
2768 tree al; local
[all...]
/freebsd-10-stable/contrib/amd/amd/
H A Damfs_generic.c79 am_loc **al; /* Current location */ member in struct:continuation
584 cp->al++;
624 while (*cp->al)
625 cp->al++;
728 for (mp->am_al = *cp->al; *cp->al; cp->al++, mp->am_al = *cp->al) {
1109 cp->al = new_mp->am_alarray;
/freebsd-10-stable/contrib/xz/src/liblzma/check/
H A Dcrc64_x86.S145 movzbl %al, %ecx
234 movzbl %al, %ecx
/freebsd-10-stable/sys/boot/i386/mbr/
H A Dmbr.s145 testb %al,%al # End of string?
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh271 NAME=`ls -al ${PKGPTH}/Latest/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
273 NAME=`ls -al ${PKGPTH}/All/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
/freebsd-10-stable/secure/lib/libcrypto/i386/
H A Dcrypt586.S53 movb %al,%bl
103 movb %al,%bl
153 movb %al,%bl
203 movb %al,%bl
253 movb %al,%bl
303 movb %al,%bl
353 movb %al,%bl
403 movb %al,%bl
453 movb %al,%bl
503 movb %al,
[all...]
H A Dcmll-x86.S144 movzbl %al,%esi
154 movzbl %al,%eax
204 movzbl %al,%esi
214 movzbl %al,%eax
264 movzbl %al,%esi
274 movzbl %al,%eax
492 movzbl %al,%esi
502 movzbl %al,%eax
552 movzbl %al,%esi
562 movzbl %al,
[all...]
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_tx_ht.c697 uint16_t aggr_limit = 0, al = 0, bpad = 0, al_delta, h_baw; local
756 (aggr_limit < (al + bpad + al_delta + prev_al))) {
769 (al + bpad + al_delta + prev_al))) {
841 al += bpad + al_delta;
892 bf_first->bf_state.bfs_al = al;
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_locl.h1161 unsigned char *limit, int *al);
1163 unsigned char *d, int n, int *al);
1196 int *al);
1200 int *al);
1208 int *al);
1212 int *al);
1239 int srp_verify_server_param(SSL *s, int *al);
H A Dd1_srvr.c1112 int al, i; local
1140 al = SSL_AD_HANDSHAKE_FAILURE;
1149 al = SSL_AD_HANDSHAKE_FAILURE;
1169 al = SSL_AD_HANDSHAKE_FAILURE;
1223 al = SSL_AD_HANDSHAKE_FAILURE;
1342 al = SSL_AD_HANDSHAKE_FAILURE;
1356 al = SSL_AD_DECODE_ERROR;
1484 al = SSL_AD_HANDSHAKE_FAILURE;
1508 ssl3_send_alert(s, SSL3_AL_FATAL, al);
/freebsd-10-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh166 find . ! -name . -print >../openssh.al
306 for i in openssh.al openssh.copyright openssh.inventory openssh.post_i openssh.size LICENCE README*
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A Dsupport.s42 outb %al, $0x5f
/freebsd-10-stable/sys/boot/efi/include/amd64/
H A Defibind.h113 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
/freebsd-10-stable/sys/boot/efi/include/i386/
H A Defibind.h113 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
/freebsd-10-stable/contrib/netbsd-tests/net/net/
H A Dt_tcp.c69 ding(int al) argument
/freebsd-10-stable/sys/amd64/amd64/
H A Dcpu_switch.S210 movb %al,4(%rdx)
212 movb %al,7(%rdx)
219 movb %al,4(%rdx)
221 movb %al,7(%rdx)
/freebsd-10-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1647 rpcbs_addrlist_ptr al; local
1651 for (al = infp->addrinfo; al; al = al->next) {
1652 rpc = getrpcbynumber(al->prog);
1656 printf("%-16d", al->prog);
1658 al->vers, al->netid,
1659 al
[all...]
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-canusb-linux.c316 int al; local
323 libusb_interrupt_transfer(this->dev, 0x1,cmd,16,&al,100);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S292 mov al, #0
323 rsbs al, al, #0
335 moveq ip, al
336 moveq ah, al
337 moveq al, #0
372 mov ip, al, lsl r2
375 adc r0, r3, al, lsr r2
382 orrs al, al, i
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgo32-nat.c94 asm ("inb $0xa0, %%al \n\
95 testb $0x20, %%al \n\
97 xorb %%al, %%al \n\
98 outb %%al, $0xf0 \n\
99 movb $0x20, %%al \n\
100 outb %%al, $0xa0 \n\
101 outb %%al, $0x20 \n\
907 if (r.h.al > 2 && r.h.al !
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Drecipient.c168 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */ local
198 al = NULL;
234 a->q_next = al;
289 al = a;
293 while (al != NULL)
295 register ADDRESS *a = al;
297 al = a->q_next;
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl454 add \$1,%al
475 mov %al,($dat,%rax)
476 add \$1,%al
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_calendar.c709 uint32_t ah, al, sflag, A; local
711 /* get operand into ah/al (either ts or ts' one's complement,
716 al = sflag ^ ts->D_s.lo;
738 A = (A << 3) | (al >> 29);
745 A = (A << 22) | ((al >> 7) & 0x003FFFFFu);
/freebsd-10-stable/contrib/zlib/contrib/asm686/
H A Dmatch.S282 LenLower: subb $1, %al

Completed in 368 milliseconds

1234567