Home
last modified time | relevance | path

Searched refs:remque (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/search/
H A Dinsque.c24 void remque(void *element) in remque() function
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h38 void remque(void *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h38 void remque(void *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h38 void remque(void *);
/third_party/musl/include/
H A Dsearch.h38 void remque(void *);
/third_party/musl/libc-test/src/api/
H A Dsearch.c32 {void(*p)(void*) = remque;} in f()
/third_party/musl/libc-test/src/functional/
H A Dsearch_insque.c38 remque(p->p); in main()
40 t_error("remque: got %d, wanted %d\n", p->p->i, p->i-2); in main()
42 t_error("remque: got %d, wanted %d\n", p->p->n->i, p->i); in main()
/third_party/alsa-lib/include/
H A Dsearch.h32 This is the type used by the `insque' and `remque' functions. */
48 extern void remque __P ((void *__elem));

Completed in 2 milliseconds