/third_party/python/Lib/test/ |
D | test__osx_support.py | 124 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 125 'LDFLAGS': '-arch ppc -arch i386 -g', 127 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 128 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 134 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 135 'LDFLAGS': '-arch ppc -arch i386 -g', 137 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 138 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 157 'CFLAGS': '-fno-strict-aliasing -g -O3 -arch ppc -arch i386 ', 158 '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/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/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/libunwind/scripts/ |
D | kernel-files.txt | 1 $udir/include/tdep-ia64/rse.h $kdir/arch/ia64/unwind/rse.h 2 $udir/src/ia64/Ginit_local.c $kdir/arch/ia64/unwind/init_local.c 3 $udir/src/ia64/Gis_signal_frame.c $kdir/arch/ia64/unwind/is_signal_frame.c 4 $udir/src/ia64/Gparser.c $kdir/arch/ia64/unwind/parser.c 5 $udir/src/ia64/Grbs.c $kdir/arch/ia64/unwind/rbs.c 6 $udir/src/ia64/Gregs.c $kdir/arch/ia64/unwind/regs.c 7 $udir/src/ia64/Gscript.c $kdir/arch/ia64/unwind/script.c 8 $udir/src/ia64/Gstep.c $kdir/arch/ia64/unwind/step.c 9 $udir/src/ia64/init.h $kdir/arch/ia64/unwind/init.h 10 $udir/src/ia64/offsets.h $kdir/arch/ia64/unwind/offsets.h [all …]
|
/third_party/node/deps/base64/base64/ |
D | Makefile | 7 lib/arch/avx2/codec.o \ 8 lib/arch/generic/codec.o \ 9 lib/arch/neon32/codec.o \ 10 lib/arch/neon64/codec.o \ 11 lib/arch/ssse3/codec.o \ 12 lib/arch/sse41/codec.o \ 13 lib/arch/sse42/codec.o \ 14 lib/arch/avx/codec.o \ 78 lib/arch/avx2/codec.o: CFLAGS += $(AVX2_CFLAGS) 79 lib/arch/neon32/codec.o: CFLAGS += $(NEON32_CFLAGS) [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/ |
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 | musl_src.gni | 1794 "arch/arm/bits/fcntl.h", 1795 "arch/arm/bits/fenv.h", 1796 "arch/arm/bits/float.h", 1797 "arch/arm/bits/hwcap.h", 1798 "arch/arm/bits/ioctl_fix.h", 1799 "arch/arm/bits/ipcstat.h", 1800 "arch/arm/bits/msg.h", 1801 "arch/arm/bits/posix.h", 1802 "arch/arm/bits/ptrace.h", 1803 "arch/arm/bits/reg.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' ], 59 'base64/lib/arch/ssse3/codec.c', 60 'base64/lib/arch/sse41/codec.c', 61 'base64/lib/arch/sse42/codec.c', 62 'base64/lib/arch/avx/codec.c', 63 'base64/lib/arch/avx2/codec.c', 73 'sources': [ 'base64/lib/arch/ssse3/codec.c' ], 89 'sources': [ 'base64/lib/arch/sse41/codec.c' ], [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/gn/src/util/ |
D | sys_info.cc | 26 std::string arch(info.machine); in OperatingSystemArchitecture() local 28 if (arch == "i386" || arch == "i486" || arch == "i586" || arch == "i686") { in OperatingSystemArchitecture() 29 arch = "x86"; in OperatingSystemArchitecture() 30 } else if (arch == "i86pc") { in OperatingSystemArchitecture() 34 arch = "x86_64"; in OperatingSystemArchitecture() 35 } else if (arch == "amd64") { in OperatingSystemArchitecture() 36 arch = "x86_64"; in OperatingSystemArchitecture() 38 arch = "ppc64"; in OperatingSystemArchitecture() 40 arch = "s390x"; in OperatingSystemArchitecture() 42 return arch; in OperatingSystemArchitecture()
|
/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/openh264/ |
D | README.md | 75 You can also set `ARCH`, `NDKLEVEL` according to your device and NDK version. 76 `ARCH` specifies the architecture of android device. Currently `arm`, `arm64`, `x86` and `x86_64` a… 80 ABIs, add `ARCH=arm64`, `ARCH=x86`, `ARCH=x86_64`, `ARCH=mips` or `ARCH=mips64`. 81 To build for the older `armeabi` ABI (which has armv5te as baseline), add `APP_ABI=armeabi` (`ARCH=… 92 make OS=ios ARCH=**ARCH** 94 Valid values for `**ARCH**` are the normal iOS architecture names such as 107 make OS=linux ARCH=**ARCH** 109 You can set `ARCH` according to your linux device . 110 `ARCH` specifies the architecture of the device. Currently `arm`, `arm64`, `x86` and `x86_64` are s… 114 make OS=linux CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ ARCH=arm64 [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/libbpf/.github/workflows/ |
D | build.yml | 46 name: Ubuntu Focal Build (${{ matrix.arch }}) 51 - arch: aarch64 52 - arch: ppc64le 53 - arch: s390x 54 - arch: x86 61 if: matrix.arch == 'x86' 63 - uses: uraimo/run-on-arch-action@v2.0.5 65 if: matrix.arch != 'x86' 69 arch: 70 ${{ matrix.arch }}
|