| /freebsd-14.2/contrib/ncurses/ |
| H A D | mk-2nd.awk | 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 | 44 check = subset; 56 if (subset == "none") { 72 printf "# subset: %s\n", subset
|
| H A D | mk-1st.awk | 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-14.2/sys/dev/sound/pci/ |
| H A D | hdspe-pcm.c | 165 hdspe_channel_offset(uint32_t subset, uint32_t ports, unsigned int adat_width) in hdspe_channel_offset() argument 170 subset &= ports; in hdspe_channel_offset() 172 preceding = ports & (~subset & (subset - 1)); in hdspe_channel_offset() 456 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t ports, in buffer_mux_port() argument 464 slot_offset = hdspe_port_slot_offset(subset, adat_width); in buffer_mux_port() 468 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_mux_port() 473 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_mux_port() 502 buffer_demux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t ports, in buffer_demux_port() argument 510 slot_offset = hdspe_port_slot_offset(subset, adat_width); in buffer_demux_port() 514 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_demux_port() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/serial/ |
| H A D | arm_sbsa_uart.txt | 2 This UART uses a subset of the PL011 registers and consequently lives
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | spe-pmu.txt | 12 SPE is only supported on a subset of the CPUs, please consult
|
| H A D | trbe.yaml | 30 TRBE is only supported on a subset of the CPUs, please consult
|
| H A D | arm,trace-buffer-extension.yaml | 30 TRBE is only supported on a subset of the CPUs, please consult
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | i386.def | 6 // TODO: this is just a subset
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_activation_flags.inc | 9 // A subset of ASan (and common) runtime flags supported at activation time.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/perf/ |
| H A D | spe-pmu.yaml | 24 supported on a subset of the CPUs, please consult the arm,gic-v3 binding
|
| H A D | amlogic,g12-ddr-pmu.yaml | 16 has different subset of event format attribute.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ltc2990.txt | 23 allows a subset of the measurements to be enabled:
|
| /freebsd-14.2/tools/test/stress2/ |
| H A D | README | 15 To run a subset of tests, go to the stress2/misc directory.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/misc/ |
| H A D | idt,89hpesx.yaml | 44 description: Only a subset of devices are supported
|
| /freebsd-14.2/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-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-containers_test.cc | 1516 const int subset[] = {1, 4}; in TEST() local 1519 EXPECT_THAT(subset, IsSupersetOf(subset)); in TEST() 1520 EXPECT_THAT(subset, Not(IsSupersetOf(superset))); in TEST() 1521 EXPECT_THAT(superset, IsSupersetOf(subset)); in TEST() 1522 EXPECT_THAT(subset, Not(IsSupersetOf(disjoint))); in TEST() 1644 const int subset[] = {1, 4}; in TEST() local 1647 EXPECT_THAT(subset, IsSubsetOf(subset)); in TEST() 1648 EXPECT_THAT(subset, IsSubsetOf(superset)); in TEST() 1649 EXPECT_THAT(superset, Not(IsSubsetOf(subset))); in TEST() 1650 EXPECT_THAT(subset, Not(IsSubsetOf(disjoint))); in TEST() [all …]
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | README | 8 subset of miscellaneous utility functions built on top of the wrappers.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/socionext/ |
| H A D | socionext,uniphier-mioctrl.yaml | 19 as a subset of media I/O block. See socionext,uniphier-sdctrl.yaml.
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-xlp.txt | 25 second cell is used to specify flags. The following subset of flags is
|
| H A D | brcm,kona-gpio.txt | 26 second cell is used to specify flags. The following subset of flags is
|
| /freebsd-14.2/contrib/libcbor/doc/source/ |
| H A D | tests.rst | 7 …_With_CTest>`_ documentation for detailed information on how to specify particular subset of tests.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-omap.txt | 18 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
|