Home
last modified time | relevance | path

Searched +full:make +full:- +full:test +full:- +full:32 +full:bit (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
12 permissions: read-all
15 make-all:
16 runs-on: ubuntu-latest
18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
19 - name: make all
20 run: make all
23 make-test:
[all …]
/external/pcre/
DREADME1 README file for PCRE2 (Perl-compatible regular expression library)
2 ------------------------------------------------------------------
4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to
15 pcre2-dev+subscribe@googlegroups.com.
20 https://groups.google.com/g/pcre2-dev
27 Building PCRE2 on non-Unix-like systems
32 Cross-compiling using autotools
40 --------------
43 functions, one for the 8-bit library, which processes strings of bytes, one for
[all …]
DNON-AUTOTOOLS-BUILD2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
48 processes. They are NOT referring to the underlying operating system bit width.
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
[all …]
/external/pcre/doc/html/
DREADME.txt1 README file for PCRE2 (Perl-compatible regular expression library)
2 ------------------------------------------------------------------
4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to
15 pcre2-dev+subscribe@googlegroups.com.
20 https://groups.google.com/g/pcre2-dev
27 Building PCRE2 on non-Unix-like systems
32 Cross-compiling using autotools
40 --------------
43 functions, one for the 8-bit library, which processes strings of bytes, one for
[all …]
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
26 configure/make (autotools) build system, as found in many Unix-like
31 environments, though it can also be run in Unix-like environments. See the
43 code unit width: 8, 16, or 32 bits. You can build any combination of them. The
46 ahead to the CMake section. Note that the settings concerned with 8-bit,
47 16-bit, and 32-bit code units relate to the type of data string that PCRE2
48 processes. They are NOT referring to the underlying operating system bit width.
49 You do not have to do anything special to compile in a 64-bit environment, for
61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the
64 An alternative approach is not to edit src/config.h, but to use -D on the
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dappveyor.yml6 # Github/Bitbucket only: per-file commit filtering
9 - .gitignore
10 - '**/*.md'
11 - .travis.yml
13 # List of build configurations to test.
15 - RelWithDebInfo
18 # CMAKE_EXTRA_OPTIONS: -DOPENSSL_ROOT_DIR=C:/OpenSSL-Win32
21 # MSVC 2015, 32-bit x86 (cmake)
22 - COMPILER: MSVC
27 # MSVC 2015, 64-bit x86 (cmake)
[all …]
/external/capstone/
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
12 *-*-*-*-*-*
27 pass the desired options on the commandline to ./make.sh. Currently,
30 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
32 - CAPSTONE_DIET: use this to make the output binaries more compact.
33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
35 - CAPSTONE_STATIC: build static library.
36 - CAPSTONE_SHARED: build dynamic (shared) library.
[all …]
/external/libdav1d/
DREADME.md5 **dav1d** is an **AV1** cross-platform **d**ecoder, open-source, and focused on speed and correctne…
7 It is now battle-tested and production-ready and can be used everywhere.
17 It supports all features from AV1, including all subsampling and bit-depth parameters.
23 …her VideoLAN projects, so that it can be embedded anywhere, including non-open-source software; or…
25 …is the same as for libvorbis, see [RMS on vorbis](https://lwn.net/2001/0301/a/rms-ov-license.php3).
35 4. Make it fast on desktop, by writing asm for AVX2 chips.
36 5. Make it fast on mobile, by writing asm for ARMv8 chips,
37 6. Make it fast on older desktop, by writing asm for SSSE3+ chips,
38 7. Make high bit-depth fast on mobile, by writing asm for ARMv8 chips.
39 8. Make it fast on older mobile, by writing asm for ARMv7 chips,
[all …]
/external/cronet/base/third_party/cityhash/
DREADME13 CityHash32() returns a 32-bit hash.
15 CityHash64() and similar return a 64-bit hash.
17 CityHash128() and similar return a 128-bit hash and are tuned for
28 on _mm_crc32_u64(). It returns a 256-bit hash.
34 Performance on long strings: 64-bit CPUs
55 slightly slower than CityHash128 on Intel x86-64 CPUs, but noticeably
56 faster on AMD x86-64 CPUs. For hashing long strings on AMD CPUs
60 Performance on short strings: 64-bit CPUs
70 ------------------------------------------------------------------------------
72 Murmur2 (64-bit) 6ns for 1 byte, or 6ns for 8 bytes, or 15ns for 64 bytes
[all …]
/external/fsverity-utils/scripts/
Drun-tests.sh2 # SPDX-License-Identifier: MIT
5 # Use of this source code is governed by an MIT-style
10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations,
13 # Note: for more test coverage, in addition to running this script, also build
14 # fsverity-utils into a kvm-xfstests test appliance and run
15 # 'kvm-xfstests -c ext4,f2fs -g verity'
17 set -e -u -o pipefail
31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX)
32 trap 'rm -r "$TMPDIR"' EXIT
36 echo "Starting fsverity-utils tests. See run-tests.log for full output."
[all …]
/external/libpcap/
Dconfigure.ac24 # These are the variables that are used in Makefile, pcap-config, and
44 # pcap-config, so that "pcap-config --libs --static" will report them.
47 # REQUIRES_PRIVATE: pkg-config package names for additional libraries
50 # so that "pkg-config --libs --static" will report them, and so that
54 # V_CCOPT: additional compiler flags other than -I and -D flags
58 # V_DEFS: additional -D compiler flags needed when compiling
61 # V_INCLS: additional -I compiler flags needed when compiling
65 # library needs to be linked. Used in Makwfile; not used in pcap-config
68 # that dynamic library doesn't have to link with those libraries -
74 # in pcap-config, so that "pcap-config --libs --static" will report
[all …]
/external/cronet/base/
Drand_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
29 TEST(RandUtilTest, RandInt) { in TEST() function
36 // the chances of this passing by accident are tiny (9e-13). in TEST()
41 TEST(RandUtilTest, RandDouble) { in TEST() function
42 // Force 64-bit precision, making sure we're not in a 80-bit FPU register. in TEST()
48 TEST(RandUtilTest, RandFloat) { in TEST() function
49 // Force 32-bit precision, making sure we're not in an 80-bit FPU register. in TEST()
55 TEST(RandUtilTest, RandTimeDelta) { in TEST() function
58 base::RandTimeDelta(-base::Seconds(2), -base::Seconds(1)); in TEST()
59 EXPECT_GE(delta, -base::Seconds(2)); in TEST()
[all …]
/external/python/cpython2/Lib/test/
Dtest_winreg.py1 # Test the windows specific win32reg module.
6 from test import test_support
10 # Do this first so test will be skipped if module doesn't exist
16 REMOTE_NAME = sys.argv[sys.argv.index("--remote")+1]
22 # Some tests should only run on 64-bit architectures where WOW64 will be.
31 # Use a per-process key to prevent concurrent test runs (buildbot!) from
33 test_key_base = "Python Test Key [%d] - Delete Me" % (os.getpid(),)
35 # On OS'es that support reflection we should test with a reflected key
42 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
44 ("Big String", "x"*(2**14-1), REG_SZ),
[all …]
/external/python/cpython3/Lib/test/
Dtest_winreg.py1 # Test the windows specific win32reg module.
6 from test.support import import_helper
10 # Do this first so test will be skipped if module doesn't exist
16 REMOTE_NAME = sys.argv[sys.argv.index("--remote")+1]
22 # Some tests should only run on 64-bit architectures where WOW64 will be.
31 # Use a per-process key to prevent concurrent test runs (buildbot!) from
33 test_key_base = "Python Test Key [%d] - Delete Me" % (os.getpid(),)
35 # On OS'es that support reflection we should test with a reflected key
43 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
44 ("Multi-nul", ["", "", "", ""], REG_MULTI_SZ),
[all …]
/external/libpcap/msdos/
Dreadme.dos2 ---------------
4 This file contains some notes on building and using libpcap for MS-DOS.
8 - Borland C 4.0+ small or large model.
9 - Metaware HighC 3.1+ with PharLap DOS-extender
10 - GNU C 2.7+ with djgpp 2.01+ DOS extender
11 - Watcom C 11.x with DOS4GW extender
19 Files specific to DOS are pcap-dos.[ch] and the assembly and C files in
20 the MSDOS sub-directory. Remember to built the libpcap library from the top
21 install directory. And not from the MSDOS sub-directory.
25 distribution does NOT contain any sources for building 32-bit drivers.
[all …]
/external/vulkan-validation-layers/
DBUILD.md8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer
40 ## Repository Set-Up
[all …]
/external/elfutils/tests/
Drun-large-elf-file.sh19 . $srcdir/test-subr.sh
21 # Only run on 64bit systems, 32bit systems don't support > 4GB
25 if test $long_bit -ne 64; then
26 echo "Only 64bit systems can create > 4GB ELF files"
30 # The test binary also needs to be 64bits itself
32 testrun ${abs_top_builddir}/src/readelf -h ${abs_builddir}/addsections | grep ELF32 \
33 && elfclass=32
35 if test $elfclass -ne 64; then
36 echo "Only 64bit binaries can create > 4GB ELF files"
40 # These tests need lots of disk space since they test files > 4GB.
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
34 - GCC v4.1 (or later) or Clang recommended for best performance
36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[all …]
/external/lz4/.github/workflows/
DREADME.md5 ## USAN, ASAN (`lz4-ubsan-x64`, `lz4-ubsan-x86`, `lz4-asan-x64`)
7 For now, `lz4-ubsan-*` ignores the exit code of `make usan` and `make usan32`.
10 We'll fully enable it when we ensure `make usan` is ready for all commits and PRs.
15 ## C Compilers (`lz4-c-compilers`)
17 - Our test doesn't use `gcc-4.5` due to installation issue of its package. (`apt-get install gcc-4…
19 - Currently, the following 32bit executable tests fail with all versions of `clang`.
20 - `CC=clang-X CFLAGS='-O3' make V=1 -C tests clean test-lz4c32`
21 - `CC=clang-X CFLAGS='-O3 -mx32' make V=1 -C tests clean test-lz4c32`
22 - See [#991](https://github.com/lz4/lz4/issues/991) for details.
24 - Currently, the following 32bit executable tests fail with `gcc-11`
[all …]
/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[all …]
/external/cronet/third_party/protobuf/objectivec/DevTools/
Dfull_mac_build.sh6 set -eu
9 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")")
23 -h, --help
25 -c, --clean
27 -a, --autogen
29 -r, --regenerate-descriptors
32 -j #, --jobs #
34 --core-only
36 --skip-xcode
37 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
[all …]
/external/protobuf/objectivec/DevTools/
Dfull_mac_build.sh6 set -eu
9 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")")
23 -h, --help
25 -c, --clean
27 -a, --autogen
29 -r, --regenerate-descriptors
32 -j #, --jobs #
34 --core-only
36 --skip-xcode
37 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
[all …]
/external/linux-kselftest/tools/testing/selftests/vm/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 uname_M := $(shell uname -m 2>/dev/null || echo not)
7 MACHINE ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/')
9 # Without this, failed build products remain, with up-to-date timestamps,
10 # thus tricking Make (and you!) into believing that All Is Well, in subsequent
11 # make invocations:
14 # Avoid accidental wrong builds, due to built-in rules working just a little
15 # bit too well--but not quite as well as required for our situation here.
17 # In other words, "make userfaultfd" is supposed to fail to build at all,
18 # because this Makefile only supports either "make" (all), or "make /full/path".
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
36 Fixed some use-after-free bug in resize2fs and e2fsck.
49 ------------------
51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop
89 forever. (Addresses-Launchpad-Bug: #1321958)
101 The e4defrag program will now defrag backwards-allocated files.
120 Fixed a double close(2) bug in "rdump" and "rdump -p".
124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
134 Updated/fixed various man pages. (Addresses-Debian-Bug: #726760)
[all …]
/external/OpenCSD/decoder/docs/
Dbuild_libs.md4 @brief How to build the library and test programs and include the library in an application
7 ----------------
10 - Linux and Windows, x86 or x64 hosts.
11 - ARM linux - AArch32 and AArch64
12 - ARM aarch32 and aarch64 libs, x-compiled on x86/64 hosts.
18 --------------------
20 The library and test programs are built from the library `./build/<platform>` directory, where
21 <platform> is either 'linux' or 'win-vs2022'
23 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
29 libraries in `decoder/lib/<tgt_dir>`, and also as a sub-directory of the build process for
[all …]

12345678910>>...44