/freebsd/contrib/ncurses/ |
H A D | mk-2nd.awk | 43 # 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 D | mk-hdr.awk | 35 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.) 44 check = subset; 56 if (subset == "none") { 72 printf "# subset: %s\n", subset
|
H A D | mk-1st.awk | 44 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.) 68 return ( subset ~ /^ticlib$/ ); 71 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ ); 215 if (subset == "ticlib" && driver == "yes" ) { 220 if (subset ~ /^base/ || subset == "ticlib" ) { 267 check = subset; 288 if (subset == "none") { 305 printf "# generated by mk-1st.awk (subset=%s)\n", subset 315 printf "# subset: %s\n", subset
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe-pcm.c | 167 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() 460 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t ports, in buffer_mux_port() argument 468 slot_offset = hdspe_port_slot_offset(subset, adat_width); in buffer_mux_port() 471 /* Channel position of the port subset and total number of channels. */ in buffer_mux_port() 472 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_mux_port() 477 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_mux_port() [all …]
|
H A D | hdsp-pcm.c | 170 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() 473 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots, in buffer_mux_port() argument 480 slot_offset = hdsp_slot_offset(subset); in buffer_mux_port() 483 /* Channel position of the slot subset. */ in buffer_mux_port() 484 chan_pos = hdsp_slot_channel_offset(subset, slots); in buffer_mux_port() 488 width = hdsp_slot_count(subset); in buffer_mux_port() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | infocmp.1m | 85 …B\-v\fR \fIn\fR] [\fB\-s d\fR| \fBi\fR| \fBl\fR| \fBc\fR] [\fB\-Q\fR \fIn\fR] [\fB\-R \fBsubset\fR] 487 \fB\-R\fIsubset\fR 488 Restrict output to a given subset. 499 You can also choose the subset \*(``BSD\*('' which selects only capabilities 503 it is the same as no subset, i.e., all capabilities are used. 506 A few options override the subset selected with \fB\-R\fP, 511 sets the \*(``BSD\*('' subset as a side-effect. 514 sets the subset to all capabilities. 517 sets the subset to all capabilities.
|
/freebsd/lib/libkvm/ |
H A D | kvm.3 | 80 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 D | DeltaAlgorithm.h | 19 /// The result of the algorithm is a subset of the input change set which is 62 /// Search - Search for a subset (or subsets) in \p Sets which can be 65 /// \param Res - On success, a subset of Changes which satisfies the
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_incrementals.ksh | 26 # 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/crypto/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 137 subset of data to handle, governed by the bits in a I<selection> 296 implementation is, however, free to consider an empty subset of data 297 to still be a valid subset. For algorithms where some selection is 299 RSA keys the function should just return 1 as the selected subset 309 performed on the subset of data. Two types of check are defined: 318 OSSL_FUNC_keymgmt_match() should check if the data subset indicated by
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 127 // HasMips3_32 - The subset of MIPS-III instructions added to MIPS32 130 // HasMips3_32r2 - The subset of MIPS-III instructions added to MIPS32r2 133 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32 136 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2 139 // HasMips5_32r2 - Has the subset of MIPS-V present in MIPS32r2
|
H A D | Mips.td | 89 "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 D | provider-keymgmt.7 | 275 subset of data to handle, governed by the bits in a \fIselection\fR 410 implementation is, however, free to consider an empty subset of data 411 to still be a valid subset. For algorithms where some selection is 413 \&\s-1RSA\s0 keys the function should just return 1 as the selected subset 423 performed on the subset of data. Two types of check are defined: 432 \&\fBOSSL_FUNC_keymgmt_match()\fR should check if the data subset indicated by
|
H A D | provider-encoder.7 | 299 .SS "Subset selections" 300 .IX Subsection "Subset selections" 301 Sometimes, an object has more than one subset of data that is interesting to 345 \&\fBOSSL_FUNC_encoder_import_object()\fR should import the subset of \fIparams\fR
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 97 /// Return true if \p C0 is a subset of \p C1. Note that both arrays are 121 /// Return true if \p C0 is a strict subset of \p C1. Note that both arrays are 132 // If all required traits are a strict subset and the ordered vectors storing in isStrictSubset() 133 // the construct traits, we say it is a strict subset. Note that the latter in isStrictSubset() 359 // Equal score need subset checks. in getBestVariantMatchForContext() 361 // Strict subset are never best. in getBestVariantMatchForContext() 364 // Same score and the current best is no strict subset so we keep it. in getBestVariantMatchForContext()
|
/freebsd/contrib/libcxxrt/ |
H A D | atomic.h | 24 * C++11 memory orders. We only need a subset of them. 45 * Atomic, implements a subset of `std::atomic`.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataExtractor.h | 112 /// 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/ |
H A D | writing-schema.rst | 7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it 83 binding allows subset of properties from other referenced schemas. 183 It is also possible to run checks with a subset of matching schema files by
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | exynos-usb.txt | 18 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/crypto/openssl/doc/man3/ |
H A D | SSL_new.pod | 30 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/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 52 // Look for a passing subset. in Delta() 73 // If the test passes on this subset alone, recurse. in Search()
|
/freebsd/crypto/openssh/regress/ |
H A D | percent.sh | 108 # Subset of above since we don't expand shell-style variables on anything that 119 # A subset of options support tilde expansion
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 230 /// 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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 761 SourceLocation SuperLoc, const FunctionProtoType *Subset, in CheckExceptionSpecSubset() argument 778 Subset = ResolveExceptionSpec(SubLoc, Subset); in CheckExceptionSpecSubset() 779 if (!Subset) in CheckExceptionSpecSubset() 783 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset() 796 CanThrowResult SubCanThrow = Subset->canThrow(); in CheckExceptionSpecSubset() 798 // If the superset contains everything or the subset contains nothing, we're in CheckExceptionSpecSubset() 803 SkipSupersetFirstParameter, SuperLoc, Subset, in CheckExceptionSpecSubset() 816 // If the subset contains everything or the superset contains nothing, we've in CheckExceptionSpecSubset() 827 "Exception spec subset: non-dynamic case slipped through."); in CheckExceptionSpecSubset() 830 for (QualType SubI : Subset->exceptions()) { in CheckExceptionSpecSubset() [all …]
|
/freebsd/contrib/expat/lib/ |
H A D | expat.h | 331 any DTD or internal subset is parsed. 341 subset. 410 external subset or a reference to a parameter entity, but does not 702 will assume that there is an external subset, even if none is 708 had a DTD with an external subset. 715 be called, despite an external subset being parsed. 887 subset). If parsing of parameter entities is enabled, then 889 DTD subset) will be passed to the handler set with
|