/freebsd/contrib/file/magic/Magdir/ |
H A D | gpt | 197 …\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 D | animation | 369 >>4 byte 129 \b, hybrid @ L1 370 >>4 byte 130 \b, hybrid @ L2
|
H A D | apple | 530 # 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 D | kmp_utility.cpp | 185 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 D | kmp.h | 1393 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 D | mkisoimages.sh | 118 hybridfilename=$(mktemp /tmp/hybrid.img.XXXXXX)
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | max2175.txt | 4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 224 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 D | README.md | 19 - Can define partial (hybrid) mocks, which are a cross of real and mock
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-zx.txt | 3 The pin controller on ZTE ZX platforms is kinda of hybrid. It consists of
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | samsung-s5c73m3.txt | 41 sensor are usually inseparable and form a hybrid module.
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 311 "%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 D | openssl-ecparam.pod.in | 97 default value) and B<hybrid>. For more information regarding
|
H A D | openssl-ec.pod.in | 122 default value) and B<hybrid>. For more information regarding
|
H A D | openssl-pkey.pod.in | 161 value), B<uncompressed> and B<hybrid>. For more information regarding
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 159 or high speed/full speed hybrid.
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 363 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 D | Attributes.td | 115 /// Function has a hybrid patchable thunk.
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 22809 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 D | services | 806 hybrid-pop 473/tcp 807 hybrid-pop 473/udp
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 1247 + add progressbox widget, a hybrid of gauge and tailbox (Reznic Valery).
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 525 upstream: Add experimental support for hybrid post-quantum key exchange
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 3165 …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… 23803 …hybrid simulation model in which both discrete-event simulation and analytic techniques are combin…
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 3580 tzselect -c now uses a hybrid distance measure that works better
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 3683 tzselect -c now uses a hybrid distance measure that works better
|