Home
last modified time | relevance | path

Searched refs:hybrid (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dgpt197 …\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid MBR)
203 >>>>446 string !\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid MBR)
204 >>>478 string !\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid M…
210 >>>>446 string !\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid
211 >>>494 string !\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid MBR)
216 …\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \b (with hybrid MBR)
H A Danimation369 >>4 byte 129 \b, hybrid @ L1
370 >>4 byte 130 \b, hybrid @ L2
H A Dapple530 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp185 p->flags.hybrid = 0; in __kmp_query_cpuid()
191 p->flags.hybrid = (buf.edx >> 15) & 1; in __kmp_query_cpuid()
195 if (p->flags.hybrid) { in __kmp_query_cpuid()
H A Dkmp.h1393 unsigned hybrid : 1; member
3364 static inline bool __kmp_is_hybrid_cpu() { return __kmp_cpuinfo.flags.hybrid; } in __kmp_is_hybrid_cpu()
/freebsd/release/amd64/
H A Dmkisoimages.sh118 hybridfilename=$(mktemp /tmp/hybrid.img.XXXXXX)
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmax2175.txt4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp224 enum class LoweringKind { module, table, kernel, hybrid }; enumerator
228 cl::init(LoweringKind::hybrid),
235 clEnumValN(LoweringKind::hybrid, "hybrid",
601 LoweringKindLoc != LoweringKind::hybrid in partitionVariablesIntoIndirectStrategies()
644 case LoweringKind::hybrid: { in partitionVariablesIntoIndirectStrategies()
/freebsd/contrib/googletest/googlemock/
H A DREADME.md19 - Can define partial (hybrid) mocks, which are a cross of real and mock
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-zx.txt3 The pin controller on ZTE ZX platforms is kinda of hybrid. It consists of
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung-s5c73m3.txt41 sensor are usually inseparable and form a hybrid module.
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc311 "%1$s: hybrid core type detected: %2$d %3$s cores.",
415 …"KMP_HW_SUBSET ignored: Too many attributes specified. This machine is not a hybrid architecutre.",
416 "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid architecutre.",
418 "%1$s ignored: This machine is not a hybrid architecutre. Using \"%2$s\" instead.",
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ecparam.pod.in97 default value) and B<hybrid>. For more information regarding
H A Dopenssl-ec.pod.in122 default value) and B<hybrid>. For more information regarding
H A Dopenssl-pkey.pod.in161 value), B<uncompressed> and B<hybrid>. For more information regarding
/freebsd/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt159 or high speed/full speed hybrid.
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt363 TopologyHybrid "%1$s: hybrid core type detected: %2$d %3$s cores."
480 AffHWSubsetAttrsNonHybrid "KMP_HW_SUBSET ignored: Too many attributes specified. This machine is not a hybrid architecutre."
481 AffHWSubsetIgnoringAttr "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid architecutre."
483 AffIgnoringNonHybrid "%1$s ignored: This machine is not a hybrid architecutre. Using \"%2$s\" instead."
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td115 /// Function has a hybrid patchable thunk.
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c22809 process_hybrid_pacing(struct tcp_rack *rack, struct tcp_hybrid_req *hybrid) in process_hybrid_pacing() argument
22825 sft = tcp_req_alloc_req_full(rack->rc_tp, &hybrid->req, tcp_tv_to_lusectick(&tv), 0); in process_hybrid_pacing()
22834 hybrid->hybrid_flags &= TCP_HYBRID_PACING_USER_MASK; in process_hybrid_pacing()
22837 if ((hybrid->hybrid_flags & TCP_HYBRID_PACING_ENABLE) == 0) { in process_hybrid_pacing()
22880 sft->hybrid_flags = hybrid->hybrid_flags | TCP_HYBRID_PACING_WASSET; in process_hybrid_pacing()
22881 if (hybrid->hybrid_flags & TCP_HYBRID_PACING_CSPR) in process_hybrid_pacing()
22882 sft->cspr = hybrid->cspr; in process_hybrid_pacing()
22885 if (hybrid->hybrid_flags & TCP_HYBRID_PACING_H_MS) in process_hybrid_pacing()
22886 sft->hint_maxseg = hybrid->hint_maxseg; in process_hybrid_pacing()
22908 uint32_t optval, uint64_t loptval, struct tcp_hybrid_req *hybrid) in rack_process_option() argument
[all …]
/freebsd/usr.sbin/services_mkdb/
H A Dservices806 hybrid-pop 473/tcp
807 hybrid-pop 473/udp
/freebsd/contrib/dialog/
H A DCHANGES1247 + add progressbox widget, a hybrid of gauge and tailbox (Reznic Valery).
/freebsd/crypto/openssh/
H A DChangeLog525 upstream: Add experimental support for hybrid post-quantum key exchange
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in3165 …trol engineering applications of computers; digital control; GROOVE; hybrid; hybrid systems; inter…
17845 …luding inverted list, threaded list, and cellular list organizations and hybrid combinations of th…
23803hybrid simulation model in which both discrete-event simulation and analytic techniques are combin…
/freebsd/contrib/tzcode/
H A DNEWS3580 tzselect -c now uses a hybrid distance measure that works better
/freebsd/contrib/tzdata/
H A DNEWS3683 tzselect -c now uses a hybrid distance measure that works better

12