OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DU
(Results
1 - 21
of
21
) sorted by relevancy
/src/usr.bin/tip/
remote.c
97
DU
= 0;
126
if (
DU
< 0)
127
DU
= 0;
129
DU
= cgetflag("
du
");
133
if (
DU
&& CU == NULL)
135
if (
DU
&& PN == NULL) {
146
HW = (CU == NULL) || (
DU
&& strcmp(DV, CU) == 0);
cu.c
165
HW = 1,
DU
= -1, DC = 1;
189
HW = 1;
DU
= -1; DC = 1;
198
HW = 1;
DU
= -1; DC = 1;
acu.c
52
* If
DU
is true, we should dial an ACU whose type is AT.
76
if (!
DU
) { /* regular connect message */
tip.h
80
extern long
DU
; /* this host is dialed up */
tip.c
107
long
DU
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
1094
Instruction *cloneIVUser(NarrowIVDefUse
DU
, const SCEVAddRecExpr *WideAR);
1095
Instruction *cloneArithmeticIVUser(NarrowIVDefUse
DU
,
1097
Instruction *cloneBitwiseIVUser(NarrowIVDefUse
DU
);
1103
WidenedRecTy getWideRecurrence(NarrowIVDefUse
DU
);
1105
WidenedRecTy getExtendedOperandRecurrence(NarrowIVDefUse
DU
);
1110
Instruction *widenIVUse(NarrowIVDefUse
DU
, SCEVExpander &Rewriter);
1112
bool widenLoopCompare(NarrowIVDefUse
DU
);
1113
bool widenWithVariantUse(NarrowIVDefUse
DU
);
1201
Instruction *WidenIV::cloneIVUser(WidenIV::NarrowIVDefUse
DU
,
1203
unsigned Opcode =
DU
.NarrowUse->getOpcode()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LegacyDivergenceAnalysis.cpp
99
DenseSet<const Use *> &
DU
)
100
: F(F), TTI(TTI), DT(DT), PDT(PDT), DV(DV),
DU
(
DU
) {}
124
DenseSet<const Use *> &
DU
; // Stores divergent uses of possibly uniform
131
DU
.clear();
222
DU
.insert(&Use);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp
286
const DefUseInfo &
DU
= DUM.lookup(X);
287
if (!
DU
.Defs[PR])
310
const DefUseInfo &
DU
= DUM.lookup(X);
311
if (
DU
.Defs[PR] ||
DU
.Defs[DR] ||
DU
.Uses[DR]) {
315
if (CanDown &&
DU
.Defs[SR1])
317
if (CanUp &&
DU
.Defs[SR2])
/src/usr.sbin/lpr/common_source/
lp.h
43
extern long
DU
; /* daemon user-id */
common.c
74
long
DU
; /* daeomon user-id */
/src/usr.sbin/lpr/lpr/
lpr.c
271
if (userid !=
DU
|| person == 0) {
279
if (RG != NULL && userid !=
DU
) {
306
(void)fchown(tfd,
DU
, -1); /* owned by daemon for protection */
684
if (cgetnum(bp, "
du
", &
DU
) < 0)
685
DU
= DEFUID;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
98
return
DU
->getAbstractSPDies();
104
return
DU
->getAbstractEntities();
DwarfCompileUnit.cpp
566
(DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->
DU
:
DU
)
1004
auto Vars =
DU
->getScopeVariables().lookup(Scope);
1024
for (DbgLabel *DL :
DU
->getScopeLabels().lookup(Scope))
1324
DU
->addScopeVariable(Scope, cast<DbgVariable>(Entity.get()));
1328
DU
->addScopeLabel(Scope, cast<DbgLabel>(Entity.get()));
DwarfUnit.cpp
92
: DIEUnit(UnitTag), CUNode(Node), Asm(A), DD(DW),
DU
(DWU),
204
return
DU
->getDIE(D);
210
DU
->insertDIE(Desc, D);
269
?
DU
->getStringPool().getIndexedEntry(*Asm, String)
270
:
DU
->getStringPool().getEntry(*Asm, String);
1168
(DD->useAllLinkageNames() ||
DU
->getAbstractSPDies().lookup(SP)))
1784
DU
->getStringOffsetsStartSym(),
1793
DU
->getRnglistsTableBaseSym(),
DwarfUnit.h
53
DwarfFile *
DU
;
/src/usr.sbin/lpr/lpd/
printjob.c
1218
pw = getpwuid(
DU
);
1221
DU
);
1226
setuid(
DU
);
1270
if (cgetnum(bp, "
du
", &
DU
) < 0)
1271
DU
= DEFUID;
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_div.c
86
UINT64 A2, Q, Q2, B2, B4, B5, R, T,
DU
, res;
211
DU
= (A - B) >> 63;
212
ed1 = 15 + (int)
DU
;
261
DU
= power10_index_binexp[bin_expon_cx] - Q - 1;
262
DU
>>= 63;
264
ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int)
DU
;
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_div.c
86
UINT64 A2, Q, Q2, B2, B4, B5, R, T,
DU
, res;
211
DU
= (A - B) >> 63;
212
ed1 = 15 + (int)
DU
;
261
DU
= power10_index_binexp[bin_expon_cx] - Q - 1;
262
DU
>>= 63;
264
ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int)
DU
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h
479
NodeId DD,
DU
; // Ids of the first reached def and use.
566
return Ref.Def.
DU
;
569
Ref.Def.
DU
= U;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
2827
SDNode *
DU
= SU->getNode()->getOperand(i).getNode();
2828
if (
DU
->getNodeId() != -1 &&
2829
Op->OrigNode == &(*SUnits)[
DU
->getNodeId()])
3073
SDNode *
DU
= SU.getNode()->getOperand(j).getNode();
3074
if (
DU
->getNodeId() == -1)
3076
const SUnit *DUSU = &(*SUnits)[
DU
->getNodeId()];
/src/external/bsd/byacc/dist/
configure
3808
(x-[
DU
]*)
4254
(x-[
DU
]*)
4582
(x-[
DU
]*)
Completed in 57 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026