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

  /external/qemu/include/qemu/
compiler.h 9 | The macro QEMU_GNUC_PREREQ tests for minimum version of the GNU C compiler.
13 # define QEMU_GNUC_PREREQ(maj, min) \
16 # define QEMU_GNUC_PREREQ(maj, min) 0
21 #if QEMU_GNUC_PREREQ(3, 4)
39 # if !QEMU_GNUC_PREREQ(4, 4)
host-utils.h 28 #include "qemu/compiler.h" /* QEMU_GNUC_PREREQ */
61 #if QEMU_GNUC_PREREQ(3, 4)
114 #if QEMU_GNUC_PREREQ(3, 4)
149 #if QEMU_GNUC_PREREQ(3, 4)
204 #if QEMU_GNUC_PREREQ(3, 4)
236 #if QEMU_GNUC_PREREQ(3, 4)
253 #if QEMU_GNUC_PREREQ(3, 4)
271 #if QEMU_GNUC_PREREQ(3, 4)
290 #if QEMU_GNUC_PREREQ(3, 4)
atomic.h 32 #if !QEMU_GNUC_PREREQ(4, 4)
  /external/qemu/include/exec/
exec-all.h 261 #if !QEMU_GNUC_PREREQ(4, 1)
272 #if QEMU_GNUC_PREREQ(4, 1)
  /external/qemu/util/
osdep.c 497 #if defined(_WIN32) && !QEMU_GNUC_PREREQ(4,4)
520 #endif // _WIN32 && !QEMU_GNUC_PREREQ(4,4)
  /external/qemu/tcg/
tcg.h 665 #elif QEMU_GNUC_PREREQ(4, 5)
  /external/qemu/audio/
alsaaudio.c 30 #if QEMU_GNUC_PREREQ(4, 3)
    [all...]

Completed in 271 milliseconds