Searched defs:srcNode (Results 1 - 4 of 4) sorted by relevance

/external/tcpdump/
H A Dipx.h26 u_int8_t srcNode[6]; /* source node */ member in struct:ipxHdr
H A Dappletalk.h43 u_int8_t srcNode; member in struct:atDDP
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp73 std::string getEdgeAttributes(RegionNode *srcNode, argument
78 if (srcNode->isSubRegion() || destNode->isSubRegion())
82 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>();
/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp153 // copies markers from srcNode to dstNode, applying the specified shift delta to the copies. The shift is
154 // useful if, e.g., the caller has created the dstNode from a non-prefix substring of the srcNode.
155 void DocumentMarkerController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta) argument
164 MarkerMapVectorPair* vectorPair = m_markers.get(srcNode);

Completed in 342 milliseconds