Home
last modified time | relevance | path

Searched refs:current_cpu (Results 1 – 25 of 45) sorted by relevance

12

/external/perfetto/gn/standalone/
Dandroid.gni34 if (current_cpu == "x86") {
42 } else if (current_cpu == "arm") {
50 } else if (current_cpu == "x64") {
58 } else if (current_cpu == "arm64") {
70 if (current_cpu == "x86") {
72 } else if (current_cpu == "arm") {
74 } else if (current_cpu == "x64") {
76 } else if (current_cpu == "arm64") {
79 assert(false, "Unknown ABI: " + current_cpu)
DBUILD.gn99 if (current_cpu == "arm") {
105 } else if (current_cpu == "x86") {
113 } else if (current_cpu == "arm64") {
173 if (current_cpu == "arm") {
DBUILDCONFIG.gn54 if (current_cpu == "") {
55 current_cpu = target_cpu
/external/libyuv/files/
Dlibyuv.gni16 libyuv_use_neon = (current_cpu == "arm64" ||
17 (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)))
18 libyuv_use_msa = (current_cpu == "mips64el" || current_cpu == "mipsel") &&
DBUILD.gn19 if (is_android && current_cpu == "arm64") {
22 if (is_android && current_cpu != "arm64") {
174 if (current_cpu != "arm64") {
/external/webrtc/webrtc/common_audio/
DBUILD.gn127 if (current_cpu == "arm") {
144 if (current_cpu == "mipsel") {
163 if (current_cpu != "arm" && current_cpu != "mipsel") {
188 if (current_cpu == "x86" || current_cpu == "x64") {
193 if (current_cpu == "x86" || current_cpu == "x64") {
224 if (current_cpu != "arm64") {
/external/pdfium/third_party/yasm/
Dyasm_assemble.gni45 if (current_cpu == "x86") {
51 } else if (current_cpu == "x64") {
59 if (current_cpu == "x86") {
65 } else if (current_cpu == "x64") {
74 if (current_cpu == "x86") {
81 } else if (current_cpu == "x64") {
101 assert(current_cpu == "x86" || current_cpu == "x64")
/external/skia/third_party/libpng/
DBUILD.gn45 if (current_cpu == "arm" || current_cpu == "arm64") {
52 if (current_cpu == "x86" || current_cpu == "x64") {
/external/skqp/third_party/libpng/
DBUILD.gn45 if (current_cpu == "arm" || current_cpu == "arm64") {
52 if (current_cpu == "x86" || current_cpu == "x64") {
/external/pdfium/skia/
DBUILD.gn10 if (current_cpu == "arm") {
13 if (current_cpu == "mipsel" || current_cpu == "mips64el") {
112 if (current_cpu == "arm") {
232 if (current_cpu == "arm") {
369 if (current_cpu == "x86" || current_cpu == "x64") {
461 if (current_cpu == "x86" || current_cpu == "x64") {
470 } else if (current_cpu == "arm") {
490 } else if (current_cpu == "arm64") {
492 } else if (current_cpu == "mipsel") {
500 } else if (current_cpu == "mips64el") {
/external/v8/tools/toolchain/
DBUILD.gn23 current_cpu = "mips"
45 current_cpu = "mips64"
67 current_cpu = "mipsel"
89 current_cpu = "mips64el"
/external/webrtc/webrtc/modules/audio_processing/
DBUILD.gn170 if (current_cpu == "mipsel") {
187 if (current_cpu == "x86" || current_cpu == "x64") {
195 if (current_cpu == "mipsel") {
237 if (current_cpu == "x86" || current_cpu == "x64") {
262 if (current_cpu != "arm64") {
/external/webrtc/webrtc/modules/video_processing/
DBUILD.gn12 build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
94 if (current_cpu != "arm64") {
/external/webrtc/webrtc/build/
Dwebrtc.gni73 if (current_cpu == "arm") {
79 if (!is_ios && (current_cpu != "arm" || arm_version >= 7)) {
87 (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)) ||
88 current_cpu == "arm64"
/external/autotest/client/tests/tsc/src/
Dchecktsc.c242 int current_cpu = -1; in slave_thread() local
252 if (slave_cpu != current_cpu) { in slave_thread()
259 current_cpu = slave_cpu; in slave_thread()
/external/webrtc/webrtc/
DBUILD.gn97 if (current_cpu != "arm64" || !is_android) {
121 if (current_cpu == "arm64") {
126 if (current_cpu == "arm") {
138 if (current_cpu == "mipsel") {
/external/python/setuptools/setuptools/
Dmsvc.py250 current_cpu = safe_env.get('processor_architecture', '').lower() variable in PlatformInfo
263 return self.current_cpu == 'x86'
282 '' if (self.current_cpu == 'x86' and hidex86) else
283 r'\x64' if (self.current_cpu == 'amd64' and x64) else
284 r'\%s' % self.current_cpu
325 current = 'x86' if forcex86 else self.current_cpu
928 if self.pi.current_cpu != self.pi.target_cpu:
1084 include64 = pi.current_cpu == 'amd64' or pi.target_cpu == 'amd64'
/external/skia/third_party/libjpeg-turbo/
DBUILD.gn73 if (current_cpu == "arm" && !is_ios && !is_win) {
78 } else if (current_cpu == "arm64" && !is_ios && !is_win) {
/external/skqp/third_party/libjpeg-turbo/
DBUILD.gn73 if (current_cpu == "arm" && !is_ios && !is_win) {
78 } else if (current_cpu == "arm64" && !is_ios && !is_win) {
/external/webrtc/webrtc/modules/desktop_capture/
DBUILD.gn13 !is_ios && (current_cpu == "x86" || current_cpu == "x64")
/external/swiftshader/
DBUILD.gn100 } else if (target_cpu == "mipsel" && current_cpu == target_cpu) {
116 } else if (target_cpu == "mips64el" && current_cpu == target_cpu) {
/external/perfetto/gn/standalone/toolchain/
DBUILD.gn152 current_cpu = invoker.cpu
159 cpu = current_cpu
/external/skqp/gn/
DBUILD.gn108 if (current_cpu == "arm") {
114 } else if (current_cpu == "loongson3a") {
122 } else if (current_cpu == "mips64el") {
125 } else if (current_cpu == "x86" && !is_win) {
/external/skia/gn/
DBUILD.gn108 if (current_cpu == "arm") {
114 } else if (current_cpu == "loongson3a") {
122 } else if (current_cpu == "mips64el") {
125 } else if (current_cpu == "x86" && !is_win) {
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn30 if (current_cpu == "arm") {
111 if (current_cpu == "arm") {
619 if (current_cpu == "arm" && arm_version >= 7) {
630 if (current_cpu == "mipsel") {
665 if (current_cpu != "arm64") {
858 if (current_cpu == "arm") {

12