/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | list.tcc | 101 list<_Tp, _Alloc>:: 117 list<_Tp, _Alloc>:: 150 list<_Tp, _Alloc>:: 175 list<_Tp, _Alloc>:: 211 list<_Tp, _Alloc>:: 266 list<_Tp, _Alloc>& 404 merge(list&& __x) in merge() 406 merge(list& __x) in merge() 503 list __carry; in sort() 621 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | list.tcc | 98 list<_Tp, _Alloc>:: 113 list<_Tp, _Alloc>:: 146 list<_Tp, _Alloc>:: 161 list<_Tp, _Alloc>:: 180 list<_Tp, _Alloc>:: 225 list<_Tp, _Alloc>& 330 merge(list&& __x) in merge() 332 merge(list& __x) in merge() 402 list __carry; in sort() 479 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | list.tcc | 100 list<_Tp, _Alloc>:: 116 list<_Tp, _Alloc>:: 149 list<_Tp, _Alloc>:: 174 list<_Tp, _Alloc>:: 210 list<_Tp, _Alloc>:: 265 list<_Tp, _Alloc>& 374 merge(list&& __x) in merge() 376 merge(list& __x) in merge() 473 list __carry; in sort() 550 list __carry; in sort() [all …]
|
/l4re-core-master/crtn/lib/src/ |
A D | construction.c | 49 outhex32((unsigned)list); in run_hooks_forward() 52 list++; in run_hooks_forward() 53 while (*list) in run_hooks_forward() 57 outhex32((unsigned)*list); in run_hooks_forward() 60 (**list)(); in run_hooks_forward() 61 list++; in run_hooks_forward() 73 outhex32((unsigned)list); in run_hooks_backward() 76 list--; in run_hooks_backward() 81 outhex32((unsigned)*list); in run_hooks_backward() 84 (**list)(); in run_hooks_backward() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | list.tcc | 101 list<_Tp, _Alloc>:: 117 list<_Tp, _Alloc>:: 150 list<_Tp, _Alloc>:: 175 list<_Tp, _Alloc>:: 211 list<_Tp, _Alloc>:: 266 list<_Tp, _Alloc>& 394 merge(list&& __x) in merge() 396 merge(list& __x) in merge() 493 list __carry; in sort() 591 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | list.tcc | 101 list<_Tp, _Alloc>:: 117 list<_Tp, _Alloc>:: 150 list<_Tp, _Alloc>:: 175 list<_Tp, _Alloc>:: 211 list<_Tp, _Alloc>:: 266 list<_Tp, _Alloc>& 394 merge(list&& __x) in merge() 396 merge(list& __x) in merge() 493 list __carry; in sort() 591 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | list.tcc | 99 list<_Tp, _Alloc>:: 115 list<_Tp, _Alloc>:: 148 list<_Tp, _Alloc>:: 163 list<_Tp, _Alloc>:: 182 list<_Tp, _Alloc>:: 227 list<_Tp, _Alloc>& 332 merge(list&& __x) in merge() 334 merge(list& __x) in merge() 431 list __carry; in sort() 508 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | list.tcc | 101 list<_Tp, _Alloc>:: 117 list<_Tp, _Alloc>:: 150 list<_Tp, _Alloc>:: 175 list<_Tp, _Alloc>:: 211 list<_Tp, _Alloc>:: 266 list<_Tp, _Alloc>& 375 merge(list&& __x) in merge() 377 merge(list& __x) in merge() 474 list __carry; in sort() 560 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | list.tcc | 100 list<_Tp, _Alloc>:: 116 list<_Tp, _Alloc>:: 149 list<_Tp, _Alloc>:: 174 list<_Tp, _Alloc>:: 210 list<_Tp, _Alloc>:: 265 list<_Tp, _Alloc>& 374 merge(list&& __x) in merge() 376 merge(list& __x) in merge() 473 list __carry; in sort() 559 list __carry; in sort() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/profile/ |
A D | list | 32 #include <list> 106 class list 134 list() { } 135 list(const list& __x) 138 ~list() { } 141 list(const list&) = default; 142 list(list&&) = default; 183 list& 192 list& 195 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/profile/ |
A D | list | 32 #include <list> 106 class list 135 list(const list& __x) 141 list(const list&) = default; 142 list(list&&) = default; 149 list(const list& __x, const allocator_type& __a) 152 list(list&& __x, const allocator_type& __a) 189 list& 198 list& 201 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/profile/ |
A D | list | 32 #include <list> 106 class list 135 list(const list& __x) 141 list(const list&) = default; 142 list(list&&) = default; 149 list(const list& __x, const allocator_type& __a) 152 list(list&& __x, const allocator_type& __a) 189 list& 198 list& 201 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/profile/ |
A D | list | 32 #include <list> 106 class list 135 list(const list& __x) 141 list(const list&) = default; 142 list(list&&) = default; 149 list(const list& __x, const allocator_type& __a) 152 list(list&& __x, const allocator_type& __a) 189 list& 198 list& 201 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/profile/ |
A D | list | 32 #include <list> 106 class list 135 list(const list& __x) 141 list(const list&) = default; 142 list(list&&) = default; 149 list(const list& __x, const allocator_type& __a) 152 list(list&& __x, const allocator_type& __a) 189 list& 198 list& 201 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/debug/ |
A D | list | 50 class list 90 list() 93 list(const list& __x) 99 list(const list&) = default; 100 list(list&&) = default; 108 list(const list& __x, const allocator_type& __a) 111 list(list&& __x, const allocator_type& __a) 151 list& 159 list& 162 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/debug/ |
A D | list | 45 class list 82 list() 85 list(const list& __x) 91 list(const list&) = default; 92 list(list&&) = default; 100 list(const list& __x, const allocator_type& __a) 103 list(list&& __x, const allocator_type& __a) 143 list& 151 list& 154 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/debug/ |
A D | list | 43 class list 80 list() 83 list(const list& __x) 89 list(const list&) = default; 90 list(list&&) = default; 98 list(const list& __x, const allocator_type& __a) 101 list(list&& __x, const allocator_type& __a) 141 list& 149 list& 152 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/debug/ |
A D | list | 45 class list 82 list() 85 list(const list& __x) 91 list(const list&) = default; 92 list(list&&) = default; 100 list(const list& __x, const allocator_type& __a) 103 list(list&& __x, const allocator_type& __a) 143 list& 151 list& 154 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/profile/ |
A D | list | 25 /** @file profile/list 32 #include <list> 42 class list 124 list(const list& __x) 139 list(list&& __x) noexcept 157 list& 165 list& 175 list& 441 swap(list& __x) 574 merge(list& __x) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | timer_routines.c | 70 list->next = list->prev = list; in list_init() 76 newp->prev = list->prev; in list_append() 77 newp->next = list; in list_append() 78 list->prev->next = newp; in list_append() 79 list->prev = newp; in list_append() 85 list_append (list, newp); in list_insbefore() 96 struct list_links *lnext = list->next, *lprev = list->prev; in list_unlink() 105 return list->next; in list_first() 111 return list; in list_null() 117 return list->next; in list_next() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | timer_routines.c | 71 list->next = list->prev = list; in list_init() 77 newp->prev = list->prev; in list_append() 78 newp->next = list; in list_append() 79 list->prev->next = newp; in list_append() 80 list->prev = newp; in list_append() 86 list_append (list, newp); in list_insbefore() 97 struct list_links *lnext = list->next, *lprev = list->prev; in list_unlink() 106 return list->next; in list_first() 112 return list; in list_null() 118 return list->next; in list_next() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/debug/ |
A D | list | 50 class list 100 list() 103 list(const list& __x) 109 list(const list&) = default; 110 list(list&&) = default; 118 list(const list& __x, const allocator_type& __a) 121 list(list&& __x, const allocator_type& __a) 165 list& 173 list& 176 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/debug/ |
A D | list | 50 class list 90 list() 93 list(const list& __x) 99 list(const list&) = default; 100 list(list&&) = default; 108 list(const list& __x, const allocator_type& __a) 111 list(list&& __x, const allocator_type& __a) 151 list& 159 list& 162 list& [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/debug/ |
A D | list | 32 #include <list> 43 class list 80 list() 83 list(const list& __x) 86 ~list() { } 89 list(const list&) = default; 90 list(list&&) = default; 135 list& 143 list& 146 list& [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | checklist.c | 122 WINDOW *dialog, *list; in dialog_checklist() local 173 keypad(list, TRUE); in dialog_checklist() 205 wnoutrefresh(list); in dialog_checklist() 229 wscrl(list, -1); in dialog_checklist() 239 wrefresh(list); in dialog_checklist() 256 wscrl(list, 1); in dialog_checklist() 267 wrefresh(list); in dialog_checklist() 282 wrefresh(list); in dialog_checklist() 300 delwin(list); in dialog_checklist() 320 delwin(list); in dialog_checklist() [all …]
|