Home
last modified time | relevance | path

Searched refs:Node1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c201 ACPI_NAMESPACE_NODE *Node1, in UtNodeIsDescendantOf() argument
205 if (Node1 == Node2) in UtNodeIsDescendantOf()
217 while (Node1) in UtNodeIsDescendantOf()
219 if (Node1 == Node2) in UtNodeIsDescendantOf()
224 Node1 = Node1->Parent; in UtNodeIsDescendantOf()
H A Daslcompiler.h1157 ACPI_NAMESPACE_NODE *Node1,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp278 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { in getDominantNode() argument
280 if (!Node1 || !Node1->ns) in getDominantNode()
283 return Node1; in getDominantNode()
284 if (namespaceOverrides(Node1->ns->href, Node2->ns->href)) in getDominantNode()
285 return Node1; in getDominantNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h319 auto BoundsEqual = [=](Metadata *Node1, Metadata *Node2) -> bool {
320 if (Node1 == Node2)
323 ConstantAsMetadata *MD1 = dyn_cast_or_null<ConstantAsMetadata>(Node1);
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.txi16595 case "#Node1":
16596 location.replace("manual/Node1.html#Node1"); break;