Home
last modified time | relevance | path

Searched refs:DU (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/display/
H A Drenesas,du.txt1 * Renesas R-Car Display Unit (DU)
6 - "renesas,du-r8a7742" for R8A7742 (RZ/G1H) compatible DU
7 - "renesas,du-r8a7743" for R8A7743 (RZ/G1M) compatible DU
8 - "renesas,du-r8a7744" for R8A7744 (RZ/G1N) compatible DU
9 - "renesas,du-r8a7745" for R8A7745 (RZ/G1E) compatible DU
10 - "renesas,du-r8a77470" for R8A77470 (RZ/G1C) compatible DU
11 - "renesas,du-r8a774a1" for R8A774A1 (RZ/G2M) compatible DU
12 - "renesas,du-r8a774b1" for R8A774B1 (RZ/G2N) compatible DU
13 - "renesas,du-r8a774c0" for R8A774C0 (RZ/G2E) compatible DU
14 - "renesas,du-r8a774e1" for R8A774E1 (RZ/G2H) compatible DU
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1146 Instruction *cloneIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR);
1147 Instruction *cloneArithmeticIVUser(NarrowIVDefUse DU,
1149 Instruction *cloneBitwiseIVUser(NarrowIVDefUse DU);
1155 WidenedRecTy getWideRecurrence(NarrowIVDefUse DU);
1157 WidenedRecTy getExtendedOperandRecurrence(NarrowIVDefUse DU);
1162 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter,
1164 void truncateIVUse(NarrowIVDefUse DU);
1166 bool widenLoopCompare(NarrowIVDefUse DU);
1167 bool widenWithVariantUse(NarrowIVDefUse DU);
1255 Instruction *WidenIV::cloneIVUser(WidenIV::NarrowIVDefUse DU, in cloneIVUser() argument
[all …]
/freebsd/usr.bin/tip/tip/
H A Dremote.c85 DU = 0; in getremcap()
118 if (DU < 0) in getremcap()
119 DU = 0; in getremcap()
121 DU = cgetflag("du"); in getremcap()
126 if (DU && CU == NOSTR) in getremcap()
128 if (DU && PN == NOSTR) { in getremcap()
132 if (DU && AT == NOSTR) { in getremcap()
144 HW = (CU == NOSTR) || (DU && equal(DV, CU)); in getremcap()
H A Dcu.c105 HW = 1, DU = -1; in cumain()
H A Dacu.c66 if (!DU) { /* regular connect message */ in con()
H A Dtip.h83 EXTERN short DU; /* this host is dialed up */ variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp280 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
281 if (!DU.Defs[PR]) in genMuxInBlock()
304 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
305 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) { in genMuxInBlock()
309 if (CanDown && DU.Defs[SR1]) in genMuxInBlock()
311 if (CanUp && DU.Defs[SR2]) in genMuxInBlock()
/freebsd/tests/sys/cddl/zfs/tests/compression/
H A Dcompress_001_pos.ksh73 FILE0_BLKS=`$DU -k $TESTDIR/$TESTFILE0 | $AWK '{ print $1}'`
74 FILE1_BLKS=`$DU -k $TESTDIR/$TESTFILE1 | $AWK '{ print $1}'`
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh108 used=`$DU -h /$TESTPOOL/fs_$val/$FILE | $AWK '{print $1}'`
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h127 return DU->getAbstractScopeDIEs(); in getAbstractScopeDIEs()
133 return DU->getAbstractEntities(); in getAbstractEntities()
H A DDwarfCompileUnit.cpp626 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList()
1124 auto Vars = DU->getScopeVariables().lookup(Scope); in createAndAddScopeChildren()
1134 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) in createAndAddScopeChildren()
1149 auto Vars = DU->getScopeVariables().lookup(S); in createAndAddScopeChildren()
1478 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity()
1482 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get())); in createAbstractEntity()
H A DDwarfUnit.cpp87 DU(DWU) {} in DwarfUnit()
198 return DU->getDIE(D); in getDIE()
204 DU->insertDIE(Desc, D); in insertDIE()
263 ? DU->getStringPool().getIndexedEntry(*Asm, String) in addString()
264 : DU->getStringPool().getEntry(*Asm, String); in addString()
1260 (DD->useAllLinkageNames() || DU->getAbstractScopeDIEs().lookup(SP))) in applySubprogramDefinitionAttributes()
1878 DU->getStringOffsetsStartSym(), in addStringOffsetsStart()
1887 DU->getRnglistsTableBaseSym(), in addRnglistsBase()
H A DDwarfUnit.h56 DwarfFile *DU; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp291 auto &DU = *Die.getDwarfUnit(); in getLocation() local
292 auto AddressSize = DU.getAddressByteSize(); in getLocation()
301 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation()
/freebsd/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib59 log_must eval "$DU -a $mntpnt > $recordfile 2>&1"
/freebsd/contrib/file/magic/Magdir/
H A Ddigital49 # byte of the version number as well; DU 5.0 appears only to be up to
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h517 NodeId DD, DU; // Ids of the first reached def and use. member
591 NodeId getReachedUse() const { return RefData.Def.DU; } in getReachedUse()
592 void setReachedUse(NodeId U) { RefData.Def.DU = U; } in setReachedUse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2843 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local
2844 if (DU->getNodeId() != -1 && in canClobber()
2845 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber()
3084 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local
3085 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps()
3087 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux134 MV>DU*>J#(\S*&*8NW*VJWM\PX.B>+.21_KFD3&:C:^E)GNX+SNE_">]C\*$)
174 MTW>,B#@)/$S$B1A(C&EXC`CB43Q:A/'@DU\B1AI)Y/F8:83R1)V1Z3V&#AT1
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Ddraak.dtsi483 * enabled to supply a pixel clock to the DU for the DPAD output when
H A Dbeacon-renesom-baseboard.dtsi220 /* External DU dot clocks */
H A Debisu.dtsi557 * enabled to supply a pixel clock to the DU for the DPAD output when
H A Dsalvator-common.dtsi316 /* External DU dot clocks */
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt847 3065 ; NFD_QC; N # Lo HIRAGANA LETTER DU
869 30C5 ; NFD_QC; N # Lo KATAKANA LETTER DU
1299 3065 ; NFKD_QC; N # Lo HIRAGANA LETTER DU
1323 30C5 ; NFKD_QC; N # Lo KATAKANA LETTER DU
2068 3065 ; Expands_On_NFD # Lo HIRAGANA LETTER DU
2090 30C5 ; Expands_On_NFD # Lo KATAKANA LETTER DU
2370 3065 ; Expands_On_NFKD # Lo HIRAGANA LETTER DU
2394 30C5 ; Expands_On_NFKD # Lo KATAKANA LETTER DU
/freebsd/contrib/byacc/
H A Dconfigure3797 (x-[DU]*)
4243 (x-[DU]*)
4571 (x-[DU]*)

12