Home
last modified time | relevance | path

Searched refs:PLATFORM (Results 1 - 25 of 117) sorted by relevance

12345

/third_party/lzma/CPP/7zip/
H A DAes.mak4 !IF defined(USE_C_AES) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
7 !ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
H A DSha256.mak7 !IF defined(USE_C_SHA) || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
10 !ELSEIF "$(PLATFORM)" != "ia64" && "$(PLATFORM)" != "mips" && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
H A DCrc64.mak3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
H A DCrc.mak3 !IF "$(PLATFORM)" == "ia64" || "$(PLATFORM)" == "mips" || "$(PLATFORM)" == "arm" || "$(PLATFORM)" == "arm64"
H A Dvar_gcc_x86.mak0 PLATFORM=x86
2 O=b/g_$(PLATFORM)
1 PLATFORM=x86 global() macro
H A Dvar_gcc_x64.mak0 PLATFORM=x64
2 O=b/g_$(PLATFORM)
1 PLATFORM=x64 global() macro
H A Dvar_mac_x64.mak0 PLATFORM=x64
2 O=b/m_$(PLATFORM)
1 PLATFORM=x64 global() macro
H A Dvar_mac_arm64.mak0 PLATFORM=arm64
2 O=b/m_$(PLATFORM)
1 PLATFORM=arm64 global() macro
H A Dvar_clang_x86.mak0 PLATFORM=x86
2 O=b/c_$(PLATFORM)
1 PLATFORM=x86 global() macro
/third_party/lzma/CPP/
H A DBuild.mak13 !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 Ddetect.mk20 # `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 Dgetplatform.c4 #ifndef PLATFORM
5 #define PLATFORM "unknown" macro
11 return PLATFORM; in Py_GetPlatform()
/third_party/skia/third_party/externals/freetype/builds/beos/
H A Ddetect.mk19 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 Ddetect.mk19 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 Drun-metatests.sh5 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 Ddetect.mk19 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 Ddetect.mk17 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 Ddetect.mk19 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 Dvar_gcc_x86.mak0 PLATFORM=x86
2 O=b/g_$(PLATFORM)
1 PLATFORM=x86 global() macro
H A Dvar_gcc_x64.mak0 PLATFORM=x64
2 O=b/g_$(PLATFORM)
1 PLATFORM=x64 global() macro
H A Dvar_mac_x64.mak0 PLATFORM=x64
2 O=b/m_$(PLATFORM)
1 PLATFORM=x64 global() macro
H A Dvar_mac_arm64.mak0 PLATFORM=arm64
2 O=b/m_$(PLATFORM)
1 PLATFORM=arm64 global() macro
H A Dvar_clang_x86.mak0 PLATFORM=x86
2 O=b/c_$(PLATFORM)
1 PLATFORM=x86 global() macro
H A Dvar_clang_arm64.mak0 PLATFORM=arm64
2 O=b/c_$(PLATFORM)
1 PLATFORM=arm64 global() macro
H A Dvar_clang_x64.mak0 PLATFORM=x64
2 O=b/c_$(PLATFORM)
1 PLATFORM=x64 global() macro

Completed in 15 milliseconds

12345