Searched refs:arm64 (Results 1 - 25 of 50) sorted by relevance
12
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
H A D | NativeLibs.mk | 68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64 125 TARGET_ARM64_V8A := arm64-v8a 132 # android-21 and higher also support arm64 mips64 and x86_64 172 # arm64-v8a 260 # arm64-v8a 316 TOOLCHAIN_ARM64_V8A := toolchains/arm64-v8a 372 # arm64-v8a 480 # arm64-v8a 560 all-arm64-v8a \ 571 toolchain-arm64 [all...] |
/third_party/lzma/C/ |
H A D | var_mac_arm64.mak | 1 PLATFORM=arm64
7 MY_ARCH=-arch arm64
|
H A D | var_clang_arm64.mak | 1 PLATFORM=arm64
|
H A D | var_gcc_arm64.mak | 1 PLATFORM=arm64
|
/third_party/lzma/CPP/7zip/ |
H A D | var_mac_arm64.mak | 1 PLATFORM=arm64
7 MY_ARCH=-arch arm64
|
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 | var_clang_arm64.mak | 1 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_arm64.mak | 1 PLATFORM=arm64
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_universal_viewer | 31 for ARCH in arm arm64 x86 x64; do 39 arm64) NATIVE=arm64-v8a ;;
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64
44 if "%1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts
71 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0
|
H A D | prepare_libffi.bat | 28 echo. -arm64 enable arm64 build
50 if /I "%1"=="-arm64" (set BUILD_ARM64=1) & shift & goto :CheckOpts
152 set ARCH=arm64
|
H A D | idle.bat | 26 if /I %1 EQU ARM64 (set exedir=%PCBUILD%\arm64)
|
/third_party/node/deps/v8/src/base/ |
H A D | build_config.h | 158 #error Target architecture x64 is only supported on x64 and arm64 host 168 #error Target architecture arm64 is only supported on arm64 and x64 host 224 // pthread_jit_write_protect is only available on arm64 Mac.
|
/third_party/lzma/CPP/ |
H A D | Build.mak | 47 !IF "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
142 !IF defined(MY_FIXED) && "$(PLATFORM)" != "arm" && "$(PLATFORM)" != "arm64"
150 !IF "$(PLATFORM)" == "arm64"
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | process-release.js | 12 const bitsre = /\/win-(x86|x64|arm64)\// 84 libUrlArm64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'arm64', versionSemver.major) 93 libUrlArm64 = resolveLibUrl(name, baseUrl, 'arm64', versionSemver.major) 118 arm64: {
|
/third_party/vk-gl-cts/external/amber/src/android_test/jni/ |
H A D | Application.mk | 15 APP_ABI := arm64-v8a # armeabi-v7a x86 x86_64
|
/third_party/vk-gl-cts/external/amber/src/samples/jni/ |
H A D | Application.mk | 15 APP_ABI := arm64-v8a # armeabi-v7a x86 x86_64
|
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 65 if /I "%1" EQU "-arm64" (set BUILDARM64=1) && shift && goto CheckOpts
133 set OUTDIR_PLAT=arm64
134 set OBJDIR_PLAT=arm64
226 echo buildrelease.bat [--out DIR] [-x86] [-x64] [-arm64] [--certificate CERTNAME] [--build] [--pgo COMMAND]
234 echo -arm64 Build ARM64 installers
|
H A D | build.bat | 19 if /I "%~1" EQU "-arm64" (set BUILDARM64=1) && shift && goto CheckOpts
87 echo build.bat [-x86] [-x64] [-arm64] [--doc] [-h] [--test-marker] [--pack] [-r]
|
/third_party/skia/third_party/externals/oboe/ |
H A D | build_all_android.sh | 62 build_oboe arm64-v8a 21
|
/third_party/python/PC/layout/support/ |
H A D | nuspec.py | 26 arm64=("ARM64", "pythonarm64", "Python (ARM64)"), variable
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8config.h | 355 // - we see crashes on arm64 on Windows (https://crbug.com/1409934), which can 361 || ((defined(__AARCH64EL__) || defined(_M_ARM64)) /* arm64, but ... */ \ 869 #error Target architecture x64 is only supported on x64 and arm64 host 879 #error Target architecture arm64 is only supported on arm64 and x64 host
|
Completed in 8 milliseconds
12