Home
last modified time | relevance | path

Searched full:subset (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/freebsd/contrib/ncurses/
H A Dmk-2nd.awk43 # subset ("none", "base", "base+ext_funcs" or "termlib")
58 check = subset;
69 if (subset == "none") {
79 printf "# subset: %s\n", subset
128 if ( subset ~ /base/ ) {
130 } else if ( subset ~ /termlib/ ) {
H A Dmk-hdr.awk35 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.)
44 check = subset;
56 if (subset == "none") {
72 printf "# subset: %s\n", subset
H A Dmk-1st.awk45 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.)
67 return ( subset ~ /^ticlib$/ );
70 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ );
214 if (subset == "ticlib" && driver == "yes" ) {
219 if (subset ~ /^base/ || subset == "ticlib" ) {
266 check = subset;
287 if (subset == "none") {
304 printf "# generated by mk-1st.awk (subset=%s)\n", subset
314 printf "# subset: %s\n", subset
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c167 hdspe_channel_offset(uint32_t subset, uint32_t ports, unsigned int adat_width) in hdspe_channel_offset() argument
171 /* Make sure we have a subset of ports. */ in hdspe_channel_offset()
172 subset &= ports; in hdspe_channel_offset()
173 /* Include all ports preceding the first one of the subset. */ in hdspe_channel_offset()
174 preceding = ports & (~subset & (subset - 1)); in hdspe_channel_offset()
446 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t ports, in buffer_mux_port() argument
454 slot_offset = hdspe_port_slot_offset(subset, adat_width); in buffer_mux_port()
457 /* Channel position of the port subset and total number of channels. */ in buffer_mux_port()
458 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_mux_port()
463 slots = hdspe_port_slot_width(subset, min(adat_width, pcm_width)); in buffer_mux_port()
[all …]
H A Dhdsp-pcm.c170 hdsp_slot_channel_offset(uint32_t subset, uint32_t slots) in hdsp_slot_channel_offset() argument
174 /* Make sure we have a subset of slots. */ in hdsp_slot_channel_offset()
175 subset &= slots; in hdsp_slot_channel_offset()
176 /* Include all slots preceding the first one of the subset. */ in hdsp_slot_channel_offset()
177 preceding = slots & (hdsp_slot_first(subset) - 1); in hdsp_slot_channel_offset()
456 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots, in buffer_mux_port() argument
463 slot_offset = hdsp_slot_offset(subset); in buffer_mux_port()
466 /* Channel position of the slot subset. */ in buffer_mux_port()
467 chan_pos = hdsp_slot_channel_offset(subset, slots); in buffer_mux_port()
471 width = hdsp_slot_count(subset); in buffer_mux_port()
[all …]
/freebsd/contrib/ncurses/man/
H A Dinfocmp.1m93 .IR subset ]
562 \fB\-R\fIsubset\fR
563 Restrict output to a given subset.
574 You can also choose the subset \*(``BSD\*('' which selects only capabilities
578 it is the same as no subset, i.e., all capabilities are used.
581 A few options override the subset selected with \fB\-R\fP,
586 sets the \*(``BSD\*('' subset as a side effect.
589 sets the subset to all capabilities.
592 sets the subset to all capabilities.
/freebsd/lib/libkvm/
H A Dkvm.380 this subset of the interface.
105 Only a limited subset of the kvm interface is supported for these dumps.
130 Finally, only a limited subset of operations are supported for non-native
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h20 /// The result of the algorithm is a subset of the input change set which is
63 /// Search - Search for a subset (or subsets) in \p Sets which can be
66 /// \param Res - On success, a subset of Changes which satisfies the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_incrementals.ksh26 # 1. Test normal incrementals from the original snap to a subset of the
65 # subset of the original redaction list.
84 # respect to a subset of the original redaction list.
147 # non-subset if we send from the bookmark.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h125 // HasMips3_32 - The subset of MIPS-III instructions added to MIPS32
128 // HasMips3_32r2 - The subset of MIPS-III instructions added to MIPS32r2
131 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32
134 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2
137 // HasMips5_32r2 - Has the subset of MIPS-V present in MIPS32r2
H A DMips.td89 "Subset of MIPS-III that is also in MIPS32 "
92 "Subset of MIPS-III that is also in MIPS32r2 "
100 "Subset of MIPS-IV that is also in MIPS32 "
103 "Subset of MIPS-IV that is also in MIPS32r2 "
110 "Subset of MIPS-V that is also in MIPS32r2 "
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-keymgmt.7211 subset of data to handle, governed by the bits in a \fIselection\fR
354 implementation is, however, free to consider an empty subset of data
355 to still be a valid subset. For algorithms where some selection is
357 RSA keys the function should just return 1 as the selected subset
367 performed on the subset of data. Two types of check are defined:
376 \&\fBOSSL_FUNC_keymgmt_match()\fR should check if the data subset indicated by
H A Dprovider-encoder.7228 .SS "Subset selections"
229 .IX Subsection "Subset selections"
230 Sometimes, an object has more than one subset of data that is interesting to
274 \&\fBOSSL_FUNC_encoder_import_object()\fR should import the subset of \fIparams\fR
/freebsd/contrib/libcxxrt/
H A Datomic.h24 * C++11 memory orders. We only need a subset of them.
45 * Atomic, implements a subset of `std::atomic`.
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp148 /// Return true if \p C0 is a subset of \p C1. Note that both arrays are
172 /// Return true if \p C0 is a strict subset of \p C1. Note that both arrays are
183 // If all required traits are a strict subset and the ordered vectors storing in isStrictSubset()
184 // the construct traits, we say it is a strict subset. Note that the latter in isStrictSubset()
433 // Equal score need subset checks. in getBestVariantMatchForContext()
435 // Strict subset are never best. in getBestVariantMatchForContext()
438 // Same score and the current best is no strict subset so we keep it. in getBestVariantMatchForContext()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keymgmt.pod146 subset of data to handle, governed by the bits in a I<selection>
313 implementation is, however, free to consider an empty subset of data
314 to still be a valid subset. For algorithms where some selection is
316 RSA keys the function should just return 1 as the selected subset
326 performed on the subset of data. Two types of check are defined:
335 OSSL_FUNC_keymgmt_match() should check if the data subset indicated by
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h112 /// Construct with a subset of \a data.
114 /// Initialize this object with a subset of the data bytes in \a data. If \a
127 /// The offset into \a data at which the subset starts.
130 /// The length in bytes of the subset of data.
854 /// subset of this object's data, is valid. If \a bytes is nullptr, or \a
871 /// Adopt a subset of \a data.
873 /// Set this object's data to be a subset of the data bytes in \a data. If
886 /// The offset into \a data at which the subset starts.
889 /// The length in bytes of the subset of \a data.
896 /// Adopt a subset of shared data in \a data_sp.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dexynos-usb.txt18 each phy for the root ports, must be a subset of the following:
52 each phy for the root ports, must be a subset of the following:
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp52 // Look for a passing subset. in Delta()
73 // If the test passes on this subset alone, recurse. in Search()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h230 /// FindDominators - Calculate the dominator tree for the subset of the CFG
234 /// 4:1-10. Because the CFG subset does not include any edges leading into
236 /// tree. The CFG subset has a single pseudo-entry node with edges to a set
238 /// subset CFG are not the standard dominators but they are adequate for
239 /// placing PHIs within the subset CFG.
/freebsd/sys/dev/ixgbe/
H A Dif_ix_mdio.c73 * Note this is only officially supported for a small subset
105 * Note this is only officially supported for a small subset
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_reftree.c33 * N range trees is the subset of the reference tree with refcnt >= 1.
34 * The intersection of N range trees is the subset with refcnt >= N.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_new.pod30 B<SSL_CTX> that was used to create I<s>. It additionally duplicates a subset of
41 The subset of settings in I<s> that are duplicated are:
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFPRange.h113 /// Formally, this returns a subset of
116 /// will be a proper subset of the above.
162 /// Return true if the other range is a subset of this one.
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
113 binding allows subset of properties from other referenced schemas.
233 It is also possible to combine running the above commands with a subset of

12345678910>>...39