/third_party/lzma/CPP/7zip/ |
H A D | Aes.mak | 4 !IF defined(USE_C_AES) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
7 !ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
|
H A D | Sha256.mak | 7 !IF defined(USE_C_SHA) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
10 !ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
|
H A D | Crc64.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
|
H A D | Crc.mak | 3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
|
H A D | var_gcc_x86.mak | 0 PLATFORM=x86
2 O=b/g_$(PLATFORM)
1 PLATFORM=x86 global() macro
|
H A D | var_gcc_x64.mak | 0 PLATFORM=x64
2 O=b/g_$(PLATFORM)
1 PLATFORM=x64 global() macro
|
H A D | var_mac_x64.mak | 0 PLATFORM=x64
2 O=b/m_$(PLATFORM)
1 PLATFORM=x64 global() macro
|
H A D | var_mac_arm64.mak | 0 PLATFORM=arm64
2 O=b/m_$(PLATFORM)
1 PLATFORM=arm64 global() macro
|
H A D | var_clang_x86.mak | 0 PLATFORM=x86
2 O=b/c_$(PLATFORM)
1 PLATFORM=x86 global() macro
|
/third_party/lzma/CPP/ |
H A D | Build.mak | 13 !IFDEF PLATFORM
14 O=$(PLATFORM)
25 !IF "$(PLATFORM)" == "x64"
28 !ELSEIF "$(PLATFORM)" == "arm"
47 !IF "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
53 !IF "$(PLATFORM)" == "arm"
108 !IFNDEF PLATFORM
121 !IF "$(PLATFORM)" == "arm"
126 !IF "$(PLATFORM)" [all...] |
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 20 # `builds/$(PLATFORM)' but can be different for custom builds 26 # PLATFORM The detected platform. This will default to `ansi' if 43 PLATFORM := ansi macro 52 PLATFORM_DIR = $(BUILD_CONFIG)/$(PLATFORM) 76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS))) macro 81 ifeq ($(PLATFORM),) 82 PLATFORM := ansi macro 114 $(info $(empty) platform $(PLATFORM))
|
/third_party/python/Python/ |
H A D | getplatform.c | 4 #ifndef PLATFORM 5 #define PLATFORM "unknown" macro 11 return PLATFORM; in Py_GetPlatform()
|
/third_party/skia/third_party/externals/freetype/builds/beos/ |
H A D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 23 PLATFORM := beos macro 28 ifeq ($(PLATFORM),beos) 38 endif # test PLATFORM beos
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 32 PLATFORM := dos macro 65 PLATFORM := dos macro 69 endif # test PLATFORM ansi 71 ifeq ($(PLATFORM),dos) 149 endif # test PLATFORM dos
|
/third_party/mbedtls/tests/scripts/ |
H A D | run-metatests.sh | 5 Usage: $0 [OPTION] [PLATFORM]... 6 Run all the metatests whose platform matches any of the given PLATFORM. 7 A PLATFORM can contain shell wildcards.
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 23 PLATFORM := os2 macro 28 ifeq ($(PLATFORM),os2) 78 endif # test PLATFORM os2
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | detect.mk | 17 ifeq ($(PLATFORM),ansi) 27 PLATFORM := unix macro 30 endif # test PLATFORM ansi 32 ifeq ($(PLATFORM),unix) 96 endif # test PLATFORM unix
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 19 ifeq ($(PLATFORM),ansi) 26 PLATFORM := windows macro 57 PLATFORM := windows macro 64 endif # test PLATFORM ansi 66 ifeq ($(PLATFORM),windows) 199 endif # test PLATFORM windows
|
/third_party/lzma/C/ |
H A D | var_gcc_x86.mak | 0 PLATFORM=x86
2 O=b/g_$(PLATFORM)
1 PLATFORM=x86 global() macro
|
H A D | var_gcc_x64.mak | 0 PLATFORM=x64
2 O=b/g_$(PLATFORM)
1 PLATFORM=x64 global() macro
|
H A D | var_mac_x64.mak | 0 PLATFORM=x64
2 O=b/m_$(PLATFORM)
1 PLATFORM=x64 global() macro
|
H A D | var_mac_arm64.mak | 0 PLATFORM=arm64
2 O=b/m_$(PLATFORM)
1 PLATFORM=arm64 global() macro
|
H A D | var_clang_x86.mak | 0 PLATFORM=x86
2 O=b/c_$(PLATFORM)
1 PLATFORM=x86 global() macro
|
H A D | var_clang_arm64.mak | 0 PLATFORM=arm64
2 O=b/c_$(PLATFORM)
1 PLATFORM=arm64 global() macro
|
H A D | var_clang_x64.mak | 0 PLATFORM=x64
2 O=b/c_$(PLATFORM)
1 PLATFORM=x64 global() macro
|