Home
last modified time | relevance | path

Searched defs:list_remove (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/src/
Dutil-list.c70 list_remove(struct list *elm) in list_remove() function
/external/iperf3/src/
Dtimer.c100 list_remove( Timer* t ) in list_remove() function
/external/wayland/tests/
Dlist-test.c129 TEST(list_remove) in TEST() argument
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc321 static void list_remove(grpc_timer* timer) { in list_remove() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.cc323 static void list_remove(grpc_timer* timer) { in list_remove() function
/external/starlark-go/starlark/
Dlibrary.go1384 func list_remove(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/skia/src/gpu/
DGrTriangulator.cpp55 static void list_remove(T* t, T** head, T** tail) { in list_remove() function
/external/python/cpython3/Objects/
Dlistobject.c2583 list_remove(PyListObject *self, PyObject *value) in list_remove() function
/external/skqp/src/gpu/
DGrTessellator.cpp123 void list_remove(T* t, T** head, T** tail) { in list_remove() function