/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/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/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_fuchsia | 13 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_core_validation.so 14 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_image_pipe_swapchain.so 15 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_object_tracker.so 16 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_parameter_validation.so 17 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_threading.so 18 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libVkLayer_unique_objects.so 19 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libasync-default.so 20 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libfdio.so 21 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libmemfs.so 22 FILE: ../../../fuchsia/sdk/linux/arch/arm64/dist/libsvc.so [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/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/grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 106 def __init__(self, platform, arch, py_version): argument 107 self.name = 'python_%s_%s_%s' % (platform, arch, py_version) 109 self.arch = arch 110 self.labels = ['artifact', 'python', platform, arch, py_version] 133 'tools/dockerfile/grpc_artifact_linux_{}'.format(self.arch), 137 docker_base_image='quay.io/grpc/raspbian_{}'.format(self.arch), 140 if self.arch == 'x86': 154 (self.platform, self.arch), 169 self.py_version, '32' if self.arch == 'x86' else '64' 191 def __init__(self, platform, arch): argument [all …]
|
D | distribtest_targets.py | 84 def __init__(self, platform, arch, docker_suffix=None, argument 86 self.name = 'csharp_%s_%s' % (platform, arch) 88 self.arch = arch 90 self.labels = ['distribtest', 'csharp', platform, arch] 110 (self.docker_suffix, self.arch), 121 if self.arch == 'x64': 146 def __init__(self, platform, arch, docker_suffix, source=False): argument 149 self.name = 'python_dev_%s_%s_%s' % (platform, arch, docker_suffix) 151 self.name = 'python_%s_%s_%s' % (platform, arch, docker_suffix) 153 self.arch = arch [all …]
|
/third_party/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/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/mindspore/mindspore/lite/src/registry/ |
D | register_kernel_impl.cc | 52 Status RegistryKernelImpl::RegCustomKernel(const std::string &arch, const std::string &provider, Da… in RegCustomKernel() argument 66 auto arch_iter = provider_iter->second.find(arch); in RegCustomKernel() 69 MS_LOG(ERROR) << "register too many arch!"; in RegCustomKernel() 80 if (custom_kernel_creators_[provider][arch][type] == nullptr) { in RegCustomKernel() 81 custom_kernel_creators_[provider][arch][type] = in RegCustomKernel() 83 if (custom_kernel_creators_[provider][arch][type] == nullptr) { in RegCustomKernel() 84 … MS_LOG(ERROR) << "malloc custom kernel creator fail!provider: " << provider << ", arch: " << arch; in RegCustomKernel() 89 custom_kernel_creators_[provider][arch][type][data_type_index] = creator; in RegCustomKernel() 93 Status RegistryKernelImpl::RegKernel(const std::string &arch, const std::string &provider, DataType… in RegKernel() argument 99 KernelDesc desc = {data_type, type, arch, provider}; in RegKernel() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/ |
D | makemacpkg.in | 121 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$LIBJPEG_DSO_NAME \ 122 -arch x86_64 $PKGROOT/$LIBDIR/$LIBJPEG_DSO_NAME \ 125 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.a \ 126 -arch x86_64 $PKGROOT/$LIBDIR/libjpeg.a \ 129 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$TURBOJPEG_DSO_NAME \ 130 -arch x86_64 $PKGROOT/$LIBDIR/$TURBOJPEG_DSO_NAME \ 133 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libturbojpeg.a \ 134 -arch x86_64 $PKGROOT/$LIBDIR/libturbojpeg.a \ 137 -arch i386 $TMPDIR/dist.x86/$BINDIR/cjpeg \ 138 -arch x86_64 $PKGROOT/$BINDIR/cjpeg \ [all …]
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | mingw.py | 74 arch = value[1].strip() 75 if arch == 'x32': 76 arch = 'i686' 77 elif arch == 'x64': 78 arch = 'x86_64' 79 arch = version.setdefault(arch, {}) 80 threading = arch.setdefault(value[2].strip(), {}) 172 def root(location = None, arch = None, version = None, threading = None, argument 180 if not (arch and version and threading and exceptions and revision): 185 if not arch: [all …]
|
/third_party/grpc/src/csharp/experimental/ |
D | build_native_ext_for_ios.sh | 25 ARCH="$2" 31 …CPPFLAGS="-O2 -Wframe-larger-than=16384 -arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) … 32 LDFLAGS="-arch $ARCH -isysroot $(xcrun --sdk $SDK --show-sdk-path) -Wl,ios_version_min=9.0" 36 VALID_CONFIG_ios_$ARCH="1" \ 37 CC_ios_$ARCH="$PATH_CC" \ 38 CXX_ios_$ARCH="$PATH_CXX" \ 39 LD_ios_$ARCH="$PATH_CC" \ 40 LDXX_ios_$ARCH="$PATH_CXX" \ 41 CPPFLAGS_ios_$ARCH="$CPPFLAGS" \ 42 LDFLAGS_ios_$ARCH="$LDFLAGS" \ [all …]
|
/third_party/libjpeg-turbo/release/ |
D | makemacpkg.in | 123 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$LIBJPEG_DSO_NAME \ 124 -arch x86_64 $PKGROOT/$LIBDIR/$LIBJPEG_DSO_NAME \ 127 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.a \ 128 -arch x86_64 $PKGROOT/$LIBDIR/libjpeg.a \ 131 -arch i386 $TMPDIR/dist.x86/$LIBDIR/$TURBOJPEG_DSO_NAME \ 132 -arch x86_64 $PKGROOT/$LIBDIR/$TURBOJPEG_DSO_NAME \ 135 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libturbojpeg.a \ 136 -arch x86_64 $PKGROOT/$LIBDIR/libturbojpeg.a \ 139 -arch i386 $TMPDIR/dist.x86/$BINDIR/cjpeg \ 140 -arch x86_64 $PKGROOT/$BINDIR/cjpeg \ [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/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/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/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/musl/porting/linux/user/ |
D | Makefile | 22 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 27 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 49 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 58 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 59 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 61 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 75 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 78 -include $(srcdir)/arch/$(ARCH)/arch.mak 80 ifeq ($(ARCH),) 83 @echo "Please set ARCH in config.mak before running make." [all …]
|
/third_party/musl/ |
D | Makefile | 22 ARCH_GLOBS = $(addsuffix /$(ARCH)/*.[csS],$(SRC_DIRS)) 27 REPLACED_OBJS = $(sort $(subst /$(ARCH)/,/,$(ARCH_OBJS))) 49 CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I$(srcdir)/arch/$(ARCH) -I$(srcdir)/arch/generic -Iobj/src/inter… 58 ARCH_INCLUDES = $(wildcard $(srcdir)/arch/$(ARCH)/bits/*.h) 59 GENERIC_INCLUDES = $(wildcard $(srcdir)/arch/generic/bits/*.h) 61 …%=%) $(GENH:obj/%=%) $(ARCH_INCLUDES:$(srcdir)/arch/$(ARCH)/%=include/%) $(GENERIC_INCLUDES:$(srcd… 75 LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1 78 -include $(srcdir)/arch/$(ARCH)/arch.mak 80 ifeq ($(ARCH),) 83 @echo "Please set ARCH in config.mak before running make." [all …]
|
/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/node/ |
D | android-configure | 4 # source android-configure <path_to_ndk> [arch] 8 # modules with npm. Also, don't forget to set the arch in npm config using 9 # 'npm config set arch=<arch>' 17 ARCH="$2" 26 case $ARCH in 38 ARCH="x64" 43 ARCH="arm64" 46 echo "Unsupported architecture provided: $ARCH" 72 GYP_DEFINES="target_arch=$ARCH" 73 GYP_DEFINES+=" v8_target_arch=$ARCH" [all …]
|
/third_party/NuttX/ |
D | LICENSE | 493 arch/xtensa/src/esp32/chip_macros.h 517 arch/arm/src/arm/arm_cache.S 558 arch/arm/src/armv6-m/arm_exception.S 596 arch/arm/src/armv7-a/cp15_cacheops.h 597 arch/arm/src/armv7-a/cp15_clean_dcache.S 598 arch/arm/src/armv7-a/cp15_coherent_dcache.S 599 arch/arm/src/armv7-a/cp15_flush_dcache.S 600 arch/arm/src/armv7-a/cp15_invalidate_dcache.S 601 arch/arm/src/armv7-a/cp15_invalidate_dcache_all.S 641 arch/arm/src/armv7-m/arm_cache.c [all …]
|