Home
last modified time | relevance | path

Searched full:conjunction (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dconjunction.h36 // be instantiated) since it is an alias, unlike `conjunction<_Pred...>`, which is a struct.
50 struct conjunction : true_type {};
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;
43 struct conjunction : true_type {}; global() struct
/freebsd-src/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json190 … both the average occupancy (in conjunction with the number of cycles not empty) and the average l…
200 … both the average occupancy (in conjunction with the number of cycles not empty) and the average l…
210 …e. This can then be used to calculate the average queuing latency (in conjunction with the WPQ oc…
221 …e. This can then be used to calculate the average queuing latency (in conjunction with the WPQ oc…
232 …the average queue occupancy (in conjunction with the number of cycles not empty) and the average l…
242 …the average queue occupancy (in conjunction with the number of cycles not empty) and the average l…
/freebsd-src/contrib/netcat/
H A Dnc.1133 This is useful in conjunction with
170 It is an error to use this option in conjunction with the
214 It is an error to use this option in conjunction with the
229 It is an error to use this option in conjunction with the
331 It is an error to use this option in conjunction with the
543 in conjunction with a traffic sniffer either on the target machine
/freebsd-src/usr.sbin/valectl/
H A Dvalectl.8115 When used in conjunction with
130 When used in conjunction with
142 Used in conjunction with
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json152 …ccupancy of the queue (in conjunction with the number of cycles not empty) and the average latency…
170 …the average queue occupancy (in conjunction with the number of cycles not empty) and the average l…
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.UnDefineNameWithCPP.d.ksh33 # The -D option can be used to define a name when used in conjunction
35 # conjunction with the -C option.
/freebsd-src/usr.bin/finger/
H A Dfinger.179 When used in conjunction with the
84 When used in conjunction with the
92 of the remote host when used in conjunction with the
/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzfs-create.893 This is useful in conjunction with the
157 If this option is specified in conjunction with
194 This is useful in conjunction with the
H A Dzfs-redact.8135 flags are used in conjunction with the
209 option is not supplied in conjunction with
274 This is useful in conjunction with the
299 This flag can only be used in conjunction with
365 option is not supplied in conjunction with
434 This is useful in conjunction with the
H A Dzfs-send.8135 flags are used in conjunction with the
209 option is not supplied in conjunction with
274 This is useful in conjunction with the
299 This flag can only be used in conjunction with
365 option is not supplied in conjunction with
434 This is useful in conjunction with the
/freebsd-src/sys/contrib/dev/iwi/
HDipw2200-ibss.fw.uu23 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
HDipw2200-sniffer.fw.uu23 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
HDipw2200-bss.fw.uu23 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
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-src/sys/contrib/dev/ipw/
HDipw2100-1.3.fw.uu24 * LICENSE. This Software is licensed for use only in conjunction with Intel
25 * component products. Use of the Software in conjunction with non-Intel component
148 * 1. This Software is licensed for use only in conjunction with Intel component
149 * products. Use of the Software in conjunction with non-Intel component
HDipw2100-1.3-i.fw.uu24 * LICENSE. This Software is licensed for use only in conjunction with Intel
25 * component products. Use of the Software in conjunction with non-Intel component
148 * 1. This Software is licensed for use only in conjunction with Intel component
149 * products. Use of the Software in conjunction with non-Intel component
HDipw2100-1.3-p.fw.uu24 * LICENSE. This Software is licensed for use only in conjunction with Intel
25 * component products. Use of the Software in conjunction with non-Intel component
148 * 1. This Software is licensed for use only in conjunction with Intel component
149 * products. Use of the Software in conjunction with non-Intel component
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-src/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-src/secure/lib/libcrypto/man/man7/
H A Dfips_module.7146 This guide details different ways that OpenSSL can be used in conjunction
236 may be required. It is designed to be used in conjunction with the \s-1FIPS\s0 module.
336 provider \- specifically non cryptographic ones which may be used in conjunction
399 are allowed to be used in conjunction with the \s-1FIPS\s0 algorithms.
525 it is still possible to use them in conjunction with the \s-1FIPS\s0 module, and
531 Writing an application that uses libssl in conjunction with the \s-1FIPS\s0 module is
/freebsd-src/share/man/man9/
H A Dcondvar.979 Condition variables are used in conjunction with mutexes to wait for conditions
168 in conjunction with
/freebsd-src/sbin/savecore/
H A Dsavecore.8110 This option is only supported in conjunction with the
123 If used in conjunction with the
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json309 …ccupancy of the queue (in conjunction with the number of cycles not empty) and the average latency…
357 …the average queue occupancy (in conjunction with the number of cycles not empty) and the average l…
/freebsd-src/lib/libc/rpc/
H A Dnetconfig3 # conjunction with the (TI-) RPC code in the C library, unlike its
/freebsd-src/crypto/openssl/doc/man1/
H A Dopenssl-s_server.pod.in419 Neither of these options can be used in conjunction with B<-early_data>.
553 Cannot be used in conjunction with B<-early_data>.
724 This option can only be used in conjunction with one of the DTLS options above.
736 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
744 implementations. Must be used in conjunction with B<-sctp>. This option is only
781 and any incoming early data (when used in conjunction with the B<-early_data>
792 Accept early data where possible. Cannot be used in conjunction with B<-www>,

12345678910>>...17