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

12345678910

/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
124 "mov al,bl" \
/external/quake/quake/src/WinQuake/
H A Ddosisms.h69 unsigned char al, ah, eax_b2, eax_b3; member in struct:__anon11613::__anon11616
H A Dnet_ipx.cpp163 if (regs.h.al)
244 if (regs.h.al != 0xff)
348 regs.h.al = 0;
351 if (regs.h.al == 0xfe)
356 if (regs.h.al == 0xff)
361 if (regs.h.al != 0)
363 Con_DPrintf("IPX_OpenSocket: error %02x\n", regs.h.al);
/external/skia/include/core/
H A DSkFixed.h122 uint32_t al = a & 0xFFFF; local
123 SkFixed result = ah * a + al * ah + (al * al >> 16);
/external/valgrind/main/none/tests/s390x/
H A Dadd.c24 memsweep(al, s2, 0);
H A Dadd.stdout.exp45 al 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
46 al 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=1)
47 al 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=1)
48 al 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=1)
49 al 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=1)
50 al 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1)
51 al 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1)
52 al 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=1)
53 al 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
54 al
[all...]
/external/linux-tools-perf/util/
H A Dsession.c257 struct addr_location al; local
273 al.filtered = false;
275 MAP__FUNCTION, thread->pid, ip, &al, NULL);
276 if (al.sym != NULL) {
278 symbol__match_parent_regex(al.sym))
279 *parent = al.sym;
285 ip, al.map, al.sym);
1221 struct addr_location al; local
1226 if (perf_event__preprocess_sample(event, session, &al, sampl
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractListTest.java159 List al = new ArrayList();
161 al.add(new Integer(i));
165 al.subList(3, 7) instanceof RandomAccess);
182 List al = new ArrayList();
183 al.add("one");
184 List emptySubList = al.subList(0, 0);
H A DCollectionsTest.java353 ArrayList al = new ArrayList();
356 al.addAll(myReversedLinkedList);
357 al.add(extraElement);
358 al.add(extraElement2);
359 Collections.copy(al, ll);
362 .get(counter), al.get(counter));
365 extraElement == al.get(llSize)
366 && extraElement2 == al.get(llSize + 1));
586 ArrayList al = new ArrayList();
587 al
[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/model/anim/
H A DTestCustomAnim.java67 AmbientLight al = new AmbientLight();
68 rootNode.addLight(al);
/external/openssl/crypto/des/asm/
H A Ddes-586.s17 movb %al,%bl
46 movb %al,%bl
75 movb %al,%bl
104 movb %al,%bl
133 movb %al,%bl
162 movb %al,%bl
191 movb %al,%bl
220 movb %al,%bl
249 movb %al,%bl
278 movb %al,
[all...]
H A Dcrypt586.s46 movb %al,%bl
96 movb %al,%bl
146 movb %al,%bl
196 movb %al,%bl
246 movb %al,%bl
296 movb %al,%bl
346 movb %al,%bl
396 movb %al,%bl
446 movb %al,%bl
496 movb %al,
[all...]
/external/skia/src/gpu/
H A DSkGrTexturePixelRef.cpp114 SkAutoLockPixels al(*dst);
171 SkAutoLockPixels al(*dst);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-x86-darwin.S158 movb 12(%esp), %al
159 movb %al, 0(%esp)
/external/llvm/test/MC/ELF/
H A Drelocation-386.s212 movb bar3@GOTOFF(%ebx), %al
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_format.h116 uint8_t al; // alpha low bit position member in struct:__anon9467::__anon9469::__anon9470
/external/openssl/ssl/
H A Dd1_pkt.c378 int i,al; local
410 al=SSL_AD_RECORD_OVERFLOW;
450 al=SSL_AD_RECORD_OVERFLOW;
485 al=SSL_AD_RECORD_OVERFLOW;
491 al=SSL_AD_DECOMPRESSION_FAILURE;
499 al=SSL_AD_RECORD_OVERFLOW;
519 ssl3_send_alert(s,SSL3_AL_FATAL,al);
751 int al,i,j,ret; local
884 al=SSL_AD_UNEXPECTED_MESSAGE;
990 al
[all...]
H A Dd1_both.c410 int i, al; local
422 al=SSL_AD_UNEXPECTED_MESSAGE;
473 ssl3_send_alert(s,SSL3_AL_FATAL,al);
538 int al; local
556 al=dtls1_preprocess_fragment(s,&frag->msg_header,max);
558 if (al==0) /* no alert */
568 if (al==0)
574 ssl3_send_alert(s,SSL3_AL_FATAL,al);
777 int i,al; local
799 al
[all...]
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S37 mov $0xd, %al # set eax to d
51 cmp $0xd,%al # if we loaded wrong value
194 mov $0xa5,%al
222 mov $0xa5,%al
/external/skia/src/core/
H A DSk64.cpp182 uint32_t al = a & 0xFFFF; local
187 uint32_t B = ah * bl + al * bh;
188 uint32_t C = al * bl;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java771 ArrayList al = new ArrayList();
795 if (!(rootName.equals(name) || al.contains(name))) {
797 al.add(name);
809 return (String[]) al.toArray(new String[al.size()]);
/external/quake/quake/src/QW/client/
H A Dd_polysa.asm589 mov al,ds:byte ptr[esi]
591 mov al,ds:byte ptr[12345678h+eax]
593 mov ds:byte ptr[edi],al
606 mov al,ds:byte ptr[esi]
608 mov al,ds:byte ptr[12345678h+eax]
610 mov ds:byte ptr[1+edi],al
623 mov al,ds:byte ptr[esi]
625 mov al,ds:byte ptr[12345678h+eax]
627 mov ds:byte ptr[2+edi],al
640 mov al,d
[all...]
/external/linux-tools-perf/
H A Dbuiltin-top.c719 struct addr_location al; local
762 if (perf_event__preprocess_sample(event, session, &al, sample,
764 al.filtered)
769 al.cpumode == PERF_RECORD_MISC_KERNEL) {
774 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ?
781 if (al.sym == NULL) {
795 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
796 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) {
830 syme = symbol__priv(al.sym);
831 if (!al
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c239 mov al,[esi+2] local
240 mov [ebx+2],al
490 mov al,[esi] local
491 mov [ebx],al
1962 mov al, [esi + ebx] // Load al with Prior(x) local
1964 shr al, 1 // divide by 2 local
1965 add al, [edi+ebx-1] // Add Avg(x); -1 to offset inc ebx local
1967 mov [edi+ebx-1], al // Write back Raw(x);
1984 mov al, [ed local
1988 add al, [edi+ebx-1] // Add Avg(x); -1 to offset inc ebx local
2257 mov al, [edx + ebx] // load al with Raw(x-bpp) local
2261 add al, [edi+ebx-1] // Add Avg(x); -1 to offset inc ebx local
2356 mov al, [edx + ebx] // load al with Raw(x-bpp) local
2360 add al, [edi+ebx-1] // Add Avg(x); -1 to offset inc ebx local
2401 mov al, [edi + ebx] local
2402 add al, [esi + ebx] local
2419 mov al, [esi + ebx] // load Prior(x) into al local
2425 mov al, [edi + edx] // load Raw(x-bpp) into al local
3124 mov al, [esi + ebx] // load Prior(x) into al local
3130 mov al, [edi + edx] // load Raw(x-bpp) into al local
3205 mov al, [esi + ebx] // load Prior(x) into al local
3211 mov al, [edi + edx] // load Raw(x-bpp) into al local
3302 mov al, [esi+ebx] local
3384 mov al, [esi+ebx] local
3568 mov al, [esi+ebx] local
3598 mov al, [edi+ebx] local
3599 add al, [esi+ebx] local
3680 mov al, [edi + ebx] local
3681 add al, [esi + ebx] local
[all...]

Completed in 532 milliseconds

12345678910