Home
last modified time | relevance | path

Searched defs:pGraph (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/dec/
H A Ddec.h223 Dec_Graph_t * pGraph; in Dec_GraphCreate() local
247 Dec_Graph_t * pGraph; in Dec_GraphCreateConst0() local
268 Dec_Graph_t * pGraph; in Dec_GraphCreateConst1() local
288 Dec_Graph_t * pGraph; in Dec_GraphCreateLeaf() local
307 static inline void Dec_GraphFree( Dec_Graph_t * pGraph ) in Dec_GraphFree()
324 static inline int Dec_GraphIsConst( Dec_Graph_t * pGraph ) in Dec_GraphIsConst()
340 static inline int Dec_GraphIsConst0( Dec_Graph_t * pGraph ) in Dec_GraphIsConst0()
356 static inline int Dec_GraphIsConst1( Dec_Graph_t * pGraph ) in Dec_GraphIsConst1()
421 static inline int Dec_GraphNodeNum( Dec_Graph_t * pGraph ) in Dec_GraphNodeNum()
485 static inline int Dec_GraphIsVar( Dec_Graph_t * pGraph ) in Dec_GraphIsVar()
[all …]
H A DdecAbc.c46 Abc_Obj_t * Dec_GraphToNetwork( Abc_Ntk_t * pNtk, Dec_Graph_t * pGraph ) in Dec_GraphToNetwork()
127 Abc_Obj_t * Dec_GraphToNetworkNoStrash( Abc_Ntk_t * pNtk, Dec_Graph_t * pGraph ) in Dec_GraphToNetworkNoStrash()
167 int Dec_GraphToNetworkCount( Abc_Obj_t * pRoot, Dec_Graph_t * pGraph, int NodeMax, int LevelMax ) in Dec_GraphToNetworkCount()
240 void Dec_GraphUpdateNetwork( Abc_Obj_t * pRoot, Dec_Graph_t * pGraph, int fUpdateLevel, int nGain ) in Dec_GraphUpdateNetwork()
268 Hop_Obj_t * Dec_GraphToNetworkAig( Hop_Man_t * pMan, Dec_Graph_t * pGraph ) in Dec_GraphToNetworkAig()
329 Ivy_Obj_t * Dec_GraphToNetworkIvy( Ivy_Man_t * pMan, Dec_Graph_t * pGraph ) in Dec_GraphToNetworkIvy()
H A DdecUtil.c50 DdNode * Dec_GraphDeriveBdd( DdManager * dd, Dec_Graph_t * pGraph ) in Dec_GraphDeriveBdd()
102 unsigned Dec_GraphDeriveTruth( Dec_Graph_t * pGraph ) in Dec_GraphDeriveTruth()
H A DdecPrint.c49 void Dec_GraphPrint( FILE * pFile, Dec_Graph_t * pGraph, char * pNamesIn[], char * pNameOut ) in Dec_GraphPrint()
107 void Dec_GraphPrint2_rec( FILE * pFile, Dec_Graph_t * pGraph, Dec_Node_t * pNode, int fCompl, char … in Dec_GraphPrint2_rec()
171 void Dec_GraphPrint_rec( FILE * pFile, Dec_Graph_t * pGraph, Dec_Node_t * pNode, int fCompl, char *… in Dec_GraphPrint_rec()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/deco/
H A Ddeco.h212 Dec_Graph_t * pGraph; in Dec_GraphCreate() local
236 Dec_Graph_t * pGraph; in Dec_GraphCreateConst0() local
257 Dec_Graph_t * pGraph; in Dec_GraphCreateConst1() local
277 Dec_Graph_t * pGraph; in Dec_GraphCreateLeaf() local
296 static inline void Dec_GraphFree( Dec_Graph_t * pGraph ) in Dec_GraphFree()
313 static inline int Dec_GraphIsConst( Dec_Graph_t * pGraph ) in Dec_GraphIsConst()
329 static inline int Dec_GraphIsConst0( Dec_Graph_t * pGraph ) in Dec_GraphIsConst0()
345 static inline int Dec_GraphIsConst1( Dec_Graph_t * pGraph ) in Dec_GraphIsConst1()
410 static inline int Dec_GraphNodeNum( Dec_Graph_t * pGraph ) in Dec_GraphNodeNum()
474 static inline int Dec_GraphIsVar( Dec_Graph_t * pGraph ) in Dec_GraphIsVar()
[all …]
/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/kit/
H A DkitGraph.c62 Kit_Graph_t * pGraph; in Kit_GraphCreate() local
86 Kit_Graph_t * pGraph; in Kit_GraphCreateConst0() local
107 Kit_Graph_t * pGraph; in Kit_GraphCreateConst1() local
127 Kit_Graph_t * pGraph; in Kit_GraphCreateLeaf() local
146 void Kit_GraphFree( Kit_Graph_t * pGraph ) in Kit_GraphFree()
163 Kit_Node_t * Kit_GraphAppendNode( Kit_Graph_t * pGraph ) in Kit_GraphAppendNode()
187 Kit_Edge_t Kit_GraphAddNodeAnd( Kit_Graph_t * pGraph, Kit_Edge_t eEdge0, Kit_Edge_t eEdge1 ) in Kit_GraphAddNodeAnd()
211 Kit_Edge_t Kit_GraphAddNodeOr( Kit_Graph_t * pGraph, Kit_Edge_t eEdge0, Kit_Edge_t eEdge1 ) in Kit_GraphAddNodeOr()
239 Kit_Edge_t Kit_GraphAddNodeXor( Kit_Graph_t * pGraph, Kit_Edge_t eEdge0, Kit_Edge_t eEdge1, int Typ… in Kit_GraphAddNodeXor()
321 unsigned Kit_GraphToTruth( Kit_Graph_t * pGraph ) in Kit_GraphToTruth()
[all …]
H A DkitAig.c61 Aig_Obj_t * Kit_GraphToAigInternal( Aig_Man_t * pMan, Kit_Graph_t * pGraph ) in Kit_GraphToAigInternal()
94 Aig_Obj_t * Kit_GraphToAig( Aig_Man_t * pMan, Aig_Obj_t ** pFanins, Kit_Graph_t * pGraph ) in Kit_GraphToAig()
/dports/databases/grass7/grass-7.8.6/lib/vector/dglib/
H A Dgraph.c108 int dglRelease(dglGraph_s * pGraph) in dglRelease()
123 int dglUnflatten(dglGraph_s * pGraph) in dglUnflatten()
139 int dglFlatten(dglGraph_s * pGraph) in dglFlatten()
610 int dglAddEdge(dglGraph_s * pGraph, in dglAddEdge()
647 int dglAddEdgeX(dglGraph_s * pGraph, in dglAddEdgeX()
688 int dglAddNode(dglGraph_s * pGraph, in dglAddNode()
733 int dglWrite(dglGraph_s * pGraph, int fd) in dglWrite()
755 int dglRead(dglGraph_s * pGraph, int fd) in dglRead()
785 int dglShortestPath(dglGraph_s * pGraph, in dglShortestPath()
817 int dglShortestDistance(dglGraph_s * pGraph, in dglShortestDistance()
[all …]
H A Dmisc-template.c26 int DGL_EDGE_T_INITIALIZE_FUNC(dglGraph_s * pGraph, dglEdgeTraverser_s * pT, in DGL_EDGE_T_INITIALIZE_FUNC()
183 int DGL_NODE_T_INITIALIZE_FUNC(dglGraph_s * pGraph, dglNodeTraverser_s * pT) in DGL_NODE_T_INITIALIZE_FUNC()
272 int DGL_EDGESET_T_INITIALIZE_FUNC(dglGraph_s * pGraph, in DGL_EDGESET_T_INITIALIZE_FUNC()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/kit/
H A DkitGraph.c47 Kit_Graph_t * pGraph; in Kit_GraphCreate() local
71 Kit_Graph_t * pGraph; in Kit_GraphCreateConst0() local
92 Kit_Graph_t * pGraph; in Kit_GraphCreateConst1() local
112 Kit_Graph_t * pGraph; in Kit_GraphCreateLeaf() local
131 void Kit_GraphFree( Kit_Graph_t * pGraph ) in Kit_GraphFree()
148 Kit_Node_t * Kit_GraphAppendNode( Kit_Graph_t * pGraph ) in Kit_GraphAppendNode()
306 unsigned Kit_GraphToTruth( Kit_Graph_t * pGraph ) in Kit_GraphToTruth()
357 Kit_Graph_t * pGraph; in Kit_TruthToGraph() local
385 Kit_Graph_t * pGraph; in Kit_TruthToGraph2() local
436 int Kit_GraphLevelNum_rec( Kit_Graph_t * pGraph, Kit_Node_t * pNode ) in Kit_GraphLevelNum_rec()
[all …]
H A DkitHop.c47 int Kit_GraphToGiaInternal( Gia_Man_t * pMan, Kit_Graph_t * pGraph, int fHash ) in Kit_GraphToGiaInternal()
70 int Kit_GraphToGia( Gia_Man_t * pMan, Kit_Graph_t * pGraph, Vec_Int_t * vLeaves, int fHash ) in Kit_GraphToGia()
83 Kit_Graph_t * pGraph; in Kit_TruthToGia() local
106 Kit_Graph_t * pGraph; in Kit_TruthToGia2() local
139 Hop_Obj_t * Kit_GraphToHopInternal( Hop_Man_t * pMan, Kit_Graph_t * pGraph ) in Kit_GraphToHopInternal()
160 Hop_Obj_t * Kit_GraphToHop( Hop_Man_t * pMan, Kit_Graph_t * pGraph ) in Kit_GraphToHop()
173 Kit_Graph_t * pGraph; in Kit_TruthToHop() local
207 Kit_Graph_t * pGraph; in Kit_CoverToHop() local
H A DkitAig.c46 Aig_Obj_t * Kit_GraphToAigInternal( Aig_Man_t * pMan, Kit_Graph_t * pGraph ) in Kit_GraphToAigInternal()
79 Aig_Obj_t * Kit_GraphToAig( Aig_Man_t * pMan, Aig_Obj_t ** pFanins, Kit_Graph_t * pGraph ) in Kit_GraphToAig()
104 Kit_Graph_t * pGraph; in Kit_TruthToAig() local
H A Dkit.h205 static inline int Kit_GraphIsConst( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsConst()
206 static inline int Kit_GraphIsConst0( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsConst0()
207 static inline int Kit_GraphIsConst1( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsConst1()
208 static inline int Kit_GraphIsComplement( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsComplement()
210 static inline void Kit_GraphComplement( Kit_Graph_t * pGraph ) { pGraph-… in Kit_GraphComplement()
211 static inline void Kit_GraphSetRoot( Kit_Graph_t * pGraph, Kit_Edge_t eRoot ) { pGraph-… in Kit_GraphSetRoot()
212 static inline int Kit_GraphLeaveNum( Kit_Graph_t * pGraph ) { return … in Kit_GraphLeaveNum()
213 static inline int Kit_GraphNodeNum( Kit_Graph_t * pGraph ) { return … in Kit_GraphNodeNum()
214 static inline Kit_Node_t * Kit_GraphNode( Kit_Graph_t * pGraph, int i ) { return … in Kit_GraphNode()
505 #define Kit_GraphForEachLeaf( pGraph, pLeaf, i ) \ argument
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/rwr/
H A DrwrDec.c51 Dec_Graph_t * pGraph; in Rwr_ManPreprocess() local
93 Dec_Graph_t * pGraph; in Rwr_NodePreprocess() local
122 Dec_Edge_t Rwr_TravCollect_rec( Rwr_Man_t * p, Rwr_Node_t * pNode, Dec_Graph_t * pGraph ) in Rwr_TravCollect_rec()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/rwt/
H A DrwtDec.c51 Dec_Graph_t * pGraph; in Rwt_ManPreprocess() local
93 Dec_Graph_t * pGraph; in Rwt_NodePreprocess() local
122 Dec_Edge_t Rwt_TravCollect_rec( Rwt_Man_t * p, Rwt_Node_t * pNode, Dec_Graph_t * pGraph ) in Rwt_TravCollect_rec()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/implementations/
H A Dcairo-dock-graph.c51 static void render (Graph *pGraph, cairo_t *pCairoContext) in render()
300 static cairo_pattern_t *_cairo_dock_create_graph_pattern (Graph *pGraph, gdouble *fLowColor, gdoubl… in _cairo_dock_create_graph_pattern()
348 static void _set_overlay_zones (Graph *pGraph) in _set_overlay_zones()
434 static void load (Graph *pGraph, G_GNUC_UNUSED Icon *pIcon, CairoGraphAttribute *pAttribute) in load()
482 static void reload (Graph *pGraph) in reload()
512 static void unload (Graph *pGraph) in unload()
/dports/math/stp/stp-2.3.3/lib/extlib-abc/
H A Dkit.h233 static inline int Kit_GraphIsConst( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsConst()
234 static inline int Kit_GraphIsConst0( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsConst0()
236 static inline int Kit_GraphIsComplement( Kit_Graph_t * pGraph ) { return … in Kit_GraphIsComplement()
238 static inline void Kit_GraphComplement( Kit_Graph_t * pGraph ) { pGraph-… in Kit_GraphComplement()
239 static inline void Kit_GraphSetRoot( Kit_Graph_t * pGraph, Kit_Edge_t eRoot ) { pGraph-… in Kit_GraphSetRoot()
240 static inline int Kit_GraphLeaveNum( Kit_Graph_t * pGraph ) { return … in Kit_GraphLeaveNum()
241 static inline int Kit_GraphNodeNum( Kit_Graph_t * pGraph ) { return … in Kit_GraphNodeNum()
242 static inline Kit_Node_t * Kit_GraphNode( Kit_Graph_t * pGraph, int i ) { return … in Kit_GraphNode()
243 static inline Kit_Node_t * Kit_GraphNodeLast( Kit_Graph_t * pGraph ) { return … in Kit_GraphNodeLast()
499 #define Kit_GraphForEachLeaf( pGraph, pLeaf, i ) \ argument
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcRestruct.c113 Dec_Graph_t * pGraph; in Abc_NtkRestructure() local
290 Dec_Graph_t * pGraph; in Abc_NodeRestructure() local
327 Dec_Graph_t * pGraph; in Abc_NodeRestructureCut() local
562 void Abc_NodeEdgeDsdPushOrdered( Dec_Graph_t * pGraph, Vec_Int_t * vEdges, int Edge ) in Abc_NodeEdgeDsdPushOrdered()
910 Dec_Graph_t * pGraph; in Abc_NodeEvaluateDsd() local
1239 int Abc_NodeCheckFull( Abc_ManRst_t * p, Dec_Graph_t * pGraph ) in Abc_NodeCheckFull()
1256 Dec_Graph_t * pGraph = NULL; in Abc_NodeMffcConstants() local
1286 Dec_Graph_t * pGraph; in Abc_NodeMffcSingleVar() local
1329 Dec_Graph_t * pGraph; in Abc_NodeMffcSingleNode() local
1386 Dec_Graph_t * pGraph; in Abc_NodeResubEval() local
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyRwr.c89 Dec_Graph_t * pGraph = (Dec_Graph_t *)Rwt_ManReadDecs(pManRwt); in Ivy_ManRewritePre() local
156 Dec_Graph_t * pGraph; in Ivy_NodeRewrite() local
413 int Ivy_GraphToNetworkCount( Ivy_Man_t * p, Ivy_Obj_t * pRoot, Dec_Graph_t * pGraph, int NodeMax, i… in Ivy_GraphToNetworkCount()
485 Ivy_Obj_t * Ivy_GraphToNetwork( Ivy_Man_t * p, Dec_Graph_t * pGraph ) in Ivy_GraphToNetwork()
518 void Ivy_GraphUpdateNetwork( Ivy_Man_t * p, Ivy_Obj_t * pRoot, Dec_Graph_t * pGraph, int fUpdateLev… in Ivy_GraphUpdateNetwork()
559 void Ivy_GraphUpdateNetwork3( Ivy_Man_t * p, Ivy_Obj_t * pRoot, Dec_Graph_t * pGraph, int fUpdateLe… in Ivy_GraphUpdateNetwork3()
H A DivySeq.c99 Dec_Graph_t * pGraph = (Dec_Graph_t *)Rwt_ManReadDecs(pManRwt); in Ivy_ManRewriteSeq() local
148 Dec_Graph_t * pGraph; in Ivy_NodeRewriteSeq() local
364 void Ivy_GraphPrepare( Dec_Graph_t * pGraph, Ivy_Cut_t * pCut, Vec_Ptr_t * vFanins, char * pPerm ) in Ivy_GraphPrepare()
403 int Ivy_GraphToNetworkSeqCountSeq( Ivy_Man_t * p, Ivy_Obj_t * pRoot, Dec_Graph_t * pGraph, int Node… in Ivy_GraphToNetworkSeqCountSeq()
477 Ivy_Obj_t * Ivy_GraphToNetworkSeq( Ivy_Man_t * p, Dec_Graph_t * pGraph ) in Ivy_GraphToNetworkSeq()
526 void Ivy_GraphUpdateNetworkSeq( Ivy_Man_t * p, Ivy_Obj_t * pRoot, Dec_Graph_t * pGraph, int nGain ) in Ivy_GraphUpdateNetworkSeq()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/lpk/
H A DlpkMap.c45 If_Obj_t * Lpk_MapPrimeInternal( If_Man_t * pIfMan, Kit_Graph_t * pGraph ) in Lpk_MapPrimeInternal()
81 Kit_Graph_t * pGraph; in Lpk_MapPrime() local
/dports/astro/phd2/phd2-2.6.10/thirdparty/VidCapture/Source/VidCapture/
H A DCVDShowUtil.cpp71 IGraphBuilder *pGraph, // Filter Graph Manager. in ConnectFilters()
103 IGraphBuilder *pGraph, in ConnectFilters()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOVIDEO.h38 IGraphBuilder *pGraph; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporfld.cxx770 const Graphic* pGraph = pGrfBrush->GetGraphic(referer); in SwGrfNumPortion() local
797 Graphic* pGraph = const_cast<Graphic*>(pBrush->GetGraphic()); in ~SwGrfNumPortion() local
808 Graphic* pGraph = const_cast<Graphic*>(pBrush->GetGraphic()); in StopAnimation() local
945 Graphic* pGraph = const_cast<Graphic*>(pBrush->GetGraphic()); in Paint() local
957 Graphic* pGraph = const_cast<Graphic*>(pBrush->GetGraphic()); in Paint() local
972 Graphic* pGraph = const_cast<Graphic*>(pBrush->GetGraphic()); in Paint() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporfld.cxx772 const Graphic* pGraph = pGrfBrush->GetGraphic(referer); in SwGrfNumPortion() local
799 Graphic* pGraph = const_cast<Graphic*>(m_pBrush->GetGraphic()); in ~SwGrfNumPortion() local
810 Graphic* pGraph = const_cast<Graphic*>(m_pBrush->GetGraphic()); in StopAnimation() local
947 Graphic* pGraph = const_cast<Graphic*>(m_pBrush->GetGraphic()); in Paint() local
959 Graphic* pGraph = const_cast<Graphic*>(m_pBrush->GetGraphic()); in Paint() local
976 Graphic* pGraph = const_cast<Graphic*>(m_pBrush->GetGraphic()); in Paint() local

1234567