HomeSort by relevance Sort by last modified time
    Searched defs:list_remove (Results 1 - 6 of 6) sorted by null

  /external/iperf3/src/
timer.c 100 list_remove( Timer* t ) function
115 list_remove( t );
218 list_remove( t );
  /external/grpc-grpc/src/core/lib/iomgr/
timer_generic.cc 321 static void list_remove(grpc_timer* timer) { function
477 list_remove(timer);
519 list_remove(timer);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 121 static ListNode* list_remove(
345 static ListNode* list_remove( function
363 free(list_remove(node, cleanup_value, cleanup_value_data));
    [all...]
  /external/python/cpython3/Objects/
listobject.c 2550 list_remove(PyListObject *self, PyObject *value) function
    [all...]
  /external/skia/src/gpu/
GrTessellator.cpp 123 void list_remove(T* t, T** head, T** tail) { function in namespace:__anon38166
254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail);
450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail);
    [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp 123 void list_remove(T* t, T** head, T** tail) { function in namespace:__anon38969
254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail);
450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail);
    [all...]

Completed in 1626 milliseconds