/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | queue.h | 89 #define LIST_HEAD_INITIALIZER(head) \ argument 101 #define LIST_INIT(head) do { \ argument 155 #define SLIST_HEAD_INITIALIZER(head) \ argument 166 #define SLIST_INIT(head) do { \ argument 217 #define STAILQ_HEAD_INITIALIZER(head) \ argument 228 #define STAILQ_INIT(head) do { \ argument 310 #define SIMPLEQ_INIT(head) do { \ argument 374 #define TAILQ_HEAD_INITIALIZER(head) \ argument 387 #define TAILQ_INIT(head) do { \ argument 461 #define TAILQ_LAST(head, headname) \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | list.h | 46 list_add (list_t *newp, list_t *head) in list_add() 57 list_add_tail (list_t *newp, list_t *head) in list_add_tail() 77 list_splice (list_t *add, list_t *head) in list_splice() 97 #define list_for_each(pos, head) \ argument 102 #define list_for_each_prev(pos, head) \ argument 108 #define list_for_each_prev_safe(pos, p, head) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | list.h | 46 list_add (list_t *newp, list_t *head) in list_add() 66 list_splice (list_t *add, list_t *head) in list_splice() 86 #define list_for_each(pos, head) \ argument 91 #define list_for_each_prev(pos, head) \ argument 97 #define list_for_each_prev_safe(pos, p, head) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | list.h | 48 #define list_for_each_entry(pos, head, member) \ argument 60 #define list_for_each_entry_safe(pos, n, head, member) \ argument 70 static inline int list_empty(const struct list_head *head) in list_empty() 99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | pm_getmaps.c | 59 struct pmaplist *head = (struct pmaplist *) NULL; in pmap_getmaps() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_thr_validate.c | 24 check_thread_list (const td_thrhandle_t *th, psaddr_t head, bool *uninit) in check_thread_list()
|
A D | td_ta_thr_iter.c | 26 psaddr_t head, int fake_empty) in iterate_thread_list()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | typelist.h | 69 typedef Hd head; in _GLIBCXX_VISIBILITY() typedef
|
/l4re-core-master/cxx/lib/tl/include/bits/ |
A D | bst.h | 104 Node *head() const { return static_cast<Node*>(_head); } in head() function 158 static void remove_tree(Bst_node *head, FUNC &&callback) in remove_tree() 263 Bst_node *head = _head; in remove_all() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fts/ |
A D | fts.c | 575 register FTSENT *p, *head; in fts_build() local 923 fts_sort(FTS *sp, FTSENT *head, register int nitems) in fts_sort() 995 fts_lfree(register FTSENT *head) in fts_lfree() 1046 fts_padjust(FTS *sp, FTSENT *head) in fts_padjust()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/ |
A D | glob-susv3.c | 195 void __glob_freelist(struct match *head) in __glob_freelist() 216 struct match head = { .next = NULL }, *tail = &head; in glob() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/pat_trie_/ |
A D | traits.hpp | 77 typedef base_type::_Head<synth_access_traits, metadata> head; typedef 124 typedef base_type::_Head<synth_access_traits, metadata> head; typedef
|