Home
last modified time | relevance | path

Searched +full:s390x +full:- +full:rules (Results 1 – 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/
Dopenssl_asm_avx2.gypi4 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl.gypi'],
6 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl.gypi'],
7 }, 'target_arch=="s390x" and OS=="linux"', {
8 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl.gypi'],
10 'includes': ['config/archs/linux-armv4/asm_avx2/openssl.gypi'],
12 'includes': ['config/archs/linux-aarch64/asm_avx2/openssl.gypi'],
14 'includes': ['config/archs/BSD-x86/asm_avx2/openssl.gypi'],
16 'includes': ['config/archs/linux-elf/asm_avx2/openssl.gypi'],
18 'includes': ['config/archs/darwin-i386-cc/asm_avx2/openssl.gypi'],
20 'includes': ['config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi'],
[all …]
Dopenssl-fips_asm_avx2.gypi4 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-fips.gypi'],
6 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-fips.gypi'],
7 }, 'target_arch=="s390x" and OS=="linux"', {
8 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl-fips.gypi'],
10 'includes': ['config/archs/linux-armv4/asm_avx2/openssl-fips.gypi'],
12 'includes': ['config/archs/linux-aarch64/asm_avx2/openssl-fips.gypi'],
14 'includes': ['config/archs/BSD-x86/asm_avx2/openssl-fips.gypi'],
16 'includes': ['config/archs/linux-elf/asm_avx2/openssl-fips.gypi'],
18 'includes': ['config/archs/darwin-i386-cc/asm_avx2/openssl-fips.gypi'],
20 'includes': ['config/archs/solaris-x86-gcc/asm_avx2/openssl-fips.gypi'],
[all …]
Dopenssl_asm.gypi4 'includes': ['config/archs/aix64-gcc-as/asm/openssl.gypi'],
6 'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'],
7 }, 'target_arch=="s390x" and OS=="linux"', {
8 'includes': ['config/archs/linux64-s390x/asm/openssl.gypi'],
10 'includes': ['config/archs/linux-armv4/asm/openssl.gypi'],
12 'includes': ['config/archs/linux-aarch64/asm/openssl.gypi'],
14 'includes': ['config/archs/darwin64-arm64-cc/asm/openssl.gypi'],
16 'includes': ['config/archs/BSD-x86/asm/openssl.gypi'],
18 'includes': ['config/archs/linux-elf/asm/openssl.gypi'],
20 'includes': ['config/archs/darwin-i386-cc/asm/openssl.gypi'],
[all …]
Dopenssl-fips_asm.gypi4 'includes': ['config/archs/aix64-gcc-as/asm/openssl-fips.gypi'],
6 'includes': ['config/archs/linux-ppc64le/asm/openssl-fips.gypi'],
7 }, 'target_arch=="s390x" and OS=="linux"', {
8 'includes': ['config/archs/linux64-s390x/asm/openssl-fips.gypi'],
10 'includes': ['config/archs/linux-armv4/asm/openssl-fips.gypi'],
12 'includes': ['config/archs/linux-aarch64/asm/openssl-fips.gypi'],
14 'includes': ['config/archs/darwin64-arm64-cc/asm/openssl-fips.gypi'],
16 'includes': ['config/archs/BSD-x86/asm/openssl-fips.gypi'],
18 'includes': ['config/archs/linux-elf/asm/openssl-fips.gypi'],
20 'includes': ['config/archs/darwin-i386-cc/asm/openssl-fips.gypi'],
[all …]
DREADME.md1 This has a new binding scheme in building OpenSSL-3.0.0 library with
2 Node.js. OpenSSL-3.0.0 uses a new build system with `Perl` for various
4 `openssl/Configurations/README-design.md` in the OpenSSL source for
9 and header files ) are pre-generated and stored into the
12 - `config/Makefile` and `config/generate_gypi.pl`
21 to `nmake` command. `config/Makefile_VC-WIN32` and
22 `config/Makefile_VC-WIN64A` are made by hand for the use of GNU
23 make. If `makefile` rules or targets are changed in the version up
26 - gyp and gypi files (`openssl*.{gyp,gypi}`)
28 `openssl.gyp` has two targets of openssl and openssl-cli referred
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs9 // The signedness of `char` is platform-specific, however a consequence
10 // of it being platform-specific is that any code which depends on the
11 // signedness of `char` is already non-portable. So we can just use `u8`
16 // and char is always 8-bit.
21 // others and use the fixed-width types.
68 fn eq(&self, other: &Self) -> bool { in eq()
88 pub unsafe fn CMSG_ALIGN(len: c_uint) -> c_uint { in CMSG_ALIGN()
90 (len + c_long_size - 1) & !(c_long_size - 1) in CMSG_ALIGN()
93 pub unsafe fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar { in CMSG_DATA()
97 pub unsafe fn CMSG_SPACE(len: c_uint) -> c_uint { in CMSG_SPACE()
[all …]
/third_party/node/deps/v8/bazel/config/
Dv8-target-cpu.bzl2 # Use of this source code is governed by a BSD-style license that can be
5 """Build rules to choose the v8 target architecture."""
17 allowed_values = ["arm", "arm64", "ia32", "ppc64le", "riscv64", "s390x", "x64", "none"]
/third_party/libunwind/src/
DMakefile.am5 # Don't link with start-files since we don't use any constructors/destructors:
14 lib_LTLIBRARIES += libunwind-ptrace.la
17 lib_LTLIBRARIES += libunwind-coredump.la
25 pkgconfig_DATA = libunwind-generic.pc
32 pkgconfig_DATA += ptrace/libunwind-ptrace.pc
36 pkgconfig_DATA += setjmp/libunwind-setjmp.pc
40 pkgconfig_DATA += coredump/libunwind-coredump.pc
43 ### libunwind-ptrace:
54 ### libunwind-coredump:
71 -version-info $(COREDUMP_SO_VERSION)
[all …]
/third_party/node/deps/v8/tools/testrunner/local/
Dstatusfile.py62 "x64", "ppc", "ppc64", "s390", "s390x", "macos", "windows",
81 """Merges variant dependent and independent rules."""
85 rules = self._rules.get(key, {})
88 if testname in rules:
89 outcomes |= rules[testname]
98 """Finds and prints unused rules in status file.
105 check_variant_rules: if set variant dependent rules are checked
137 print('Unused rule: %s -> %s (%s)' % (rule, value, variant_desc))
166 condition, section, variables, variant, rules, prefix_rules): argument
175 rules[variant],
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 .no_scheduled_pipelines-rules:
13 rules:
14 - if: *is-scheduled-pipeline
18 # ---------------------------------------------------------------
19 .core-rules:
20 rules:
21 - !reference [.no_scheduled_pipelines-rules, rules]
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
/third_party/node/deps/v8/tools/cppgc/
Dgen_cmake.py4 # Use of this source code is governed by a BSD-style license that can be
30 | "(" expr ")" -> par_expr
35 ?assign_op : "=" -> asgn_op
36 | "+=" -> asgn_add_op
37 | "-=" -> asgn_sub_op
40 ?expr1 : expr1 "||" expr2 -> or
42 ?expr2 : expr2 "&&" expr3 -> and
44 ?expr3 : expr3 "==" expr4 -> eq
45 | expr3 "!=" expr4 -> ne
47 ?expr4 : expr4 "<=" expr5 -> le
[all …]
/third_party/node/
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python](#note-about-python)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
17 COVTESTS ?= test-cov
20 GNUMAKEFLAGS += --no-print-directory
27 PARALLEL_ARGS = -j $(JOBS)
33 TAP_V8 := --junitout $(PWD)/v8-tap.xml
34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
35 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2jit.33 PCRE2 - Perl-compatible regular expressions (revised API)
4 .SH "PCRE2 JUST-IN-TIME COMPILER SUPPORT"
7 Just-in-time compiling is a heavyweight optimization that can greatly speed up
14 one-off matches. JIT support is available for all of the 8-bit, 16-bit and
15 32-bit PCRE2 libraries.
17 JIT support applies only to the traditional Perl-compatible matching function.
26 --enable-jit (or equivalent CMake option) must be set when PCRE2 is built if
30 ARM 32-bit (v5, v7, and Thumb2)
31 ARM 64-bit
32 IBM s390x 64 bit
[all …]
/third_party/icu/icu4c/source/
Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/third_party/node/deps/cares/
Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/third_party/curl/
Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/third_party/python/
Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-08-14'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/third_party/elfutils/
DNEWS3 readelf: Add -D, --use-dynamic option.
5 debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply outgoing
8 debuginfod: Add --disable-source-scan option.
16 debuginfod: Support -C option for connection thread pooling.
18 debuginfod-client: Negative cache file are now zero sized instead of
19 no-permission files.
21 addr2line: The -A, --absolute option, which shows file names including
23 old behavior use the new option --relative.
27 libdw, debuginfo-client: Load libcurl lazily only when files need to
35 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files
[all …]
/third_party/elfutils/tests/
DChangeLog1 2022-11-01 Aaron Merey <amerey@redhat.com>
3 * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd
6 2022-10-31 Aaron Merey <amerey@redhat.com>
8 * Makefile.am (TESTS): Add run-debuginfod-section.sh.
9 * run-debuginfod-section.sh: New test.
11 2022-09-20 Yonggang Luo <luoyonggang@gmail.com>
13 * Makefile.am (EXTRA_DIST): Remove debuginfod-rpms/hello2.spec.
14 Add debuginfod-rpms/hello{2,3}.specfile.
15 * tests/debuginfod-rpms/hello2.spec.: Renamed to...
16 * tests/debuginfod-rpms/hello2.specfile: ...this.
[all …]
/third_party/elfutils/libebl/
DChangeLog1 2022-10-21 Yonggang Luo <luoyonggang@gmail.com>
6 2022-08-08 Andreas Schwab <schwab@suse.de>
11 2022-06-01 Ulrich Drepper <drepper@redhat.com>
15 * ebl-hooks.h (machine_flag_name): Ditto.
21 2021-12-21 Luca Boccassi <bluca@debian.org>
26 2021-09-06 Dmitry V. Levin <ldv@altlinux.org>
30 2021-04-19 Martin Liska <mliska@suse.cz>
35 2020-12-16 Dmitry V. Levin <ldv@altlinux.org>
39 2020-12-15 Dmitry V. Levin <ldv@altlinux.org>
53 2020-10-19 Mark Wielaard <mark@klomp.org>
[all …]
/third_party/pcre2/pcre2/doc/html/
Dpcre2jit.html16 <li><a name="TOC1" href="#SEC1">PCRE2 JUST-IN-TIME COMPILER SUPPORT</a>
31 <br><a name="SEC1" href="#TOC1">PCRE2 JUST-IN-TIME COMPILER SUPPORT</a><br>
33 Just-in-time compiling is a heavyweight optimization that can greatly speed up
40 one-off matches. JIT support is available for all of the 8-bit, 16-bit and
41 32-bit PCRE2 libraries.
44 JIT support applies only to the traditional Perl-compatible matching function.
51 --enable-jit (or equivalent CMake option) must be set when PCRE2 is built if
55 ARM 32-bit (v5, v7, and Thumb2)
56 ARM 64-bit
57 IBM s390x 64 bit
[all …]

123