Home
last modified time | relevance | path

Searched refs:al (Results 1 – 25 of 109) sorted by relevance

12345

/aosp12/bionic/libc/arch-x86/generic/string/
H A Dstrcat.S38 movb %al,(%ecx)
39 testb %al,%al
41 movb 1(%edx),%al
42 movb %al,1(%ecx)
43 testb %al,%al
47 testb %al,%al
51 testb %al,%al
55 testb %al,%al
59 testb %al,%al
63 testb %al,%al
[all …]
/aosp12/bionic/libc/arch-x86/atom/string/
H A Dsse2-memrchr-atom.S231 mov %al, %dl
234 test $0x08, %al
236 test $0x04, %al
298 mov %al, %dl
315 mov %al, %dl
335 mov %al, %dl
449 mov %al, %ah
471 mov %al, %ah
493 mov %al, %ah
517 mov %al, %ah
[all …]
H A Dsse2-strchr-atom.S187 test %al, %al
190 mov %al, %cl
198 test $0x10, %al
202 test $0x20, %al
206 test $0x40, %al
215 test $0x01, %al
219 test $0x02, %al
223 test $0x04, %al
277 test %al, %al
280 test $0x01, %al
[all …]
H A Dssse3-strlcpy-atom.S43 test %al, %al
47 mov %al, %ah
51 test $0x01, %al
53 test $0x02, %al
55 test $0x04, %al
67 test $0x10, %al
69 test $0x20, %al
71 test $0x40, %al
83 mov %ah, %al
84 and $15, %al
[all …]
H A Dssse3-strcat-atom.S177 test %al, %al
179 test $0x01, %al
181 test $0x02, %al
183 test $0x04, %al
185 test $0x08, %al
187 test $0x10, %al
189 test $0x20, %al
191 test $0x40, %al
400 or %al, %dh
405 test $0x01, %al
[all …]
H A Dssse3-strlcat-atom.S177 test %al, %al
181 mov %al, %ah
185 test $0x01, %al
187 test $0x02, %al
189 test $0x04, %al
201 test $0x10, %al
203 test $0x20, %al
205 test $0x40, %al
217 mov %ah, %al
218 and $15, %al
[all …]
H A Dsse2-memchr-atom.S257 test %al, %al
259 mov %al, %cl
262 test $0x01, %al
264 test $0x02, %al
266 test $0x04, %al
273 test $0x10, %al
275 test $0x20, %al
277 test $0x40, %al
413 test %al, %al
415 mov %al, %cl
[all …]
H A Dsse2-wcschr-atom.S135 test %al, %al
137 test $15, %al
205 test %al, %al
207 test $15, %al
237 test %al, %al
240 test $0x01, %al
H A Dsse2-wcsrchr-atom.S239 test $15 << 4, %al
288 test $15 << 4, %al
306 test $15 << 4, %al
320 test $15 << 4, %al
374 test $15 << 4, %al
388 test $15 << 4, %al
397 test $15 << 4, %al
/aosp12/art/test/980-redefine-object/src/
H A DMain.java115 ArrayList<Object> al = new ArrayList<>(); in doTest() local
117 al.add(new Object()); in doTest()
118 al.add(new Object()); in doTest()
119 al.add(o2); in doTest()
120 al.add(o); in doTest()
121 al.add(t); in doTest()
122 al.add(t2); in doTest()
123 al.add(new Transform()); in doTest()
/aosp12/system/logging/logd/
H A Dmain.cpp118 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() argument
119 if (!al && !kl) { in readDmesg()
147 if (al) { in readDmesg()
148 rc = al->log(tok, sublen); in readDmesg()
288 LogAudit* al = nullptr; in main() local
291 al = new LogAudit(log_buffer, dmesg_fd, &log_statistics); in main()
296 kl = new LogKlog(log_buffer, fdDmesg, fdPmesg, al != nullptr, &log_statistics); in main()
299 readDmesg(al, kl); in main()
306 if (al && al->startListener()) { in main()
307 delete al; in main()
/aosp12/art/runtime/interpreter/mterp/x86_64/
H A Darray.S104 testb %al, %al
123 andb $$0xf, %al # eax <- A
135 testb %al, %al # 0 means an exception is thrown
153 testb %al, %al # 0 means an exception is thrown
176 testb %al, %al # 0 means an exception is thrown
H A Dobject.S12 testb %al, %al
27 testb %al, %al
68 movsbl %al, %eax
108 testb %al, %al # 0 means an exception is thrown
H A Dinvoke.S15 testb %al, %al
38 testb %al, %al
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S410 movb (REG_VAR(shorty)), %al // bl := *shorty
421 cmpb MACRO_LITERAL(74), %al // if (al != 'J') goto LOOP
471 movb (REG_VAR(shorty)), %al // al := *shorty
538 movb (REG_VAR(shorty)), %al // al := *shorty
577 movb (REG_VAR(shorty)), %al // bl := *shorty
612 movb (REG_VAR(shorty)), %al // al := *shorty
647 movb (REG_VAR(shorty)), %al // al := *shorty
683 movb (REG_VAR(shorty)), %al // al := *shorty
713 movb (REG_VAR(shorty)), %al // al := *shorty
753 movb (REG_VAR(shorty)), %al // al := *shorty
[all …]
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp377 Mutex::Autolock al(sLock); in setAsGlobalVendorTagDescriptor() local
397 Mutex::Autolock al(sLock); in clearGlobalVendorTagDescriptor() local
403 Mutex::Autolock al(sLock); in getGlobalVendorTagDescriptor() local
410 Mutex::Autolock al(sLock); in setAsGlobalVendorTagCache() local
430 Mutex::Autolock al(sLock); in clearGlobalVendorTagCache() local
436 Mutex::Autolock al(sLock); in getGlobalVendorTagCache() local
443 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_count() local
452 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_all_tags() local
461 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_section_name() local
470 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_name() local
[all …]
/aosp12/art/runtime/interpreter/mterp/x86/
H A Darray.S116 testb %al, %al
151 andb $$0xf, %al # eax <- A
166 testb %al, %al # 0 means an exception is thrown
187 testb %al, %al # 0 means an exception is thrown
213 testb %al, %al # 0 means an exception is thrown
H A Dobject.S14 testb %al, %al
35 testb %al, %al
123 testb %al, %al # 0 means an exception is thrown
H A Dinvoke.S17 testb %al, %al
43 testb %al, %al
H A Dother.S17 testb %al, %al
79 testb %al, %al
133 testb %al, %al
158 testb %al, %al
171 andb $$0xf, %al # eax <- A
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp600 Mutex::Autolock al(sLock); in setAsGlobalVendorTagDescriptor() local
620 Mutex::Autolock al(sLock); in clearGlobalVendorTagDescriptor() local
626 Mutex::Autolock al(sLock); in getGlobalVendorTagDescriptor() local
633 Mutex::Autolock al(sLock); in setAsGlobalVendorTagCache() local
653 Mutex::Autolock al(sLock); in clearGlobalVendorTagCache() local
659 Mutex::Autolock al(sLock); in getGlobalVendorTagCache() local
664 Mutex::Autolock al(sLock); in isVendorCachePresent() local
676 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_tag_count() local
685 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_all_tags() local
694 Mutex::Autolock al(sLock); in vendor_tag_descriptor_get_section_name() local
[all …]
/aosp12/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp135 android::Mutex::Autolock al(mDeviceLock); in open() local
149 android::Mutex::Autolock al(mStaticInfoLock); in getInfo() local
163 android::Mutex::Autolock al(mStaticInfoLock); in updateInfo() local
170 android::Mutex::Autolock al(mDeviceLock); in close() local
187 android::Mutex::Autolock al(mDeviceLock); in initialize() local
207 android::Mutex::Autolock al(mDeviceLock); in configureStreams() local
350 android::Mutex::Autolock al(mDeviceLock); in constructDefaultRequestSettings() local
372 android::Mutex::Autolock al(mDeviceLock); in processCaptureRequest() local
487 android::Mutex::Autolock al(mDeviceLock); in dump() local
521 android::Mutex::Autolock al(mDeviceLock); in setTemplate() local
H A DCameraHAL.cpp53 android::Mutex::Autolock al(mModuleLock); in ~CameraHAL() local
71 android::Mutex::Autolock al(mModuleLock); in getNumberOfCameras() local
77 android::Mutex::Autolock al(mModuleLock); in getCameraInfo() local
97 android::Mutex::Autolock al(mModuleLock); in open() local
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DStream.cpp53 android::Mutex::Autolock al(mLock); in ~Stream() local
59 android::Mutex::Autolock al(mLock); in setUsage() local
69 android::Mutex::Autolock al(mLock); in setMaxBuffers() local
192 android::Mutex::Autolock al(mLock); in registerBuffers() local
225 android::Mutex::Autolock al(mLock); in dump() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRepresentation.java245 ArrayList<String[]> al = new ArrayList<String[]>(); in deSerializeRepresentation() local
249 al.add(kv); in deSerializeRepresentation()
253 String[][] oldFormat = al.toArray(new String[al.size()][]); in deSerializeRepresentation()

12345