Home
last modified time | relevance | path

Searched refs:list_remove (Results 1 – 8 of 8) sorted by relevance

/external/iperf3/src/
Dtimer.c100 list_remove( Timer* t ) in list_remove() function
115 list_remove( t ); in list_resort()
218 list_remove( t ); in tmr_cancel()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc321 static void list_remove(grpc_timer* timer) { in list_remove() function
477 list_remove(timer); in timer_cancel()
519 list_remove(timer); in refill_heap()
/external/wayland/tests/
Dlist-test.c129 TEST(list_remove) in TEST() argument
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c121 static ListNode* list_remove(
345 static ListNode* list_remove( in list_remove() function
363 free(list_remove(node, cleanup_value, cleanup_value_data)); in list_remove_free()
1326 list_remove(&block_info->node, NULL, NULL); in _test_free()
/external/python/cpython3/Objects/clinic/
Dlistobject.c.h218 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
/external/skia/src/gpu/
DGrTessellator.cpp123 void list_remove(T* t, T** head, T** tail) { in list_remove() function
254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail); in remove()
450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); in remove()
903 list_remove<Edge, &Edge::fPrevEdgeAbove, &Edge::fNextEdgeAbove>( in remove_edge_above()
911 list_remove<Edge, &Edge::fPrevEdgeBelow, &Edge::fNextEdgeBelow>( in remove_edge_below()
/external/skqp/src/gpu/
DGrTessellator.cpp123 void list_remove(T* t, T** head, T** tail) { in list_remove() function
254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail); in remove()
450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); in remove()
903 list_remove<Edge, &Edge::fPrevEdgeAbove, &Edge::fNextEdgeAbove>( in remove_edge_above()
911 list_remove<Edge, &Edge::fPrevEdgeBelow, &Edge::fNextEdgeBelow>( in remove_edge_below()
/external/python/cpython3/Objects/
Dlistobject.c2550 list_remove(PyListObject *self, PyObject *value) in list_remove() function