HomeSort by relevance Sort by last modified time
    Searched full:bitness (Results 1 - 25 of 48) sorted by null

1 2

  /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/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));
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 390 bitness = '32'
392 bitness = '64'
393 platform = '%s%s' % (util.GetPlatformName(), bitness)
  /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