Home
last modified time | relevance | path

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

123456

/freebsd/contrib/ncurses/
H A Dmk-2nd.awk58 check = subset;
69 if (subset == "none") {
79 printf "# subset: %s\n", subset
128 if ( subset ~ /base/ ) {
130 } else if ( subset ~ /termlib/ ) {
H A Dmk-1st.awk67 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
H A Dmk-hdr.awk44 check = subset;
56 if (subset == "none") {
72 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
172 subset &= ports; 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()
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()
506 buffer_demux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t ports, in buffer_demux_port() argument
514 slot_offset = hdspe_port_slot_offset(subset, adat_width); in buffer_demux_port()
518 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_demux_port()
[all …]
H A Dhdsp-pcm.c170 hdsp_slot_channel_offset(uint32_t subset, uint32_t slots) in hdsp_slot_channel_offset() argument
175 subset &= slots; 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()
484 chan_pos = hdsp_slot_channel_offset(subset, slots); in buffer_mux_port()
488 width = hdsp_slot_count(subset); in buffer_mux_port()
518 buffer_demux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots, in buffer_demux_port() argument
525 slot_offset = hdsp_slot_offset(subset); in buffer_demux_port()
529 chan_pos = hdsp_slot_channel_offset(subset, slots); in buffer_demux_port()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Darm_sbsa_uart.txt2 This UART uses a subset of the PL011 registers and consequently lives
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dspe-pmu.txt12 SPE is only supported on a subset of the CPUs, please consult
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def6 // TODO: this is just a subset
/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/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc9 // A subset of ASan (and common) runtime flags supported at activation time.
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dltc2990.txt23 allows a subset of the measurements to be enabled:
/freebsd/tools/test/stress2/
H A DREADME15 To run a subset of tests, go to the stress2/misc directory.
/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/lutok/
H A DREADME8 subset of miscellaneous utility functions built on top of the wrappers.
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_hmac_drbg.txt9 # The Test data (for the positive tests) was derived from a subset of evppkey_dsa_rfc6979.txt
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1525 const int subset[] = {1, 4}; in TEST() local
1528 EXPECT_THAT(subset, IsSupersetOf(subset)); in TEST()
1529 EXPECT_THAT(subset, Not(IsSupersetOf(superset))); in TEST()
1530 EXPECT_THAT(superset, IsSupersetOf(subset)); in TEST()
1531 EXPECT_THAT(subset, Not(IsSupersetOf(disjoint))); in TEST()
1532 EXPECT_THAT(disjoint, Not(IsSupersetOf(subset))); in TEST()
1653 const int subset[] = {1, 4}; in TEST() local
1656 EXPECT_THAT(subset, IsSubsetOf(subset)); in TEST()
1657 EXPECT_THAT(subset, IsSubsetOf(superset)); in TEST()
1658 EXPECT_THAT(superset, Not(IsSubsetOf(subset))); in TEST()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-xlp.txt25 second cell is used to specify flags. The following subset of flags is
H A Dbrcm,kona-gpio.txt26 second cell is used to specify flags. The following subset of flags is
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst7 …_With_CTest>`_ documentation for detailed information on how to specify particular subset of tests.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def21 /// A `WARNING_GADGET` subset, where the code pattern of each gadget
/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/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-omap.txt18 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
/freebsd/contrib/ee/
H A Dmake.default4 # subset of curses that supports ee) will be built and ee will use new_curse
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c675 int subset; in X509v3_asid_subset() local
686 subset = a->asnum == NULL in X509v3_asid_subset()
690 if (!subset) in X509v3_asid_subset()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td137 // search. This is convenient for tables that add extended data for a subset
138 // of a larger enum-based space, e.g. extended data about a subset of

123456