HomeSort by relevance Sort by last modified time
    Searched full:lea (Results 176 - 200 of 257) sorted by null

1 2 3 4 5 6 78 91011

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
39 * @author Doug Lea
LinkedBlockingQueue.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
40 * @author Doug Lea
PriorityBlockingQueue.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
65 * @author Doug Lea
Semaphore.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
128 * @author Doug Lea
ScheduledThreadPoolExecutor.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
45 * @author Doug Lea
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
Condition.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
148 * @author Doug Lea
ReentrantLock.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
78 * @author Doug Lea
  /external/kernel-headers/original/asm-x86/
paravirt.h 438 "push %[_arg4];", "lea 4(%%esp),%%esp;", \
443 "push %[_arg4];", "lea 4(%%esp),%%esp;", \
  /external/openssl/crypto/perlasm/
x86unix.pl 172 sub main'lea { &out2("leal",@_); }
683 &main'lea($dst,&main'DWP($sym));
cbc.pl 152 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx"));
  /external/qemu/
qemu-monitor.hx 266 0x90107065: lea 0x0(%esi,1),%esi
267 0x90107069: lea 0x0(%edi,1),%edi
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AbstractExecutorServiceTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
ConcurrentHashMapTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
CopyOnWriteArrayListTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
ExecutorsTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
JSR166TestCase.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
SynchronousQueueTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedHashMap.java 246 // Doug Lea's supplemental secondaryHash function (inlined)
  /dalvik/vm/mterp/x86-atom/
header.S 124 lea -sizeofStackSaveArea(rFP), \_reg
  /external/libffi/src/x86/
darwin.S 253 lea -8(%ebp),%esp
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 117 lea ebx,[ebx+ecx]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 189 __ lea(edx, Operand(ebx, ecx, times_4, 10000));
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 627 // If we're patching to use inline storage, convert the initial load to a lea; this avoids the extra load
669 // If we're patching to use inline storage, convert the initial load to a lea; this avoids the extra load
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 488 tcg_out_opc(s, 0x8d); /* lea offset(r1, %ebp), r1 */
700 tcg_out_opc(s, 0x8d); /* lea offset(r1, %ebp), r1 */
    [all...]

Completed in 218 milliseconds

1 2 3 4 5 6 78 91011