HomeSort by relevance Sort by last modified time
    Searched refs:incl (Results 1 - 25 of 75) sorted by null

1 2 3

  /bionic/libc/arch-x86/string/
strcmp.S 21 L1: incl %eax
22 incl %edx
28 incl %eax
29 incl %edx
35 incl %eax
36 incl %edx
42 incl %eax
43 incl %edx
49 incl %eax
50 incl %ed
    [all...]
strncmp.S 24 L1: incl %eax
25 incl %ecx
34 incl %eax
35 incl %ecx
44 incl %eax
45 incl %ecx
54 incl %eax
55 incl %ecx
64 incl %eax
65 incl %ec
    [all...]
fss.S 12 incl %eax /* bits numbered from 1, not 0 */
index.S 21 incl %eax
bcmp.S 29 L1: incl %eax
rindex.S 25 incl %edx
  /external/llvm/test/MC/ELF/
call-abs.s 10 incl %eax
  /bionic/libc/arch-x86/bionic/
_setjmp.S 69 incl %eax
setjmp.S 91 incl %eax
sigsetjmp.S 90 incl %eax
  /external/grub/stage2/
setjmp.S 80 incl %eax
  /dalvik/vm/mterp/x86/
OP_CMPG_DOUBLE.S 25 incl %ecx
  /external/quake/quake/src/QW/client/
d_scana.s 72 incl %edi
d_copy.s 43 incl %edx
91 incl %esi
r_edgea.s 394 incl %edx
426 incl %edx
427 incl %ecx
638 incl %edx
surf16.s 80 incl %ebp
  /external/quake/quake/src/WinQuake/
d_scana.s 72 incl %edi
dosasm.s 72 incl %eax
d_copy.s 43 incl %edx
91 incl %esi
r_edgea.s 394 incl %edx
426 incl %edx
427 incl %ecx
638 incl %edx
surf16.s 80 incl %ebp
  /external/valgrind/main/coregrind/
m_trampoline.S 933 incl %eax
948 incl %edx
954 incl %ecx
956 incl %edx
970 incl %edx
971 incl %ecx
995 incl %ecx
996 incl %edx
1020 incl %edx
1044 incl %ed
    [all...]
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 229 float incl = SensorManager.getInclination(mI); local
237 " incl: " + (int)(incl*rad2deg)
  /external/icu4c/common/
uniset_props.cpp 185 UnicodeSet* incl = new UnicodeSet(); local
187 (USet *)incl,
194 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status);
195 if (incl != NULL) {
257 incl->compact();
260 INCLUSIONS[src] = incl;
261 incl = NULL;
266 delete incl;
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 786 lock incl 1(%rsp)
788 // CHECK: incl 1(%rsp)
791 lock/incl 1(%rsp)
793 // CHECK: incl 1(%rsp)
898 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label

Completed in 1156 milliseconds

1 2 3