Home
last modified time | relevance | path

Searched defs:PLATFORM_ID (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakePlatformId.h.in6 # define PLATFORM_ID "Linux" macro
9 # define PLATFORM_ID "MSYS" macro
12 # define PLATFORM_ID "Cygwin" macro
15 # define PLATFORM_ID "MinGW" macro
18 # define PLATFORM_ID "Darwin" macro
21 # define PLATFORM_ID "Windows" macro
24 # define PLATFORM_ID "FreeBSD" macro
27 # define PLATFORM_ID "NetBSD" macro
30 # define PLATFORM_ID "OpenBSD" macro
33 # define PLATFORM_ID "SunOS" macro
[all …]
DCMakeDetermineCompilerId.cmake823 set(PLATFORM_ID) variable
864 set(PLATFORM_ID "${CMAKE_MATCH_1}") variable
/aosp_15_r20/external/libconfig/contrib/cmake/CMakeFiles/CompilerIdCXX/
H A DCMakeCXXCompilerId.cpp71 # define PLATFORM_ID "Linux" macro
74 # define PLATFORM_ID "Cygwin" macro
77 # define PLATFORM_ID "MinGW" macro
80 # define PLATFORM_ID "Darwin" macro
83 # define PLATFORM_ID "Windows" macro
86 # define PLATFORM_ID "FreeBSD" macro
89 # define PLATFORM_ID "NetBSD" macro
92 # define PLATFORM_ID "OpenBSD" macro
95 # define PLATFORM_ID "SunOS" macro
98 # define PLATFORM_ID "AIX" macro
[all …]
/aosp_15_r20/external/libconfig/contrib/cmake/CMakeFiles/CompilerIdC/
H A DCMakeCCompilerId.c80 # define PLATFORM_ID "Linux" macro
83 # define PLATFORM_ID "Cygwin" macro
86 # define PLATFORM_ID "MinGW" macro
89 # define PLATFORM_ID "Darwin" macro
92 # define PLATFORM_ID "Windows" macro
95 # define PLATFORM_ID "FreeBSD" macro
98 # define PLATFORM_ID "NetBSD" macro
101 # define PLATFORM_ID "OpenBSD" macro
104 # define PLATFORM_ID "SunOS" macro
107 # define PLATFORM_ID "AIX" macro
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/inc/
Dseos.h96 #define PLATFORM_ID(ver) ((((PLATFORM_HW_TYPE) & 0xFFFF) << 8) | (ver & 0xFF)) macro