Searched refs:SrcNodePort (Results 1 – 1 of 1) sorted by relevance
333 void emitEdge(const void *SrcNodeID, int SrcNodePort, in emitEdge() argument336 if (SrcNodePort > 64) return; // Eminating from truncated part? in emitEdge()340 if (SrcNodePort >= 0) in emitEdge()341 O << ":s" << SrcNodePort; in emitEdge()