Home | History | Annotate | Download | only in gpu

Lines Matching defs:list_remove

123 void list_remove(T* t, T** head, T** tail) {
254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail);
450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail);
903 list_remove<Edge, &Edge::fPrevEdgeAbove, &Edge::fNextEdgeAbove>(
911 list_remove<Edge, &Edge::fPrevEdgeBelow, &Edge::fNextEdgeBelow>(