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

1 2 3

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
Abi.java 27 public Abi(String name, String bitness) {
29 mBitness = bitness;
  /external/qemu/android/utils/
host_bitness_unittest.cpp 20 printf("Found host bitness: %d\n", host_bitness);
22 "Invalid host bitness: " << host_bitness;
host_bitness.h 19 // Return the bitness of the host machine this program is running on.
host_bitness.c 40 ## is always 32-bit, so use "file" to determine the bitness of the shell
  /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.
  /ndk/sources/android/crazy_linker/src/
elf_traits.h 13 // 32/64 bit Elf types, depending on the target CPU bitness.
63 #error "Unsupported target CPU bitness"
  /external/chromium_org/third_party/android_crazy_linker/src/src/
elf_traits.h 13 // 32/64 bit Elf types, depending on the target CPU bitness.
79 #error "Unsupported target CPU bitness"
  /external/chromium_org/build/
detect_host_arch.py 27 # Distinguish between different userland bitness by querying
  /external/strace/test/
mmap_offset_decode.c 11 * test it right now. What arch/bitness invokes sys_mmap64?)
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h 50 // Macro to compose emugl shared library name under various OS and bitness
  /external/chromium_org/
Android.mk 56 # appropriately to ensure that the host targets are the same "bitness" as the
83 # appropriately to ensure that the host targets are the same "bitness" as the
  /external/chromium_org/base/debug/
trace_event_win.h 117 // The id pointer in the machine bitness.
120 // by an array of void* (machine bitness) of length "depth".
  /external/chromium_org/v8/build/
detect_v8_host_arch.py 61 # Distinguish between different userland bitness by querying
  /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/qemu/
Makefile.android 25 # This is always the case, but later used with include-if-bitness-64.
27 include-if-bitness-32 = $(eval include $1)
31 include-if-bitness-64 = $(if $(strip $(EMULATOR_BUILD_64BITS)),$(eval include $1))
248 $(call include-if-bitness-$(LOCAL_MODULE_BITS), $(BUILD_HOST_STATIC_LIBRARY))
264 $(call include-if-bitness-$(LOCAL_MODULE_BITS), $(BUILD_HOST_EXECUTABLE))
  /external/strace/
time.c 62 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special)
65 sprinttv(buf, tcp, addr, bitness, special);
70 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special)
80 if (bitness == BITNESS_32
285 printitv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness)
294 if (bitness == BITNESS_32
desc.c 313 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness)
374 printtv_bitness(tcp, args[4], bitness, 0);
433 outptr = sprinttv(outptr, tcp, args[4], bitness, /*special:*/ 0);
  /cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java 177 * @return The bitness of the ABI with the given name
  /external/compiler-rt/test/asan/
lit.cfg 101 # Determine kernel bitness
  /ndk/build/tools/
deploy-host-mcld.sh 34 to be sibling of ld in all GCC and LLVM directories with same HOST_OS and bitness,
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 117 /* Lets check ELF's "bitness". */
420 /* Instatiate CU, depending on DWARF "bitness". */
  /ndk/sources/android/cpufeatures/
cpu-features.h 54 * Note that this matches the bitness of the current process. I.e. when
  /prebuilts/android-emulator/
README 32 382ab59 android-emugl: Fix bitness-conditional modules.
  /prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer 82 # bitness

Completed in 773 milliseconds

1 2 3