/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...] |
ffs.S | 12 incl %eax /* bits numbered from 1, not 0 */
|
/external/llvm/test/MC/X86/AlignedBundling/ |
autogen-inst-offset-align-to-end.s | 19 # CHECK: f: incl 30 # CHECK: 2f: incl 41 # CHECK: 4f: incl 52 # CHECK: 6f: incl 63 # CHECK: 8f: incl 74 # CHECK: af: incl 85 # CHECK: cf: incl 96 # CHECK: ef: incl 107 # CHECK: 10f: incl 118 # CHECK: 12f: incl [all...] |
autogen-inst-offset-padding.s | 18 # CHECK: 0: incl 28 # CHECK: 21: incl 38 # CHECK: 42: incl 48 # CHECK: 63: incl 58 # CHECK: 84: incl 68 # CHECK: a5: incl 78 # CHECK: c6: incl 88 # CHECK: e7: incl 98 # CHECK: 108: incl 108 # CHECK: 129: incl [all...] |
/external/llvm/test/MC/ELF/ |
call-abs.s | 10 incl %eax
|
/external/valgrind/main/VEX/test/ |
fp1.s | 29 incl %eax 39 incl %eax
|
fpgames.s | 38 incl %ebx 64 incl %ebx
|
/bionic/libc/arch-x86/bionic/ |
_setjmp.S | 70 incl %eax
|
setjmp.S | 92 incl %eax
|
sigsetjmp.S | 91 incl %eax
|
/external/grub/stage2/ |
setjmp.S | 80 incl %eax
|
/dalvik/vm/mterp/x86/ |
OP_CMPG_DOUBLE.S | 25 incl %ecx
|
/external/chromium_org/tools/checkdeps/ |
graphdeps.py | 48 incl, 68 incl: Include only nodes matching this regexp; such nodes' fanin/fanout 92 self.incl = incl 109 #if re.search(self.incl, rel_path) and not re.search(self.excl, rel_path): 194 # on how many of incl/excl/hilite_fanins/hilite_fanouts filters they hit, 205 if not re.search(self.incl, edge_spec) or \ 285 --incl='^(apps|chrome/browser|content/browser)->.*' \ 324 "-i", "--incl", 325 default="^.*$", dest="incl", [all...] |
/external/valgrind/main/coregrind/ |
m_trampoline.S | 127 1: incl %eax 707 incl %eax 722 incl %edx 728 incl %ecx 730 incl %edx 744 incl %edx 745 incl %ecx 769 incl %ecx 770 incl %edx 794 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/ |
gas-macho32.asm | 51 incl %eax
|
/external/icu4c/common/ |
uniset_props.cpp | 186 UnicodeSet* incl = new UnicodeSet(); local 188 (USet *)incl, 195 if (incl != NULL) { 196 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status); 258 incl->compact(); 261 INCLUSIONS[src] = incl; 262 incl = NULL; 267 delete incl; [all...] |
/external/chromium_org/third_party/icu/source/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 | 835 lock incl 1(%rsp) 837 // CHECK: incl 1(%rsp) 840 lock/incl 1(%rsp) 842 // CHECK: incl 1(%rsp) 948 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 131 incl = os.path.join(site.USER_BASE, 'include') 133 os.mkdir(incl) 140 self.assertIn(incl, cmd.include_dirs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 131 incl = os.path.join(site.USER_BASE, 'include') 133 os.mkdir(incl) 140 self.assertIn(incl, cmd.include_dirs)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86-mont.S | 86 incl %ecx 168 incl %ecx
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.S | 62 incl %esi 202 incl %eax
|
/external/openssl/crypto/bn/asm/ |
x86-mont.S | 86 incl %ecx 168 incl %ecx
|