Searched defs:PLATFORM_ID (Results 1 – 5 of 5) sorted by relevance
6 # define PLATFORM_ID "Linux" macro9 # define PLATFORM_ID "MSYS" macro12 # define PLATFORM_ID "Cygwin" macro15 # define PLATFORM_ID "MinGW" macro18 # define PLATFORM_ID "Darwin" macro21 # define PLATFORM_ID "Windows" macro24 # define PLATFORM_ID "FreeBSD" macro27 # define PLATFORM_ID "NetBSD" macro30 # define PLATFORM_ID "OpenBSD" macro33 # define PLATFORM_ID "SunOS" macro[all …]
823 set(PLATFORM_ID) variable864 set(PLATFORM_ID "${CMAKE_MATCH_1}") variable
71 # define PLATFORM_ID "Linux" macro74 # define PLATFORM_ID "Cygwin" macro77 # define PLATFORM_ID "MinGW" macro80 # define PLATFORM_ID "Darwin" macro83 # define PLATFORM_ID "Windows" macro86 # define PLATFORM_ID "FreeBSD" macro89 # define PLATFORM_ID "NetBSD" macro92 # define PLATFORM_ID "OpenBSD" macro95 # define PLATFORM_ID "SunOS" macro98 # define PLATFORM_ID "AIX" macro[all …]
80 # define PLATFORM_ID "Linux" macro83 # define PLATFORM_ID "Cygwin" macro86 # define PLATFORM_ID "MinGW" macro89 # define PLATFORM_ID "Darwin" macro92 # define PLATFORM_ID "Windows" macro95 # define PLATFORM_ID "FreeBSD" macro98 # define PLATFORM_ID "NetBSD" macro101 # define PLATFORM_ID "OpenBSD" macro104 # define PLATFORM_ID "SunOS" macro107 # define PLATFORM_ID "AIX" macro[all …]
96 #define PLATFORM_ID(ver) ((((PLATFORM_HW_TYPE) & 0xFFFF) << 8) | (ver & 0xFF)) macro