Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c202 ACPI_NAMESPACE_NODE *Node2) in UtNodeIsDescendantOf() argument
205 if (Node1 == Node2) in UtNodeIsDescendantOf()
210 if (!Node2) in UtNodeIsDescendantOf()
219 if (Node1 == Node2) in UtNodeIsDescendantOf()
H A Daslcompiler.h1158 ACPI_NAMESPACE_NODE *Node2);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp278 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { in getDominantNode() argument
281 return Node2; in getDominantNode()
282 if (!Node2 || !Node2->ns) in getDominantNode()
284 if (namespaceOverrides(Node1->ns->href, Node2->ns->href)) in getDominantNode()
286 return Node2; 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)
324 ConstantAsMetadata *MD2 = dyn_cast_or_null<ConstantAsMetadata>(Node2);
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.txi16597 case "#Node2" :
16598 location.replace("manual/Node2.html#Node2"); break;