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

  /external/qemu/
host-defs.h 9 #if HOST_LONG_BITS == 32
12 #elif HOST_LONG_BITS == 64
thunk.c 147 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32
153 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32
168 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
174 #elif HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 64
cpu-defs.h 60 #define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
vl-android.c     [all...]
vl.c     [all...]
  /external/qemu/android/config/Linux/
config-host.h 4 #define HOST_LONG_BITS 32
  /external/qemu/android/config/windows/
config-host.h 4 #define HOST_LONG_BITS 32
  /external/qemu/android/config/darwin-ppc/
config-host.h 4 #define HOST_LONG_BITS 32
  /external/qemu/android/config/freebsd-x86/
config-host.h 4 #define HOST_LONG_BITS 32
  /external/qemu/android/config/linux-x86/
config-host.h 4 #define HOST_LONG_BITS 32
  /external/qemu/android/config/darwin-x86/
config-host.h 4 #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/fpu/
softfloat-native.c 130 #if HOST_LONG_BITS == 32
  /external/qemu/target-arm/
helpers.h 21 #if HOST_LONG_BITS == 32
24 #if HOST_LONG_BITS == 64
helper.c     [all...]
translate.c     [all...]

Completed in 450 milliseconds