OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NodeNum
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c
388
UINT32
NodeNum
= 0;
406
AcpiOsPrintf ("/* APMT Node-%u */\n",
NodeNum
++);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h
264
unsigned
NodeNum
= BoundaryID; ///< Entry # of node in the node vector.
308
SUnit(SDNode *node, unsigned
nodenum
)
309
: Node(node),
NodeNum
(
nodenum
), isVRegCycle(false), isCall(false),
319
SUnit(MachineInstr *instr, unsigned
nodenum
)
320
: Instr(instr),
NodeNum
(
nodenum
), isVRegCycle(false), isCall(false),
344
bool isBoundaryNode() const { return
NodeNum
== BoundaryID; }
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026