Home | History | Annotate | Download | only in cdb

Lines Matching defs:edge

359  * the edge list at hand all the time. As such, no ordering is necessary
360 * and the vertices of the edge don't have to be copied.
363 * the incident edge can be obtained directly.
370 struct edge {
385 struct edge *edges;
391 * Add (delta == 1) or remove (delta == -1) the edge e
399 struct edge *e_ = &state->edges[e];
426 struct edge *e;
463 * Do the edge processing separately as there is a good chance
464 * the degraded edge case above will happen; this avoid
488 struct edge *e;