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

1234

/external/chromium_org/v8/test/mjsunit/
H A Dapply.js112 function al() { function
122 assertEquals(42 + j, al.apply(345, a));
131 al.apply(345, a);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_clnt.c588 int al, ok = 0; local
618 al = SSL_AD_DECODE_ERROR;
625 al=SSL_AD_ILLEGAL_PARAMETER;
636 ssl3_send_alert(s, SSL3_AL_FATAL, al);
H A Ds3_both.c231 int al,i,ok; local
254 al=SSL_AD_UNEXPECTED_MESSAGE;
265 al=SSL_AD_DECODE_ERROR;
272 al=SSL_AD_DECRYPT_ERROR;
296 ssl3_send_alert(s,SSL3_AL_FATAL,al);
352 int i,al; local
363 al=SSL_AD_UNEXPECTED_MESSAGE;
416 al=SSL_AD_UNEXPECTED_MESSAGE;
437 al=SSL_AD_ILLEGAL_PARAMETER;
443 al
584 int al; local
[all...]
/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.c295 int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) argument
308 *al=SSL_AD_DECODE_ERROR;
320 *al=SSL_AD_DECODE_ERROR;
328 *al=SSL_AD_DECODE_ERROR;
368 *al=SSL_AD_DECODE_ERROR;
400 int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al) argument
412 *al=SSL_AD_DECODE_ERROR;
420 *al=SSL_AD_DECODE_ERROR;
428 *al=SSL_AD_ILLEGAL_PARAMETER;
438 *al
[all...]
H A Ds3_both.c236 int al,i,ok; local
258 al=SSL_AD_UNEXPECTED_MESSAGE;
269 al=SSL_AD_DECODE_ERROR;
276 al=SSL_AD_DECRYPT_ERROR;
300 ssl3_send_alert(s,SSL3_AL_FATAL,al);
437 int i,al; local
444 al=SSL_AD_UNEXPECTED_MESSAGE;
497 al=SSL_AD_UNEXPECTED_MESSAGE;
518 al=SSL_AD_ILLEGAL_PARAMETER;
524 al
618 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;
411 int srp_verify_server_param(SSL *s, int *al) argument
420 *al = SSL3_AD_ILLEGAL_PARAMETER;
426 *al = TLS1_AD_INSUFFICIENT_SECURITY;
434 *al = TLS1_AD_INSUFFICIENT_SECURITY;
440 *al = TLS1_AD_INSUFFICIENT_SECURITY;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h179 mov al, cmpv local
183 mov prev, al
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dbuild-id.c25 struct addr_location al; local
37 sample->ip, &al);
39 if (al.map != NULL)
40 al.map->dso->hit = 1;
/external/openssl/crypto/bn/
H A Dbn_sqr.c67 int max,al; local
76 al=a->top;
77 if (al <= 0)
89 max = 2 * al; /* Non-zero (from above) */
92 if (al == 4)
101 else if (al == 8)
113 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL)
116 bn_sqr_normal(rr->d,a->d,al,t);
122 j=BN_num_bits_word((BN_ULONG)al);
125 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.c252 int pt, pl, al, num; local
275 al = EXTRACT_16BITS(&p[pl]); /* address length */
277 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
295 memcmp(p, prot_ipv6, 8) == 0 && al == 16) {
303 TCHECK2(*p, al);
304 if (p + al > endp)
310 p += al;
326 al = (*p << 8) + *(p + 1);
327 printf(", al=%d, a=", al);
[all...]
/external/clang/test/SemaCXX/
H A Datomic-type.cxx28 long l, _Atomic(long) al, A const *const *acc,
33 long& lr2 = ovl1(al);
27 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
/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/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c68 struct addr_location al; local
71 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) {
77 if (al.filtered || (mem->hide_unresolved && al.sym == NULL))
80 if (al.map != NULL)
81 al.map->dso->hit = 1;
105 al.map ? (al.map->dso ? al.map->dso->long_name : "???") : "???",
106 al
[all...]
H A Dbuiltin-annotate.c48 struct addr_location *al,
55 (al->sym == NULL ||
56 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
58 if (al->sym != NULL) {
59 rb_erase(&al->sym->rb_node,
60 &al->map->dso->symbols[al->map->type]);
61 symbol__delete(al->sym);
66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al
46 perf_evsel__add_sample(struct perf_evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann) argument
91 struct addr_location al; local
[all...]
H A Dbuiltin-inject.c208 struct addr_location al; local
222 sample->ip, &al);
224 if (al.map != NULL) {
225 if (!al.map->dso->hit) {
226 al.map->dso->hit = 1;
227 if (map__load(al.map, NULL) >= 0) {
228 dso__inject_build_id(al.map->dso, tool, machine);
237 al.map->dso->long_name);
/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/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmul.c581 int top, al, bl; local
587 al = a->top;
590 if ((al == 0) || (bl == 0)) {
594 top = al + bl;
606 i = al - bl;
608 if (al == 8) {
618 if ((al >= BN_MULL_SIZE_NORMAL) && (bl >= BN_MULL_SIZE_NORMAL)) {
623 j = BN_num_bits_word((BN_ULONG)al);
629 assert(j <= al || j <= bl);
635 if (al >
817 int max, al; local
[all...]
/external/fio/lib/
H A Daxmap.c67 struct axmap_level *al = &axmap->levels[i]; local
69 memset(al->map, 0, al->map_size * sizeof(unsigned long));
110 struct axmap_level *al = &axmap->levels[i]; local
112 al->level = i;
113 al->map_size = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT;
114 al->map = smalloc(al->map_size * sizeof(unsigned long));
115 if (!al->map)
136 struct axmap_level *al; local
157 struct axmap_level *al; local
174 axmap_clear_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *unused) argument
216 axmap_set_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *__data) argument
318 axmap_isset_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *unused) argument
343 struct axmap_level *al = &axmap->levels[i]; local
387 axmap_next_free_fn(struct axmap_level *al, unsigned long offset, unsigned int bit, void *__data) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c201 struct addr_location al; local
221 if (perf_event__preprocess_sample(&event, machine, &al,
225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
229 fake_common_samples[k].thread = al.thread;
230 fake_common_samples[k].map = al.map;
231 fake_common_samples[k].sym = al.sym;
243 if (perf_event__preprocess_sample(&event, machine, &al,
247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1);
251 fake_samples[i][k].thread = al.thread;
252 fake_samples[i][k].map = al
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c265 struct addr_location *al)
355 struct addr_location *al __maybe_unused)
382 struct addr_location *al)
384 perl_process_tracepoint(event, sample, evsel, machine, thread, al);
385 perl_process_event_generic(event, sample, evsel, machine, thread, al);
260 perl_process_tracepoint(union perf_event *perf_event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine __maybe_unused, struct thread *thread, struct addr_location *al) argument
377 perl_process_event(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine, struct thread *thread, struct addr_location *al) argument
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dfetch.c217 const size_t al = type_alignof(proc, info); local
218 assert(al != (size_t)-1);
219 if (al == 8)
252 if (al == 8)
/external/qemu/target-i386/
H A Dint_helper.c155 int al, ah; local
156 al = EAX & 0xff;
157 ah = al / base;
158 al = al % base;
159 EAX = (EAX & ~0xffff) | al | (ah << 8);
160 CC_DST = al;
165 int al, ah; local
166 al = EAX & 0xff;
168 al
176 int al, ah, af; local
200 int al, ah, af; local
223 int al, af, cf; local
250 int al, al1, af, cf; local
[all...]

Completed in 7243 milliseconds

1234