Home
last modified time | relevance | path

Searched refs:Mixed (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dsmsc,lan91c111.yaml7 title: Smart Mixed-Signal Connectivity (SMSC) LAN91C9x/91C1xx Controller
H A Dsmsc911x.txt1 * Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller
H A Dsmsc,lan9115.yaml7 title: Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk91 .if ${Mixed:L:${1 != 1:?Z:tl}} != "mixed"
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h330 Mixed, enumerator
336 Default = Mixed,
H A DCodeGenOptions.h65 Mixed = 2 enumerator
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml28 Mixed Audio to PL
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dgemini-dlink-dns-313.dts93 /* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
H A Dmeson8b-ec100.dts234 * Global Mixed-mode Technology Inc. G918T12U-GP
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp286 bool Mixed; // a mixed region contains both set and unset bits member in __anon983fc5010311::Filter
563 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
572 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/dsa/
H A Dqca8k.yaml19 the MDIO master is used for communication. Mixed external and internal
/freebsd-14.2/crypto/heimdal/lib/wind/
H A Drfc3492.txt75 A. Mixed-case annotation.....................................22
136 string. See appendix A "Mixed-case annotation".
1183 A. Mixed-case annotation
/freebsd-14.2/crypto/openssl/test/
H A Ddanetest.in1507 ## -- Mixed usage cases
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml522 description: Global Mixed-mode Technology, Inc.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6133 multiclass SIMDThreeSameVectorDot<bit U, bit Mixed, string asm, SDPatternOperator OpNode> {
6134 def v8i8 : BaseSIMDThreeSameVectorDot<0, U, 0b10, {0b001, Mixed}, asm, ".2s", ".8b", V64,
6136 def v16i8 : BaseSIMDThreeSameVectorDot<1, U, 0b10, {0b001, Mixed}, asm, ".4s", ".16b", V128,
8760 multiclass SIMDThreeSameVectorDotIndex<bit U, bit Mixed, bits<2> size, string asm,
8762 def v8i8 : BaseSIMDThreeSameVectorIndexS<0, U, size, {0b111, Mixed}, asm, ".2s", ".8b", ".4b",
8764 def v16i8 : BaseSIMDThreeSameVectorIndexS<1, U, size, {0b111, Mixed}, asm, ".4s", ".16b", ".4b",
H A DSVEInstrFormats.td8910 // SVE Integer Dot Product Mixed Sign Group
8938 // SVE Integer Dot Product Mixed Sign - Indexed Group
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2904 case CodeGenOptions::Mixed: in GenerateMessageSend()
H A DCGObjCMac.cpp6227 case CodeGenOptions::Mixed: in isVTableDispatchedSelector()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dimages2679 # 32 Flag bits *cttt; c~CLUT flag t~type 000~4BPP 001~8BPP 010~16BPP 011~24BPP 100~Mixed
2699 >>4 ulelong&0x07 0x4 Mixed-Bit,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5515 NormalizedValues<["Mixed", "GCC", "XL"]>,
5516 MarshallingInfoEnum<LangOpts<"AltivecSrcCompat">, "Mixed">;
7549 NormalizedValuesScope<"CodeGenOptions">, NormalizedValues<["Legacy", "NonLegacy", "Mixed"]>,
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok1437 John H. Howard, Jr. Mixed Solutions for the Deadlock Problem 427--430
H A Dfunstack.in10643 title = "Mixed Solutions for the Deadlock Problem",
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13638 case LangOptions::AltivecSrcCompatKind::Mixed: in CheckVectorCompareOperands()