Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Dsearch_insque.c27 insque(q, 0); in main()
29 insque(new(i), q); in main()
/third_party/musl/src/search/
H A Dinsque.c8 void insque(void *element, void *pred) in insque() function
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h37 void insque(void *, void *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h37 void insque(void *, void *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h37 void insque(void *, void *);
/third_party/musl/include/
H A Dsearch.h37 void insque(void *, void *);
/third_party/musl/libc-test/src/api/
H A Dsearch.c29 {void(*p)(void*,void*) = insque;} in f()
/third_party/alsa-lib/include/
H A Dsearch.h32 This is the type used by the `insque' and `remque' functions. */
45 extern void insque __P ((void *__elem, void *__prev));

Completed in 2 milliseconds