/external/llvm/test/CodeGen/X86/ |
stack-update-frame-opcode.ll | 11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model. 12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
|
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
osDynLibrary.h | 50 // Macro to compose emugl shared library name under various OS and bitness
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osDynLibrary.h | 50 // Macro to compose emugl shared library name under various OS and bitness
|
/external/chromium_org/base/debug/ |
trace_event_win.h | 115 // The id pointer in the machine bitness. 118 // by an array of void* (machine bitness) of length "depth".
|
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 95 bitness = '32' 97 bitness = '64' 99 util.GetPlatformName(), bitness, version) 132 util.GetPlatformName(), bitness, version, revision,
|
/external/chromium_org/components/nacl/loader/ |
nacl_main_platform_delegate_win.cc | 42 // At this point, hack on the suffix according to with bitness
|
/external/chromium/base/debug/ |
trace_event_win.h | 142 // The id pointer in the machine bitness. 145 // by an array of void* (machine bitness) of length "depth".
|
/external/chromium_org/v8/tools/ |
gdb-v8-support.py | 91 def decode_v8_value(v, bitness): 94 if bitness == 32:
|
/external/oprofile/ |
README_PACKAGERS | 44 On bi-arch platforms that support more than one "bitness" of userspace software 47 OProfile twice -- once for each bitness type. You would then distribute both
|
/external/v8/tools/ |
gdb-v8-support.py | 91 def decode_v8_value(v, bitness): 94 if bitness == 32:
|
/external/chromium_org/chrome/test/functional/ |
pyauto_functional.py | 87 # Check this is the right bitness on mac.
|
/external/strace/ |
time.c | 71 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) 80 if (bitness == BITNESS_32 118 sprinttv(struct tcb *tcp, long addr, enum bitness_t bitness, char *buf) 127 if (bitness == BITNESS_32 344 printitv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness) 353 if (bitness == BITNESS_32
|
desc.c | 490 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness) 532 printtv_bitness(tcp, args[4], bitness, 0); 592 sprinttv(tcp, args[4], bitness, str + strlen(str));
|
/ndk/build/tools/ |
deploy-host-mcld.sh | 34 to be sibling of ld in all GCC directories with same HOST_OS and bitness,
|
ndk-common.sh | 269 ## Now find the host architecture. This must correspond to the bitness of 272 ## commands like 'uname -m' only report the kernel bitness. 297 ## is always 32-bit, so use "file" to determine the bitness of the shell
|
/external/chromium_org/third_party/icu/source/ |
aclocal.m4 | 151 AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross compilation., and set compiler options manually.]) 404 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
|
/external/icu4c/ |
aclocal.m4 | 154 AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross compilation., and set compiler options manually.]) 408 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
|
/external/qemu/elff/ |
elf_file.cc | 117 /* Lets check ELF's "bitness". */
420 /* Instatiate CU, depending on DWARF "bitness". */
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.cc | 117 /* Lets check ELF's "bitness". */ 420 /* Instatiate CU, depending on DWARF "bitness". */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 135 # http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 135 # http://blogs.msdn.com/david.wang/archive/2006/03/26/HOWTO-Detect-Process-Bitness.aspx
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 61 # Used to set the host bitness of the generted toolchain binaries 62 # First call with the build machine's bitness, and later with 32 83 panic "Invalid host bitness (32 or 64 expected): $1" 87 # Determine build machine bitness 771 echo -n "Checking compiler bitness... " 800 panic "Unknown bitness (32 or 64 expected) !!" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 61 # Used to set the host bitness of the generted toolchain binaries 62 # First call with the build machine's bitness, and later with 32 83 panic "Invalid host bitness (32 or 64 expected): $1" 87 # Determine build machine bitness 771 echo -n "Checking compiler bitness... " 800 panic "Unknown bitness (32 or 64 expected) !!" [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testpalette.c | 105 * extension to arbitrary bitness is left as an exercise for the reader.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
trietest.c | 358 log_err("error: trie serialization (%s) did not preserve 32-bitness\n", testName); 567 log_err("error: trie serialization (%s) did not preserve 32-bitness\n", testName);
|