| /freebsd-13-stable/contrib/kyua/bootstrap/ |
| HD | testsuite.at | 105 AT_SETUP([run test case that passes]) 109 AT_CHECK([RUN_ATF_HELPERS([passes])], [0], [stdout], []) 111 AT_CHECK([grep "atf_helpers:passes.*passed" stdout], [0], [ignore], []) 124 AT_CHECK([grep "atf_helpers:passes" stdout], [1], [], []) 136 AT_CHECK([grep "atf_helpers:passes" stdout], [1], [], []) 147 AT_CHECK([RUN_ATF_HELPERS([passes skips])], [0], [stdout], []) 149 AT_CHECK([grep "atf_helpers:passes.*passed" stdout], [0], [ignore], []) 160 AT_CHECK([RUN_ATF_HELPERS([fails passes])], [1], [stdout], []) 163 AT_CHECK([grep "atf_helpers:passes.*passed" stdout], [0], [ignore], []) 173 AT_CHECK([RUN_ATF_HELPERS([fails passes skips])], [1], [stdout], []) [all …]
|
| HD | atf_helpers.cpp | 42 ATF_TEST_CASE_WITHOUT_HEAD(passes); 43 ATF_TEST_CASE_BODY(passes) in ATF_TEST_CASE_BODY() argument 68 ATF_ADD_TEST_CASE(tcs, passes); in ATF_INIT_TEST_CASES()
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_clockcalib.c | 43 uint64_t clk0, clk1, clk_delay, n, passes = 0; in clockcalib() local 152 passes++; in clockcalib() 154 passes = 0; in clockcalib() 157 if (passes * 2 > n) { in clockcalib()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| HD | send_realloc_files.ksh | 66 passes=2 69 passes=3 72 for i in {1..$passes}; do
|
| HD | send_realloc_encrypted_files.ksh | 74 passes=2 77 passes=3 80 for i in {1..$passes}; do
|
| /freebsd-13-stable/sys/contrib/openzfs/config/ |
| HD | kernel-get-link.m4 | 53 AC_MSG_CHECKING([whether iops->get_link() passes delayed]) 67 AC_MSG_CHECKING([whether iops->get_link() passes cookie]) 80 [whether iops->follow_link() passes cookie]) 92 [whether iops->follow_link() passes nameidata])
|
| HD | kernel-put-link.m4 | 39 AC_MSG_CHECKING([whether iops->put_link() passes cookie]) 51 [whether iops->put_link() passes nameidata])
|
| HD | kernel-inode-lookup.m4 | 20 AC_MSG_CHECKING([whether iops->lookup() passes flags])
|
| HD | kernel-inode-create.m4 | 72 AC_MSG_CHECKING([whether iops->create() passes flags])
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86PassRegistry.def | 1 //===- X86PassRegistry.def - Registry of X86 specific passes ----*- C++ -*-===// 9 // This file is used as the registry of passes that are part of the X86 backend.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonPassRegistry.def | 1 //===- HexagonPassRegistry.def - Registry of Hexagon passes -----*- C++--*-===// 9 // This file is used as the registry of passes that are part of the
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFPassRegistry.def | 1 //===- BPFPassRegistry.def - Registry of BPF passes -------------*- C++ -*-===// 9 // This file is used as the registry of passes that are part of the
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| HD | DirectXPassRegistry.def | 1 //===- DirectXPassRegistry.def - Registry of DirectX passes -----*- C++--*-===// 9 // This file is used as the registry of passes that are part of the
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXPassRegistry.def | 1 //===- NVPTXPassRegistry.def - Registry of NVPTX passes ---------*- C++ -*-===// 9 // This file is used as the registry of passes that are part of the
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| HD | htr.rst | 3 …tly stores trace data and allows the trace data to be transformed in a way akin to compiler passes. 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay… 31 …have a series of passes where each pass specializes in extracting certain information about the tr…
|
| /freebsd-13-stable/usr.sbin/sesutil/ |
| HD | sesutil.c | 556 char *dev, devs[128], passes[128], *tmp; in skip_pass_devices() local 558 devs[0] = passes[0] = '\0'; in skip_pass_devices() 563 if (passes[0] != '\0') in skip_pass_devices() 564 strlcat(passes, ",", sizeof(passes)); in skip_pass_devices() 565 strlcat(passes, dev, sizeof(passes)); in skip_pass_devices() 574 strlcpy(devnames, passes, devnameslen); in skip_pass_devices()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUPassRegistry.def | 1 //===- AMDGPUPassRegistry.def - Registry of AMDGPU passes -------*- C++ -*-===// 9 // This file is used as the registry of passes that are part of the
|
| /freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/ |
| HD | cover.h | 82 U32 k, U32 passes);
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| HD | argon2.c | 56 instance.passes = context->t_cost; in argon2_ctx() 75 for (pass = 0; pass < instance.passes; pass++) { in argon2_ctx()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| HD | draid.c | 702 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() argument 713 for (int i = 0; i < passes; i++) { in eval_maps() 771 int c, fd, error, verbose = 0, passes = 1, continuous = 0; in draid_generate() local 800 passes = (int)strtol(optarg, NULL, 0); in draid_generate() 876 error = eval_maps(children, passes, &map_seed, &map, in draid_generate()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/ |
| HD | TargetPassRegistry.inc | 1 //===- TargetPassRegistry.inc - Registry of passes --------------*- C++ -*-===// 9 // This file is used as the registry of passes in registerPassBuilderCallbacks
|
| /freebsd-13-stable/usr.sbin/fifolog/ |
| HD | flint.lnt | 4 //-passes=3
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/data/ |
| HD | complex.in | 11 # fish for anomalies as the number of states passes 32
|
| /freebsd-13-stable/contrib/llvm-project/lld/ELF/ |
| HD | Target.h | 99 virtual void finalizeRelax(int passes) const {} in finalizeRelax() argument 235 void riscvFinalizeRelax(int passes);
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/ |
| HD | PassRegistry.def | 1 //===- PassRegistry.def - Registry of passes --------------------*- C++ -*-===// 9 // This file is used as the registry of passes that are part of the core LLVM 10 // libraries. This file describes both transformation passes and analyses 11 // Analyses are registered while transformation passes have names registered 290 FUNCTION_ANALYSIS("should-not-run-function-passes", 292 FUNCTION_ANALYSIS("should-run-extra-vector-passes",
|