Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/kyua/bootstrap/
H A Dtestsuite.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 …]
H A Datf_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/sys/kern/
H A Dsubr_clockcalib.c42 uint64_t clk0, clk1, clk_delay, n, passes = 0; in clockcalib() local
151 passes++; in clockcalib()
153 passes = 0; in clockcalib()
156 if (passes * 2 > n) { in clockcalib()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_realloc_files.ksh66 passes=2
69 passes=3
72 for i in {1..$passes}; do
H A Dsend_realloc_encrypted_files.ksh74 passes=2
77 passes=3
80 for i in {1..$passes}; do
/freebsd/tools/ifnet/
H A Dconvert_ifapi.sh244 passes=0
254 passes=$((passes + 1))
255 if [ $passes -ge $MAX_PASSES ]; then
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPassRegistry.def1 //===- HexagonPassRegistry.def - Registry of Hexagon passes -----*- C++--*-===//
9 // This file is used as the registry of passes that are part of the
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PassRegistry.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/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPassRegistry.def1 //===- BPFPassRegistry.def - Registry of BPF passes -------------*- C++ -*-===//
9 // This file is used as the registry of passes that are part of the
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXPassRegistry.def1 //===- DirectXPassRegistry.def - Registry of DirectX passes -----*- C++--*-===//
9 // This file is used as the registry of passes that are part of the
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPassRegistry.def1 //===- NVPTXPassRegistry.def - Registry of NVPTX passes ---------*- C++ -*-===//
9 // This file is used as the registry of passes that are part of the
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst3 The humongous amount of data processor traces like the ones obtained with Intel PT contain is not digestible to humans in its raw form. Given this, it is useful to summarize these massive traces by extracting useful information. Hierarchical Trace Representation (HTR) is the way lldb represents a summarized trace internally. HTR efficiently 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 layers:
31 A *pass* is applied to a *layer* to extract useful information (summarization) and compress the trace representation into a new *layer*. The idea is to have a series of passes where each pass specializes in extracting certain information about the trace. Some examples of potential passes include: identifying functions, identifying loops, or a more general purpose such as identifying long sequences of instructions that are repeated (i.e. Basic Super Block). Below you will find a description of each pass currently implemented in lldb.
/freebsd/usr.sbin/sesutil/
H A Dsesutil.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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPassRegistry.def1 //===- AMDGPUPassRegistry.def - Registry of AMDGPU passes -------*- C++ -*-===//
9 // This file is used as the registry of passes that are part of the
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_get_attr.pod46 it passes the numerical identifier (NID) I<nid> associated with the object.
67 that it passes the numerical identifier (NID) I<nid> associated with the object.
71 that it passes a name I<attrname> associated with the object.
H A DX509_REQ_get_attr.pod43 it passes the numerical identifier (NID) I<nid> associated with the object.
64 that it passes the numerical identifier (NID) I<nid> associated with the object.
68 that it passes a name I<attrname> associated with the object.
H A DX509_LOOKUP.pod108 X509_LOOKUP_load_file_ex() passes a filename to be loaded immediately
118 X509_LOOKUP_add_dir() passes a directory specification from which
125 X509_LOOKUP_add_store_ex() passes a URI for a directory-like structure
133 X509_LOOKUP_load_store_ex() passes a URI for a single container from
H A DX509_ATTRIBUTE.pod109 passes the numerical identifier (NID) I<nid> associated with the object.
134 passes the numerical identifier (NID) I<nid> associated with the object.
138 passes a name I<attrname> associated with the object.
170 except that it passes the numerical identifier (NID) I<nid> associated with the
174 except that it passes a name I<atrname> associated with the
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod67 passes the algorithm by name rather than by B<EVP_MD>.
72 passes the algorithm by name rather than by B<EVP_MD>.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-inode-lookup.m420 AC_MSG_CHECKING([whether iops->lookup() passes flags])
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DINSTALL14 If it passes the tests, use
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2.c56 instance.passes = context->t_cost; in argon2_ctx()
75 for (pass = 0; pass < instance.passes; pass++) { in argon2_ctx()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c704 eval_maps(uint64_t children, int passes, uint64_t *map_seed, in eval_maps() argument
715 for (int i = 0; i < passes; i++) { in eval_maps()
776 int c, fd, error, verbose = 0, passes = 1, continuous = 0; in draid_generate() local
805 passes = (int)strtol(optarg, NULL, 0); in draid_generate()
881 error = eval_maps(children, passes, map_seed, &map, in draid_generate()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.h83 U32 k, U32 passes);
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DTargetPassRegistry.inc1 //===- TargetPassRegistry.inc - Registry of passes --------------*- C++ -*-===//
9 // This file is used as the registry of passes in registerPassBuilderCallbacks

12345678