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

1 2 3 45 6 7 8 91011

  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AtomicBooleanTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
AtomicMarkableReferenceTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
AtomicReferenceFieldUpdaterTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
AtomicReferenceTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
AtomicStampedReferenceTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
CountDownLatchTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
ExchangerTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
ExecutorCompletionServiceTest.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
  /external/kernel-headers/original/asm-x86/
percpu_32.h 21 lea per_cpu__##var(reg), reg
  /external/openssl/crypto/perlasm/
x86nasm.pl 155 sub main'lea { &out2("lea",@_); }
223 if (!$main'mwerks and $name eq "lea")
436 &main'lea($dst,&main'DWP($sym));
x86ms.pl 147 sub main'lea { &out2("lea",@_); }
454 &main'lea($dst,&main'DWP($sym));
  /external/openssl/crypto/sha/asm/
sha1-586.pl 68 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1+=K_00_19+xi
91 &lea($f,&DWP(0x5a827999,$f,$e));# f+=K_00_19+e
118 &lea($f,&DWP($K,$f,$tmp1)); # f+=K_20_39+e
140 &lea($f,&DWP(0x8f1bbcdc,$f,$e));# f+=K_40_59+e
sha512-x86_64.pl 135 lea 1($round),$round # round++
192 lea ($inp,%rdx,$SZ),%rdx # inp+num*16*$SZ
200 lea $TABLE-.($Tbl),$Tbl
237 lea 16*$SZ($inp),$inp
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 43 lea _my_vbl,a0
  /external/zlib/contrib/asm586/
match.S 114 lea (%esi,%ebp), %edi
258 lea MAX_MATCH_8(%edi,%eax), %edi
259 lea MAX_MATCH_8(%esi,%eax), %esi
298 lea (%edi,%edx), %eax
  /external/zlib/contrib/masm686/
match.asm 192 lea edi, [esi+ebp]
292 lea edi, [edi+eax+MAX_MATCH_8]
293 lea esi, [esi+eax+MAX_MATCH_8]
341 lea eax, [edi+edx]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
FutureTask.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
30 * @author Doug Lea
CountDownLatch.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
130 * @author Doug Lea
TimeUnit.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
40 * @author Doug Lea
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
17 * @author Doug Lea
AtomicIntegerFieldUpdater.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
29 * @author Doug Lea
AtomicReferenceFieldUpdater.java 2 * Written by Doug Lea with assistance from members of JCP JSR-166
47 * @author Doug Lea
  /external/openssl/crypto/
x86cpuid.pl 164 &lea ("eax",&DWP(4,"esp"));
175 &lea ("ebx",&DWP(0,"eax","ecx"));
  /external/v8/src/x64/
macro-assembler-x64.cc 114 masm->lea(page_start,
231 lea(scratch, Operand(object, offset));
248 lea(dst, Operand(object, offset));
253 lea(dst, Operand(object,
513 lea(dst, Operand(src, constant));
1040 lea(dst, Operand(src, kScratchRegister, times_1, 0));
    [all...]
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 134 &lea($a, &DWP($K,$a,$tmp2,1));
154 &lea($a, &DWP($K,$a,$tmp1,1));
161 &lea($a, &DWP($K,$a,$tmp2,1));
185 &lea($a, &DWP($K,$a,$tmp2,1));
201 &lea($a, &DWP($K,$a,$tmp1,1));
225 &lea($a, &DWP($K,$a,$tmp2));
242 &lea($a, &DWP($K,$a,$tmp2));
273 &lea($a, &DWP($K,$a,$tmp2,1));
289 &lea($a, &DWP($K,$a,$tmp1,1));

Completed in 122 milliseconds

1 2 3 45 6 7 8 91011