| /third_party/python/Lib/test/ |
| D | test__osx_support.py | 123 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 124 'LDFLAGS': '-arch ppc -arch i386 -g', 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 133 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 134 'LDFLAGS': '-arch ppc -arch i386 -g', 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 156 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 157 'LDFLAGS': '-arch ppc -arch i386 -g', [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | cross_build.sh | 12 dpkg --add-architecture $arch 17 crossbuild-essential-$arch \ 18 libelf-dev:$arch \ 19 libexpat1-dev:$arch \ 20 libpciaccess-dev:$arch \ 21 libstdc++6:$arch \ 22 libvulkan-dev:$arch \ 23 libx11-dev:$arch \ 24 libx11-xcb-dev:$arch \ 25 libxcb-dri2-0-dev:$arch \ [all …]
|
| D | create-cross-file.sh | 3 arch=$1 4 cross_file="/cross_file-$arch.txt" 5 /usr/share/meson/debcrossgen --arch $arch -o "$cross_file" 8 if [ "$arch" = "i386" ]; then 17 if [[ "$arch" = "arm64" ]]; then 19 elif [[ "$arch" = "armhf" ]]; then 21 elif [[ "$arch" = "i386" ]]; then 23 elif [[ "$arch" = "ppc64el" ]]; then 25 elif [[ "$arch" = "s390x" ]]; then 33 toolchain_file="/toolchain-$arch.cmake" [all …]
|
| /third_party/protobuf/protoc-artifacts/ |
| D | build-protoc.sh | 3 # Builds protoc executable into target/<OS>/<ARCH>/protoc.exe; optionally builds 4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe 6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET> 8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH> 10 # HOST <OS> <ARCH> <COMMENT> 27 ARCH=$2 90 if [[ "$ARCH" == x86_32 ]]; then 92 elif [[ "$ARCH" == x86_64 ]]; then 94 elif [[ "$ARCH" == aarch_64 ]]; then 96 elif [[ "$ARCH" == s390x ]]; then [all …]
|
| /third_party/PyYAML/.github/workflows/ |
| D | ci.yaml | 71 name: libyaml ${{matrix.cfg.arch}} ${{matrix.cfg.platform}} 76 - { platform: manylinux1, arch: x86_64 } 77 - { platform: manylinux2014, arch: x86_64 } 78 # - { platform: manylinux2014, arch: aarch64 } 79 # - { platform: manylinux2014, arch: s390x } 81 DOCKER_IMAGE: quay.io/pypa/${{matrix.cfg.platform}}_${{matrix.cfg.arch}} 88 key: libyaml_${{matrix.cfg.platform}}_${{matrix.cfg.arch}}_${{env.LIBYAML_REF}} 90 - name: configure docker foreign arch support 92 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true' 117 name: pyyaml ${{matrix.arch}} ${{matrix.platform}} ${{matrix.spec}} [all …]
|
| D | manual_artifact_build.yaml | 69 name: libyaml ${{matrix.cfg.arch}} ${{matrix.cfg.platform}} 74 - { platform: manylinux1, arch: x86_64 } 75 - { platform: manylinux2014, arch: x86_64 } 76 - { platform: manylinux2014, arch: aarch64 } 77 - { platform: manylinux2014, arch: s390x } 79 DOCKER_IMAGE: quay.io/pypa/${{matrix.cfg.platform}}_${{matrix.cfg.arch}} 86 key: libyaml_${{matrix.cfg.platform}}_${{matrix.cfg.arch}}_${{env.LIBYAML_REF}} 88 - name: configure docker foreign arch support 90 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true' 115 name: pyyaml ${{matrix.arch}} ${{matrix.platform}} ${{matrix.spec}} [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| D | conformance_testing_test.cc | 123 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef 127 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P() 172 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 173 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 176 if (std::is_destructible<arch>::value) { in TYPED_TEST_P() 177 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P() 178 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P() 179 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P() 183 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() 184 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P() [all …]
|
| /third_party/musl/scripts/ |
| D | search_source_files.py | 24 def arch_file_search(path, arch): argument 26 target_path = path + "/" + arch 54 def get_arch_srcs(path, arch): argument 61 arch_srcs += arch_file_search(cur_path, arch) 62 elif os.path.isdir(path + "/" + src_dir + "/" + arch): 63 src_path = path + "/" + src_dir + "/" + arch 86 def replace_srcs_with_arch(base_srcs, arch_srcs, arch): argument 90 fake_name = change_subfix(src.replace("/" + arch, "")) 120 def get_header_dirs(path, arch): argument 122 path + "/arch/" + arch + "/bits", [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-win.yml | 24 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019} 25 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019} 26 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022} 27 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022} 28 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: ASAN} 29 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022, config: UBSAN} 30 - {toolchain: Visual Studio 17 2022, arch: arm64, server: 2022} 36 -G "${{ matrix.config.toolchain }}" -A ${{ matrix.config.arch }} 50 if: ${{ matrix.config.arch != 'arm64' }} 55 if: ${{ matrix.config.arch != 'arm64' }} [all …]
|
| /third_party/musl/ |
| D | musl_src.gni | 1623 "arch/generic/crtbrand.s", 1845 "arch/arm/bits/fcntl.h", 1846 "arch/arm/bits/fenv.h", 1847 "arch/arm/bits/float.h", 1848 "arch/arm/bits/hwcap.h", 1849 "arch/arm/bits/ioctl_fix.h", 1850 "arch/arm/bits/ipcstat.h", 1851 "arch/arm/bits/msg.h", 1852 "arch/arm/bits/posix.h", 1853 "arch/arm/bits/ptrace.h", [all …]
|
| D | Makefile | 23 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 28 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 62 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 76 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 79 -include $(srcdir)/arch/$(ARCH)/arch.mak 81 ifeq ($(ARCH),) 84 @echo "Please set ARCH in config.mak before running make." [all …]
|
| D | configure | 320 # Convert to just ARCH 324 arm*) ARCH=arm ;; 325 aarch64*) ARCH=aarch64 ;; 326 i?86-nt32*) ARCH=nt32 ;; 327 i?86*) ARCH=i386 ;; 328 x86_64-x32*|x32*|x86_64*x32) ARCH=x32 ;; 329 x86_64-nt64*) ARCH=nt64 ;; 330 x86_64*) ARCH=x86_64 ;; 331 loongarch64*) ARCH=loongarch64 ;; 332 m68k*) ARCH=m68k ;; [all …]
|
| /third_party/lwip/src/include/lwip/prot/ |
| D | nd6.h | 40 #include "lwip/arch.h" 50 # include "arch/bpstruct.h" 63 # include "arch/epstruct.h" 68 # include "arch/bpstruct.h" 82 # include "arch/epstruct.h" 90 # include "arch/bpstruct.h" 102 # include "arch/epstruct.h" 115 # include "arch/bpstruct.h" 131 # include "arch/epstruct.h" 136 # include "arch/bpstruct.h" [all …]
|
| /third_party/node/deps/base64/ |
| D | base64.gyp | 18 'base64/lib/arch/generic/codec.c', 30 'sources': [ 'base64/lib/arch/neon32/codec.c' ], 38 'sources': [ 'base64/lib/arch/neon64/codec.c' ], 61 'base64/lib/arch/ssse3/codec.c', 62 'base64/lib/arch/sse41/codec.c', 63 'base64/lib/arch/sse42/codec.c', 64 'base64/lib/arch/avx/codec.c', 65 'base64/lib/arch/avx2/codec.c', 66 'base64/lib/arch/avx512/codec.c', 76 'sources': [ 'base64/lib/arch/ssse3/codec.c' ], [all …]
|
| /third_party/node/deps/base64/base64/ |
| D | Makefile | 7 lib/arch/avx512/codec.o \ 8 lib/arch/avx2/codec.o \ 9 lib/arch/generic/codec.o \ 10 lib/arch/neon32/codec.o \ 11 lib/arch/neon64/codec.o \ 12 lib/arch/ssse3/codec.o \ 13 lib/arch/sse41/codec.o \ 14 lib/arch/sse42/codec.o \ 15 lib/arch/avx/codec.o \ 93 lib/arch/avx512/codec.o: CFLAGS += $(AVX512_CFLAGS) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | Architecture.cpp | 21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() argument 24 return AK_##Arch; in getArchitectureFromCpuType() 33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 39 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() argument 40 switch (Arch) { in getArchitectureName() 41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() argument 42 case AK_##Arch: \ in getArchitectureName() 43 return #Arch; in getArchitectureName() 55 std::pair<uint32_t, uint32_t> getCPUTypeFromArchitecture(Architecture Arch) { in getCPUTypeFromArchitecture() argument 56 switch (Arch) { in getCPUTypeFromArchitecture() [all …]
|
| /third_party/musl/porting/linux/user/ |
| D | Makefile | 23 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 28 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 62 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 76 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 79 -include $(srcdir)/arch/$(ARCH)/arch.mak 81 ifeq ($(ARCH),) 84 @echo "Please set ARCH in config.mak before running make." [all …]
|
| /third_party/musl/porting/liteos_a/user_debug/ |
| D | Makefile | 23 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 28 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 62 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 76 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 79 -include $(srcdir)/arch/$(ARCH)/arch.mak 81 ifeq ($(ARCH),) 84 @echo "Please set ARCH in config.mak before running make." [all …]
|
| /third_party/musl/scripts/linux/ |
| D | Makefile | 23 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 28 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 50 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 59 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 60 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 62 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 76 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 79 -include $(srcdir)/arch/$(ARCH)/arch.mak 81 ifeq ($(ARCH),) 84 @echo "Please set ARCH in config.mak before running make." [all …]
|
| /third_party/ltp/ci/ |
| D | debian.cross-compile.sh | 5 if [ -z "$ARCH" ]; then 6 echo "missing \$ARCH!" >&2 10 case "$ARCH" in 13 s390x) gcc_arch="$ARCH";; 14 *) echo "unsupported arch: '$ARCH'!" >&2; exit 1;; 17 dpkg --add-architecture $ARCH 22 libc6-dev-${ARCH}-cross \ 23 libmnl-dev:$ARCH \ 24 libtirpc-dev:$ARCH
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| D | Target.h | 27 Target(Architecture Arch, PlatformKind Platform) in Target() argument 28 : Arch(Arch), Platform(Platform) {} in Target() 30 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {} in Target() 36 Architecture Arch; variable 41 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform); 45 return std::tie(LHS.Arch, LHS.Platform) != std::tie(RHS.Arch, RHS.Platform); 49 return std::tie(LHS.Arch, LHS.Platform) < std::tie(RHS.Arch, RHS.Platform); 53 return LHS.Arch == RHS; 57 return LHS.Arch != RHS;
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 32 # each arch. Fetch and extract now. 37 for arch in \ 44 rm -rf build-$arch 45 meson build-$arch \ 46 --cross-file=/cross_file-$arch.txt \ 47 --libdir=lib/$arch \ 56 ninja -C build-$arch install 77 for arch in \ 83 ccarch=${arch} 84 if [ "${arch}" == 'arm-linux-androideabi' ] [all …]
|
| /third_party/rust/crates/rustix/ |
| D | build.rs | 7 const OUTLINE_PATH: &str = "src/backend/linux_raw/arch/outline"; 26 let arch = var("CARGO_CFG_TARGET_ARCH").unwrap(); in main() localVariable 27 let asm_name = format!("{}/{}.s", OUTLINE_PATH, arch); in main() 34 let is_x32 = arch == "x86_64" && pointer_width == "32"; in main() 35 let is_arm64_ilp32 = arch == "aarch64" && pointer_width == "32"; in main() 36 let is_powerpc64be = arch == "powerpc64" && endian == "big"; in main() 37 let is_mipseb = arch == "mips" && endian == "big"; in main() 38 let is_mips64eb = arch == "mips64" && endian == "big"; in main() 87 if (feature_rustc_dep_of_std || can_compile("use std::arch::asm;")) in main() 88 && (arch != "x86" || has_feature("naked_functions")) in main() [all …]
|
| D | OAT.xml | 70 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_mip… 71 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_mip… 72 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_pow… 73 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_ris… 74 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_x86… 75 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/debug/librustix_outline_aarch… 76 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/release/librustix_outline_x86… 77 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/debug/librustix_outline_arm.a… 78 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/debug/librustix_outline_mips.… 79 …<filteritem type="filepath" name="src/backend/linux_raw/arch/outline/debug/librustix_outline_mips6… [all …]
|
| /third_party/node/deps/openssl/config/ |
| D | openssl.gypi.tmpl | 10 'openssl_sources_%%-$arch-%%': [ 12 $OUT .= " './config/archs/$arch/$asm/$src',\n"; 14 'openssl_defines_%%-$arch-%%': [ 30 'openssl_cflags_%%-$arch-%%': [ 34 'openssl_ex_libs_%%-$arch-%%': [ 45 'defines': ['<@(openssl_defines_%%-$arch-%%)'], 47 $OUT = " 'cflags' : ['<@(openssl_cflags_$arch)'], 48 'libraries': ['<@(openssl_ex_libs_$arch)'],"; 50 'sources': ['<@(openssl_sources)', '<@(openssl_sources_%%-$arch-%%)'], 53 'defines': ['<@(openssl_defines_%%-$arch-%%)'],
|