Searched defs:al (Results 1 - 25 of 67) sorted by relevance

123

/external/quake/quake/src/QW/client/
H A Dblock8.h2 movb (%esi),%al
8 movb 0x12345678(%eax),%al
11 movb %al,(%edi) variable
17 movb (%esi),%al
23 movb 0x12345678(%eax),%al
26 movb %al,(%edi) variable
32 movb (%esi),%al
38 movb 0x12345678(%eax),%al
41 movb %al,(%edi) variable
47 movb (%esi),%al
56 movb %al,(%edi) variable
72 movb %al,(%edi) variable
87 movb %al,(%edi) variable
103 movb %al,(%edi) variable
119 movb %al,(%edi) variable
[all...]
/external/quake/quake/src/WinQuake/
H A Dblock8.h21 movb (%esi),%al
27 movb 0x12345678(%eax),%al
30 movb %al,(%edi) variable
36 movb (%esi),%al
42 movb 0x12345678(%eax),%al
45 movb %al,(%edi) variable
51 movb (%esi),%al
57 movb 0x12345678(%eax),%al
60 movb %al,(%edi) variable
66 movb (%esi),%al
75 movb %al,(%edi) variable
91 movb %al,(%edi) variable
106 movb %al,(%edi) variable
122 movb %al,(%edi) variable
138 movb %al,(%edi) variable
[all...]
H A Ddosisms.h69 unsigned char al, ah, eax_b2, eax_b3; member in struct:__anon12206::__anon12209
/external/v8/test/mjsunit/
H A Dapply.js110 function al() { function
119 assertEquals(42 + j, al.apply(345, a));
127 al.apply(345, a);
/external/embunit/src/
H A DAssertImpl.c62 int al; local
72 al = stdimpl_strlen(actual);
74 al = 4;
78 if (al > exp_act_limit) {
79 al = exp_act_limit;
82 int w = exp_act_limit + (exp_act_limit - al);
89 if (al > w) {
90 al = w;
96 stdimpl_strncat(buffer, actual, al);
/external/linux-tools-perf/util/
H A Dbuild-id.c26 struct addr_location al; local
37 event->ip.pid, event->ip.ip, &al);
39 if (al.map != NULL)
40 al.map->dso->hit = 1;
/external/openssl/ssl/
H A Dt1_reneg.c148 int *al)
156 *al=SSL_AD_ILLEGAL_PARAMETER;
166 *al=SSL_AD_ILLEGAL_PARAMETER;
174 *al=SSL_AD_HANDSHAKE_FAILURE;
182 *al=SSL_AD_HANDSHAKE_FAILURE;
233 int *al)
247 *al=SSL_AD_ILLEGAL_PARAMETER;
257 *al=SSL_AD_ILLEGAL_PARAMETER;
265 *al=SSL_AD_HANDSHAKE_FAILURE;
273 *al
147 ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, int len, int *al) argument
232 ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, int len, int *al) argument
[all...]
H A Dd1_srtp.c305 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) argument
319 *al=SSL_AD_DECODE_ERROR;
331 *al=SSL_AD_DECODE_ERROR;
339 *al=SSL_AD_DECODE_ERROR;
369 *al=SSL_AD_DECODE_ERROR;
390 *al=0;
430 int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) argument
442 *al=SSL_AD_DECODE_ERROR;
450 *al=SSL_AD_DECODE_ERROR;
458 *al
[all...]
H A Ds3_both.c229 int al,i,ok; local
250 al=SSL_AD_UNEXPECTED_MESSAGE;
261 al=SSL_AD_DECODE_ERROR;
268 al=SSL_AD_DECRYPT_ERROR;
292 ssl3_send_alert(s,SSL3_AL_FATAL,al);
429 int i,al; local
436 al=SSL_AD_UNEXPECTED_MESSAGE;
489 al=SSL_AD_UNEXPECTED_MESSAGE;
510 al=SSL_AD_ILLEGAL_PARAMETER;
516 al
607 int al; local
[all...]
H A Dtls_srp.c231 int al; local
235 ((al = s->srp_ctx.TLS_ext_srp_username_callback(s, ad, s->srp_ctx.SRP_cb_arg))!=SSL_ERROR_NONE))
236 return al;
/external/clang/test/SemaCXX/
H A Datomic-type.cxx24 long l, _Atomic(long) al, A const *const *acc,
29 long& lr2 = ovl1(al);
23 test_overloading(int i, float f, _Atomic(int) ai, _Atomic(float) af, long l, _Atomic(long) al, A const *const *acc, A const ** ac, A **a) argument
H A Dcxx0x-initializer-stdinitializerlist.cpp60 std::initializer_list<A> al = { {1, 2}, {2, 3}, {3, 4} }; local
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h138 Scalar al = C.row(i).dot(x) - f.coeff(i); local
139 if (al >= -1.0E-15)
/external/openssl/crypto/bn/
H A Dbn_sqr.c67 int max,al; local
76 al=a->top;
77 if (al <= 0)
88 max = 2 * al; /* Non-zero (from above) */
91 if (al == 4)
100 else if (al == 8)
112 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL)
115 bn_sqr_normal(rr->d,a->d,al,t);
121 j=BN_num_bits_word((BN_ULONG)al);
124 if (al
[all...]
H A Dbn_mul.c770 /* Calculate (al-ah)*(bh-bl) */
823 /* s0 == low(al*bl)
824 * s1 == low(ah*bh)+low((al-ah)*(bh-bl))+low(al*bl)+high(al*bl)
825 * We know s0 and s1 so the only unknown is high(al*bl)
826 * high(al*bl) == s1 - low(ah*bh+s0+(al-ah)*(bh-bl))
827 * high(al*bl) == s1 - (r[0]+l[0]+t[0])
860 /* s[0] = low(al*b
946 int top,al,bl; local
[all...]
/external/tcpdump/
H A Dprint-cdp.c239 int pt, pl, al, num; local
262 al = EXTRACT_16BITS(&p[pl]); /* address length */
264 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
282 memcmp(p, prot_ipv6, 8) == 0 && al == 16) {
290 TCHECK2(*p, al);
291 if (p + al > endp)
297 p += al;
313 al = (*p << 8) + *(p + 1);
314 printf(", al=%d, a=", al);
[all...]
/external/linux-tools-perf/
H A Dbuiltin-annotate.c52 struct addr_location *al)
58 (al->sym == NULL || strcmp(sym_hist_filter, al->sym->name) != 0)) {
60 if (al->sym != NULL) {
61 rb_erase(&al->sym->rb_node,
62 &al->map->dso->symbols[al->map->type]);
63 symbol__delete(al->sym);
68 he = __hists__add_entry(&evsel->hists, al, NULL, 1);
79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al
49 perf_evlist__add_sample(struct perf_evlist *evlist, struct perf_sample *sample, struct perf_evsel *evsel, struct addr_location *al) argument
92 struct addr_location al; local
[all...]
H A Dbuiltin-inject.c138 struct addr_location al; local
152 event->ip.pid, event->ip.ip, &al);
154 if (al.map != NULL) {
155 if (!al.map->dso->hit) {
156 al.map->dso->hit = 1;
157 if (map__load(al.map, NULL) >= 0) {
158 dso__inject_build_id(al.map->dso, session);
166 al.map->dso->long_name);
H A Dbuiltin-diff.c26 struct addr_location *al, u64 period)
28 if (__hists__add_entry(self, al, NULL, period) != NULL)
38 struct addr_location al; local
40 if (perf_event__preprocess_sample(event, session, &al, sample, NULL) < 0) {
46 if (al.filtered || al.sym == NULL)
49 if (hists__add_entry(&session->hists, &al, sample->period)) {
25 hists__add_entry(struct hists *self, struct addr_location *al, u64 period) argument
H A Dbuiltin-report.c60 struct addr_location *al,
69 err = perf_session__resolve_callchain(session, al->thread,
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
90 if (al->sym != NULL && use_browser > 0) {
100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
115 struct addr_location al; local
117 if (perf_event__preprocess_sample(event, session, &al, sample,
124 if (al.filtered || (hide_unresolved && al.sym == NULL))
127 if (al
59 perf_session__add_hist_entry(struct perf_session *session, struct addr_location *al, struct perf_sample *sample, struct perf_evsel *evsel) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dcrc32.c145 UInt al, i; local
150 for (al = 0; al < 1; al++) {
152 for (i = 0; i <= 1000-1-al; i += 1)
153 crc = do_h_crc32b_mem( crc, &b[i+al] );
154 printf("mem b misalign %d = %08x\n", al, crc);
157 for (al = 0; al < 2; al
[all...]
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c197 " testb %%al, %%al\n"
213 " testb %%al, %%al\n"
224 " movb %%al, %%cl\n"
226 " testb $16, %%al\n"
262 " movb %%al, %%cl\n" /* cl = this.op */
264 " testb $16, %%al\n" /* if ((op & 16) == 0) */
295 " movb (%%rsi), %%al\n"
296 " movb %%al, (
840 test al, al local
854 test al, 16 local
905 test al, 16 /* if ((op & 16) == 0) */ local
947 mov al, [esi] local
969 mov al, [edi-1] local
984 test al, 64 local
998 test al, 64 local
1091 test al, 32 local
[all...]
/external/grub/netboot/
H A D3c509.c338 int cx, al; local
340 for (al = 0xff, cx = 0; cx < 255; cx++) {
341 outb(al, port);
342 al <<= 1;
343 if (al & 0x100)
344 al ^= 0xcf;
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeCluster.java39 private ActionListener al = new ActionListener() { field in class:TestBatchNodeCluster
102 inputManager.addListener(al, new String[]{"Start Game"});
/external/qemu-pc-bios/vgabios/
H A Dvbe.c289 mov ah, al
291 test al, #0x07 variable
472 cmp al, #0x04 variable
479 mov al, #0x13 variable
537 mov ah, al
538 mov al, #0x01 variable
552 mov ah, al
553 mov al, #0x12 variable
556 mov al, #0x07 variable
557 out dx, al
559 in al, dx variable
560 and al, #0xbd variable
563 or al, #0x02 variable
567 or al, #0x40 variable
569 out dx, al variable
575 mov al, #0x17 variable
578 in al, dx variable
579 or al, #0x03 variable
582 in al, dx variable
584 mov al, #0x10 variable
587 in al, dx variable
588 or al, #0x01 variable
591 mov al, #0x20 variable
606 cmp al, #0x08 variable
609 mov al, #0x14 variable
612 in al, dx variable
613 or al, #0x40 variable
616 in al, dx variable
618 mov al, #0x10 variable
621 in al, dx variable
622 or al, #0x40 variable
625 mov al, #0x20 variable
628 mov al, #0x04 variable
631 in al, dx variable
632 or al, #0x08 variable
635 mov al, #0x05 variable
638 in al, dx variable
639 and al, #0x9f variable
640 or al, #0x40 variable
691 mov al, [bx] variable
692 and al, #0x01 variable
712 mov al, #0x01 variable
1069 mov al, [bx] variable
[all...]

Completed in 1584 milliseconds

123