Home
last modified time | relevance | path

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

/external/coreboot/src/commonlib/
Dlist.c6 void list_remove(struct list_node *node) in list_remove() function
/external/libxkbcommon/src/
Dutil-list.c70 list_remove(struct list *elm) in list_remove() function
/external/AFLplusplus/include/
Dlist.h148 static inline void list_remove(list_t *list, void *remove_me) { 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/python/cpython3/Objects/clinic/
Dlistobject.c.h358 list_remove(PyListObject *self, PyObject *value) in list_remove() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_generic.cc297 static void list_remove(grpc_timer* timer) { in list_remove() function
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_generic.cc297 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/cronet/stable/third_party/apache-portable-runtime/src/memory/unix/
Dapr_pools.c656 #define list_remove(node) do { \ macro
/external/skia/src/gpu/ganesh/geometry/
DGrTriangulator.cpp68 static void list_remove(T* t, T** head, T** tail) { in list_remove() function
/external/cronet/tot/third_party/apache-portable-runtime/src/memory/unix/
Dapr_pools.c656 #define list_remove(node) do { \ macro