Searched refs:algo (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libvgraph/
H A Dgraph.c30 (*dt->algo->dataf)(dt->algo, GR_NODE|GR_CLOSING, dt);
63 (*dt->algo->dataf)(dt->algo, GR_EDGE|GR_CLOSING, dt);
180 Grdata_t* _grdata(Grdata_t** data, Gralgo_t* algo, int type) argument
188 if(dt->algo == algo)
194 else if(!(dt = (*algo->dataf)(algo, type|GR_OPENING, 0)) )
196 else dt->algo
[all...]
H A Dvgraph.h69 Gralgo_t* algo; /* data is for this algorithm */ member in struct:_grdata_s
73 { Grdata_f dataf; /* to create/delete algo data */
137 ((_Grnode(oo)->data && _Grnode(oo)->data->algo == (al)) ? _Grnode(oo)->data : \
140 ((_Gredge(oo)->data && _Gredge(oo)->data->algo == (al)) ? _Gredge(oo)->data : \
143 ((_Grgraph(oo)->data && _Grgraph(oo)->data->algo == (al)) ? _Grgraph(oo)->data : \
H A Dgrbranching.c269 static Grdata_t* brdata(Gralgo_t* algo, int type, Grdata_t* data) argument
274 if(algo != Grbranching)

Completed in 12 milliseconds