| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | conjunction.h | 50 struct _LIBCPP_NO_SPECIALIZATIONS conjunction : true_type {}; struct 57 struct conjunction<_Arg> : _Arg {}; 60 struct conjunction<_Arg, _Args...> : conditional_t<!bool(_Arg::value), _Arg, conjunction<_Args...>>… 64 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool conjunction_v = conjunction<_Args...>::value;
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 279 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 …]
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | sbs_sbs-charger.txt | 10 - interrupts: Interrupt mapping for GPIO IRQ. Use in conjunction with
|
| H A D | bq24257.txt | 10 conjunction with "interrupt-parent".
|
| /freebsd/lib/libc/rpc/ |
| H A D | netconfig | 3 # conjunction with the (TI-) RPC code in the C library, unlike its
|
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | ti,keystone-timer.txt | 6 timers, each half can operate in conjunction (chain mode) or independently
|
| H A D | ti,davinci-timer.txt | 6 timers, each half can operate in conjunction (chain mode) or independently
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | execution_impl.h | |
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | resource-names.txt | 18 The -names property must be used in conjunction with the normal resource
|
| /freebsd/sys/contrib/dev/ipw/ |
| H A D | LICENSE | 23 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/sys/contrib/dev/iwi/ |
| H A D | LICENSE | 23 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/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 111 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/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_min_proto_version.pod | 46 In the current version of OpenSSL only QUICv1 is supported in conjunction with
|
| H A D | BIO_find_type.pod | 30 in a chain or used in conjunction with BIO_find_type() to find all BIOs of a
|
| H A D | BIO_f_cipher.pod | 43 BIO cipher context. The retrieved context can be used in conjunction
|
| H A D | BN_CTX_new.pod | 24 is rather expensive when used in conjunction with repeated subroutine
|
| H A D | SSL_get_rpoll_descriptor.pod | 37 these calls, in conjunction with L<SSL_get_event_timeout(3)> to wait for network
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Any.h | 73 std::conjunction<
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | fips_module.pod | 13 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
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmi-nand.txt | 43 NOTE: this is only valid in conjunction with
|
| /freebsd/sys/contrib/dev/imx/ |
| H A D | LICENSE | 5 modification, for use solely in conjunction with a NXP
|
| /freebsd/usr.sbin/bootparamd/bootparamd/ |
| H A D | README | 30 It probably also will work in conjunction with a nameserver, since matching
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | stih407-c8sectpfe.txt | 7 It is typically used in conjunction with one or more demodulator and tuner devices
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-s_server.pod.in | 559 Cannot be used in conjunction with B<-early_data>. 675 This option can only be used in conjunction with one of the DTLS options above. 687 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only 695 implementations. Must be used in conjunction with B<-sctp>. This option is only 748 and any incoming early data (when used in conjunction with the B<-early_data> 759 Accept early data where possible. Cannot be used in conjunction with B<-www>,
|
| /freebsd/sys/net80211/ |
| H A D | README.md | 34 in conjunction with an 802.11 device driver to represent the physical device.
|