Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 173) sorted by relevance

1234567

/freebsd-13-stable/contrib/kyua/bootstrap/
HDtestsuite.at105 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 …]
HDatf_helpers.cpp42 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/
HDsubr_clockcalib.c43 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/
HDsend_realloc_files.ksh66 passes=2
69 passes=3
72 for i in {1..$passes}; do
HDsend_realloc_encrypted_files.ksh74 passes=2
77 passes=3
80 for i in {1..$passes}; do
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-get-link.m453 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])
HDkernel-put-link.m439 AC_MSG_CHECKING([whether iops->put_link() passes cookie])
51 [whether iops->put_link() passes nameidata])
HDkernel-inode-lookup.m420 AC_MSG_CHECKING([whether iops->lookup() passes flags])
HDkernel-inode-create.m472 AC_MSG_CHECKING([whether iops->create() passes flags])
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86PassRegistry.def1 //===- 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/
HDHexagonPassRegistry.def1 //===- 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/
HDBPFPassRegistry.def1 //===- 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/
HDDirectXPassRegistry.def1 //===- 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/
HDNVPTXPassRegistry.def1 //===- 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/
HDhtr.rst3 …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/
HDsesutil.c556 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/
HDAMDGPUPassRegistry.def1 //===- 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/
HDcover.h82 U32 k, U32 passes);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
HDargon2.c56 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/
HDdraid.c702 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/
HDTargetPassRegistry.inc1 //===- TargetPassRegistry.inc - Registry of passes --------------*- C++ -*-===//
9 // This file is used as the registry of passes in registerPassBuilderCallbacks
/freebsd-13-stable/usr.sbin/fifolog/
HDflint.lnt4 //-passes=3
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/data/
HDcomplex.in11 # fish for anomalies as the number of states passes 32
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDTarget.h99 virtual void finalizeRelax(int passes) const {} in finalizeRelax() argument
235 void riscvFinalizeRelax(int passes);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassRegistry.def1 //===- 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",

1234567