Searched defs:HOST_LONG_BITS (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp-android/
H A Dslirp_config.h155 #ifndef HOST_LONG_BITS
157 # define HOST_LONG_BITS 32 macro
159 # define HOST_LONG_BITS 64 macro
166 #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)
/external/qemu/include/
H A Dqemu-common.h84 /* HOST_LONG_BITS is the size of a native pointer in bits. */
86 # define HOST_LONG_BITS 32 macro
88 # define HOST_LONG_BITS 64 macro

Completed in 109 milliseconds