HomeSort by relevance Sort by last modified time
    Searched refs:HOST_LONG_BITS (Results 1 - 20 of 20) sorted by null

  /external/qemu/
host-defs.h 9 #if HOST_LONG_BITS == 32
12 #elif HOST_LONG_BITS == 64
cpu-defs.h 57 #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
79 #if HOST_LONG_BITS == 32 && TARGET_LONG_BITS == 32
thunk.c 146 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32
152 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32
167 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
173 #elif HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 64
bswap.h 223 #define leul_to_cpu(v) glue(glue(le,HOST_LONG_BITS),_to_cpu)(v)
cpu-all.h 641 #if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS
vl-android.c     [all...]
vl.c     [all...]
  /external/qemu/target-arm/
helper-android.h 5 #if HOST_LONG_BITS == 32
8 #if HOST_LONG_BITS == 64
helper-android.c 39 #if HOST_LONG_BITS == 32
46 #if HOST_LONG_BITS == 64
translate-android.h 295 #if HOST_LONG_BITS == 32
304 #elif HOST_LONG_BITS == 64
  /external/qemu/android/config/darwin-x86/
config-host.h 5 #define HOST_LONG_BITS 64
8 #define HOST_LONG_BITS 32
  /external/qemu/android/config/freebsd-x86/
config-host.h 5 #define HOST_LONG_BITS 64
8 #define HOST_LONG_BITS 32
  /external/qemu/android/config/linux-x86/
config-host.h 5 #define HOST_LONG_BITS 64
8 #define HOST_LONG_BITS 32
  /external/qemu/android/config/windows/
config-host.h 5 #define HOST_LONG_BITS 64
8 #define HOST_LONG_BITS 32
  /external/qemu/android/config/linux-ppc/
config-host.h 3 #define HOST_LONG_BITS 32
  /external/qemu/slirp/
slirp_config.h 155 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
  /external/qemu/slirp-android/
slirp_config.h 155 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
  /external/qemu/android/
opengles.c 38 #if HOST_LONG_BITS == 32
40 #elif HOST_LONG_BITS == 64
43 #error Unknown HOST_LONG_BITS
  /external/qemu/fpu/
softfloat-native.c 130 #if HOST_LONG_BITS == 32
  /external/qemu/tcg/sparc/
tcg-target.c 729 #if HOST_LONG_BITS == 32
    [all...]

Completed in 181 milliseconds