/external/openssl/crypto/des/asm/ |
crypt586.pl | 37 #else { &lea("edx",&DWP("DES_SPtrans")); }
|
des-586.pl | 78 #else { &lea($trans,&DWP("DES_SPtrans")); }
|
/system/core/libcutils/ |
hashmap.c | 83 // We apply this secondary hashing discovered by Doug Lea to defend
|
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 52 # lea .Label-.(%rax),%rax 57 # lea .Label-.Lpic_point(%rcx),%rbp 326 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2:
|
/external/quake/quake/src/QW/client/ |
d_parta.asm | 321 lea edx,ds:dword ptr[edx+eax*2]
479 lea edx,ds:dword ptr[edx+esi*2]
480 lea edi,ds:dword ptr[edi+ebx*2]
|
r_aliasa.asm | 282 lea eax,ds:dword ptr[edx+edx*2]
|
/external/zlib/contrib/masmx86/ |
inffas32.asm | 249 lea edi, [esp+28]
254 lea esi, [esp+28]
993 lea ebx, [esp+28]
|
/frameworks/base/core/res/res/values-es/ |
strings.xml | 185 <string name="permdesc_readSms" msgid="3002170087197294591">"Permite que la aplicación lea mensajes SMS almacenados en el teléfono o en la tarjeta SIM. Las aplicaciones malintencionadas pueden leer los mensajes confidenciales."</string> [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Exchanger.java | 2 * Written by Doug Lea, Bill Scherer, and Michael Scott with 73 * @author Doug Lea and Bill Scherer and Michael Scott 179 * Scherer, Doug Lea, and Michael Scott in Proceedings of SCOOL05
|
package-info.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
ArrayBlockingQueue.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 43 * @author Doug Lea
|
ConcurrentLinkedQueue.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166 52 * @author Doug Lea
|
/dalvik/libcore/luni/src/main/java/java/util/ |
HashMap.java | 300 // Doug Lea's supplemental secondaryHash function (inlined) 329 // Doug Lea's supplemental secondaryHash function (inlined) [all...] |
Hashtable.java | 266 // Doug Lea's supplemental secondaryHash function (inlined) 294 // Doug Lea's supplemental secondaryHash function (inlined) [all...] |
/external/openssl/crypto/engine/ |
eng_padlock.c | 505 * The offsets used with 'lea' instructions 514 _asm lea edx,[eax+16] \ 515 _asm lea ebx,[eax+32] \
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentLinkedQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
CyclicBarrierTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
LinkedListTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
PriorityQueueTest.java | 2 * Written by Doug Lea with assistance from members of JCP JSR-166
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86-atom.S | 131 lea -sizeofStackSaveArea(rFP), \_reg [all...] |
/external/jpeg/ |
jmemdosa.asm | 315 lea si,ASCII_device_name ; against literal string
|
/bionic/libc/bionic/ |
dlmalloc.c | 30 Doug Lea and released to the public domain, as explained at 34 * Version 2.8.3 Thu Sep 22 11:16:15 2005 Doug Lea (dl at gee) [all...] |
dlmalloc.h | 2 Default header file for malloc-2.8.x, written by Doug Lea 6 last update: Mon Aug 15 08:55:52 2005 Doug Lea (dl at gee)
|
/external/libffi/src/ |
dlmalloc.c | 3 Doug Lea and released to the public domain, as explained at 7 * Version 2.8.3 Thu Sep 22 11:16:15 2005 Doug Lea (dl at gee) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 39 Doug Lea and released to the public domain, as explained at 43 * Version 2.8.3 Thu Sep 22 11:16:15 2005 Doug Lea (dl at gee) [all...] |