Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd-12.1/contrib/ncurses/
H A Dmk-2nd.awk61 if (subset == "none") {
63 } else if (index(subset,$2) > 0) {
71 printf "# subset: %s\n", subset
120 if ( subset ~ /base/ ) {
122 } else if ( subset ~ /termlib/ ) {
H A Dmk-1st.awk63 return ( subset ~ /^ticlib$/ );
66 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ );
209 if (subset == "ticlib" && driver == "yes" ) {
214 if (subset ~ /^base/ || subset == "ticlib" ) {
262 if (subset == "none") {
264 } else if (index(subset,$2) > 0) {
277 printf "# generated by mk-1st.awk (subset=%s)\n", subset
285 printf "# subset: %s\n", subset
H A Dmk-hdr.awk48 if (subset == "none") {
50 } else if (index(subset,$2) > 0) {
64 printf "# subset: %s\n", subset
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def6 // TODO: this is just a subset
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc10 // A subset of ASan (and common) runtime flags supported at activation time.
/freebsd-12.1/release/picobsd/tinyware/ns/
H A DREADME6 This program implements some basic functionality subset of normal netstat -
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DSearchableTable.td123 // search. This is convenient for tables that add extended data for a subset
124 // of a larger enum-based space, e.g. extended data about a subset of
/freebsd-12.1/contrib/ee/
H A Dmake.default4 # subset of curses that supports ee) will be built and ee will use new_curse
H A DREADME.ee71 new_curse, a subset of curses developed for use with ee. 'curses' often
75 The file new_curse.c contains a subset of 'curses', a package for
/freebsd-12.1/contrib/gcc/
H A Dalias.c656 record_alias_subset (HOST_WIDE_INT superset, HOST_WIDE_INT subset) in record_alias_subset() argument
663 if (superset == subset) in record_alias_subset()
681 if (subset == 0) in record_alias_subset()
685 subset_entry = get_alias_set_entry (subset); in record_alias_subset()
699 (splay_tree_key) subset, 0); in record_alias_subset()
/freebsd-12.1/contrib/gcc/doc/
H A Dcompat.texi31 Calling conventions are a subset of an ABI that specify of how arguments
44 function in a binary built by a different set of tools is a subset
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drb_tree58 * containing extensions from the HP/SGI STL subset).
H A Diterator58 * containing extensions from the HP/SGI STL subset).
H A Dnumeric58 * containing extensions from the HP/SGI STL subset).
H A Dmemory58 * containing extensions from the HP/SGI STL subset).
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsgml98 # Extensible markup language (XML), a subset of SGML
/freebsd-12.1/sys/dev/mmc/
H A Dmmcbus_if.m31 # the SD Group. The Simplified Specification is a subset of the complete SD
H A Dmmcbr_if.m31 # the SD Group. The Simplified Specification is a subset of the complete SD
/freebsd-12.1/usr.sbin/crunch/
H A DREADME43 on its own boot floppy). A more reasonable subset can be made to fit
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5395 const int subset[] = {1, 4}; in TEST() local
5398 EXPECT_THAT(subset, IsSupersetOf(subset)); in TEST()
5399 EXPECT_THAT(subset, Not(IsSupersetOf(superset))); in TEST()
5400 EXPECT_THAT(superset, IsSupersetOf(subset)); in TEST()
5401 EXPECT_THAT(subset, Not(IsSupersetOf(disjoint))); in TEST()
5517 const int subset[] = {1, 4}; in TEST() local
5520 EXPECT_THAT(subset, IsSubsetOf(subset)); in TEST()
5521 EXPECT_THAT(subset, IsSubsetOf(superset)); in TEST()
5522 EXPECT_THAT(superset, Not(IsSubsetOf(subset))); in TEST()
5523 EXPECT_THAT(subset, Not(IsSubsetOf(disjoint))); in TEST()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def18 // This currently only contains the "register subset shared by all processor
/freebsd-12.1/sys/dev/ofw/
H A Dofw_bus_if.m28 # Interface for retrieving the package handle and a subset, namely
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci_if.m31 # the SD Group. The Simplified Specification is a subset of the complete SD
/freebsd-12.1/share/i18n/csmapper/APPLE/
H A DUCS%INUIT.src94 # repertoire required for Inuktitut; it is a subset of the Unified
H A DINUIT%UCS.src94 # repertoire required for Inuktitut; it is a subset of the Unified

12345