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

  /external/qemu/slirp-android/
slirp_config.h 155 #ifndef HOST_LONG_BITS
157 # define HOST_LONG_BITS 32
159 # define HOST_LONG_BITS 64
166 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
  /external/qemu/include/
qemu-common.h 84 /* HOST_LONG_BITS is the size of a native pointer in bits. */
86 # define HOST_LONG_BITS 32
88 # define HOST_LONG_BITS 64

Completed in 91 milliseconds