Home
last modified time | relevance | path

Searched refs:conjunction (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dconjunction.h43 struct conjunction : true_type {}; struct
46 struct conjunction<_Arg> : _Arg {};
49 struct conjunction<_Arg, _Args...> : conditional_t<!bool(_Arg::value), _Arg, conjunction<_Args...>>…
52 inline constexpr bool conjunction_v = conjunction<_Args...>::value;
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h272 struct conjunction : std::true_type {};
276 struct conjunction<P1> : P1 {};
281 struct conjunction<P1, Ps...>
422 using IsDirectlyCompatible = internal::conjunction<
432 using IsCompatibleAfterIgnoringArguments = internal::conjunction<
445 internal::conjunction<
462 internal::conjunction<
926 typename = typename std::enable_if<conjunction<
937 typename = typename std::enable_if<conjunction<
1578 conjunction<
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dsbs_sbs-charger.txt10 - interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
H A Dbq24257.txt10 conjunction with "interrupt-parent".
/freebsd-14.2/lib/libc/rpc/
H A Dnetconfig3 # conjunction with the (TI-) RPC code in the C library, unlike its
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dti,keystone-timer.txt6 timers, each half can operate in conjunction (chain mode) or independently
H A Dti,davinci-timer.txt6 timers, each half can operate in conjunction (chain mode) or independently
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dresource-names.txt18 The -names property must be used in conjunction with the normal resource
/freebsd-14.2/contrib/libfido2/.github/ISSUE_TEMPLATE/
H A Dbug_report.md21 **What application are you using in conjunction with libfido2?**
/freebsd-14.2/sys/contrib/dev/ipw/
H A DLICENSE23 LICENSE. This Software is licensed for use only in conjunction with Intel
24 component products. Use of the Software in conjunction with non-Intel component
147 1. This Software is licensed for use only in conjunction with Intel component
148 products. Use of the Software in conjunction with non-Intel component
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dfips_module.pod13 This guide details different ways that OpenSSL can be used in conjunction
108 may be required. It is designed to be used in conjunction with the FIPS module.
218 provider - specifically non cryptographic ones which may be used in conjunction
276 are allowed to be used in conjunction with the FIPS algorithms.
400 it is still possible to use them in conjunction with the FIPS module, and
407 Writing an application that uses libssl in conjunction with the FIPS module is
/freebsd-14.2/sys/contrib/dev/iwi/
H A DLICENSE23 LICENSE. This Software is licensed for use only in conjunction with Intel
24 component products. Use of the Software in conjunction with non-Intel component
150 1. This Software is licensed for use only in conjunction with Intel component
151 products. Use of the Software in conjunction with non-Intel component
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBIO_find_type.pod30 in a chain or used in conjunction with BIO_find_type() to find all BIOs of a
/freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl,sec-v4.0.yaml113 Specifies the LIODN to be used in conjunction with the ppid-to-liodn
181 Specifies the LIODN to be used in conjunction with the
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Drenesas,rzg2l-csi2.yaml15 (and alike SoCs). MIPI CSI-2 is part of the CRU block which is used in conjunction
H A Drenesas,csi2.yaml15 Renesas R-Car and RZ/G2 family of devices. It is used in conjunction with the
H A Drenesas,isp.yaml16 conjunction with the R-Car VIN and CSI-2 modules, which provides the video
H A Dstih407-c8sectpfe.txt7 It is typically used in conjunction with one or more demodulator and tuner devices
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h73 std::conjunction<
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc111 static_assert(std::is_base_of<std::true_type, internal::conjunction<>>::value, in TEST()
116 std::is_base_of<MyFalse<0>, internal::conjunction<MyFalse<0>>>::value, in TEST()
120 std::is_base_of<MyTrue<0>, internal::conjunction<MyTrue<0>>>::value, ""); in TEST()
124 std::is_base_of<MyFalse<1>, internal::conjunction<MyTrue<0>, MyFalse<1>, in TEST()
129 std::is_base_of<MyFalse<1>, internal::conjunction<MyTrue<0>, MyFalse<1>, in TEST()
137 std::is_base_of<MyFalse<1>, internal::conjunction<MyTrue<0>, MyFalse<1>, in TEST()
143 std::is_base_of<MyTrue<2>, internal::conjunction<MyTrue<0>, MyTrue<1>, in TEST()
/freebsd-14.2/usr.sbin/bootparamd/bootparamd/
H A DREADME30 It probably also will work in conjunction with a nameserver, since matching
/freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmi-nand.txt43 NOTE: this is only valid in conjunction with
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Ddsi-controller.yaml36 Should be enabled if the host is being used in conjunction with
/freebsd-14.2/sys/contrib/dev/imx/
H A DLICENSE5 modification, for use solely in conjunction with a NXP
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in423 Neither of these options can be used in conjunction with B<-early_data>.
558 Cannot be used in conjunction with B<-early_data>.
729 This option can only be used in conjunction with one of the DTLS options above.
741 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
749 implementations. Must be used in conjunction with B<-sctp>. This option is only
786 and any incoming early data (when used in conjunction with the B<-early_data>
797 Accept early data where possible. Cannot be used in conjunction with B<-www>,

1234