Searched refs:SonEdges (Results 1 – 3 of 3) sorted by relevance
1327 (SonEdges[0]!=NULL && NEW_EDIDENT(SonEdges[0])) || in Gather_NewObjectInfo()1328 (SonEdges[1]!=NULL && NEW_EDIDENT(SonEdges[1]))); in Gather_NewObjectInfo()1335 if (SonEdges[0]!=NULL && NEW_EDIDENT(SonEdges[0])) ((int *)data)[0] += 2; in Gather_NewObjectInfo()1529 EDGE *SonEdges[2]; in Gather_IdentSonObjects() local1542 (SonEdges[0]!=NULL && NEW_EDIDENT(SonEdges[0])) || in Gather_IdentSonObjects()1543 (SonEdges[1]!=NULL && NEW_EDIDENT(SonEdges[1]))); in Gather_IdentSonObjects()1561 EDGE *SonEdges[2]; in Scatter_IdentSonObjects() local1579 if (SonEdges[0]!=NULL && NEW_EDIDENT(SonEdges[0])) in Scatter_IdentSonObjects()1596 ASSERT(MidNode!=NULL && SonEdges[0]!=NULL && SonEdges[1]!=NULL); in Scatter_IdentSonObjects()1626 ASSERT(MidNode!=NULL && SonEdges[0]!=NULL && SonEdges[1]!=NULL); in Scatter_IdentSonObjects()[all …]
1768 INT NS_DIM_PREFIX GetSonEdges (const EDGE *theEdge, EDGE *SonEdges[MAX_SON_EDGES]) in GetSonEdges()1774 SonEdges[0] = NULL; in GetSonEdges()1775 SonEdges[1] = NULL; in GetSonEdges()1800 SonEdges[0] = GetEdge(SonNode0,SonNode1); in GetSonEdges()1805 SonEdges[0] = GetEdge(SonNode0,MidNode); in GetSonEdges()1808 SonEdges[1] = GetEdge(MidNode,SonNode1); in GetSonEdges()1811 if (SonEdges[0] != NULL) nedges++; in GetSonEdges()1812 if (SonEdges[1] != NULL) nedges++; in GetSonEdges()
3099 … GetSonEdges (const EDGE *theEdge, EDGE *SonEdges[MAX_SON_EDGES]);