Home
last modified time | relevance | path

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

12345

/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dconjunction.h50 struct conjunction : true_type {}; struct
53 struct conjunction<_Arg> : _Arg {};
56 struct conjunction<_Arg, _Args...> : conditional_t<!bool(_Arg::value), _Arg, conjunction<_Args...>>…
59 inline constexpr bool conjunction_v = conjunction<_Args...>::value;
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h279 struct conjunction : std::true_type {};
283 struct conjunction<P1> : P1 {};
288 struct conjunction<P1, Ps...>
289 : std::conditional<bool(P1::value), conjunction<Ps...>, P1>::type {};
429 using IsDirectlyCompatible = internal::conjunction<
439 using IsCompatibleAfterIgnoringArguments = internal::conjunction<
452 internal::conjunction<
469 internal::conjunction<
937 typename = typename std::enable_if<conjunction<
948 typename = typename std::enable_if<conjunction<
[all …]
/src/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".
/src/lib/libc/rpc/
H A Dnetconfig3 # conjunction with the (TI-) RPC code in the C library, unlike its
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh9 * so that it is possible to use jemalloc in conjunction with another allocator
/src/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
/src/contrib/libfido2/.github/ISSUE_TEMPLATE/
H A Dbug_report.md21 **What application are you using in conjunction with libfido2?**
/src/sys/contrib/device-tree/Bindings/
H A Dresource-names.txt18 The -names property must be used in conjunction with the normal resource
/src/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
/src/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
/src/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()
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod46 In the current version of OpenSSL only QUICv1 is supported in conjunction with
H A DBIO_find_type.pod30 in a chain or used in conjunction with BIO_find_type() to find all BIOs of a
H A DBIO_f_cipher.pod43 BIO cipher context. The retrieved context can be used in conjunction
H A DBN_CTX_new.pod24 is rather expensive when used in conjunction with repeated subroutine
H A DSSL_get_rpoll_descriptor.pod37 these calls, in conjunction with L<SSL_get_event_timeout(3)> to wait for network
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h73 std::conjunction<
/src/crypto/openssl/doc/man7/
H A Dfips_module.pod13 This guide details different ways that OpenSSL can be used in conjunction
112 may be required. It is designed to be used in conjunction with the FIPS module.
222 provider - specifically non cryptographic ones which may be used in conjunction
280 are allowed to be used in conjunction with the FIPS algorithms.
412 it is still possible to use them in conjunction with the FIPS module, and
419 Writing an application that uses libssl in conjunction with the FIPS module is
/src/sys/contrib/dev/imx/
H A DLICENSE5 modification, for use solely in conjunction with a NXP
/src/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmi-nand.txt43 NOTE: this is only valid in conjunction with
/src/usr.sbin/bootparamd/bootparamd/
H A DREADME30 It probably also will work in conjunction with a nameserver, since matching
/src/sys/contrib/device-tree/Bindings/media/
H A Dstih407-c8sectpfe.txt7 It is typically used in conjunction with one or more demodulator and tuner devices
/src/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in550 Cannot be used in conjunction with B<-early_data>.
666 This option can only be used in conjunction with one of the DTLS options above.
678 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
686 implementations. Must be used in conjunction with B<-sctp>. This option is only
739 and any incoming early data (when used in conjunction with the B<-early_data>
750 Accept early data where possible. Cannot be used in conjunction with B<-www>,

12345