| /src/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | conjunction.h | 50 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 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 …]
|
| /src/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".
|
| /src/lib/libc/rpc/ |
| H A D | netconfig | 3 # conjunction with the (TI-) RPC code in the C library, unlike its
|
| /src/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_mangle.sh | 9 * so that it is possible to use jemalloc in conjunction with another allocator
|
| /src/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
|
| /src/contrib/libfido2/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 21 **What application are you using in conjunction with libfido2?**
|
| /src/sys/contrib/device-tree/Bindings/ |
| H A D | resource-names.txt | 18 The -names property must be used in conjunction with the normal resource
|
| /src/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
|
| /src/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
|
| /src/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()
|
| /src/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
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Any.h | 73 std::conjunction<
|
| /src/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
|
| /src/sys/contrib/dev/imx/ |
| H A D | LICENSE | 5 modification, for use solely in conjunction with a NXP
|
| /src/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmi-nand.txt | 43 NOTE: this is only valid in conjunction with
|
| /src/usr.sbin/bootparamd/bootparamd/ |
| H A D | README | 30 It probably also will work in conjunction with a nameserver, since matching
|
| /src/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
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-s_server.pod.in | 550 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>,
|