Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dlist.h30 struct list_head *next; member
48 head->next->prev = newp; in list_add()
49 newp->next = head->next; in list_add()
51 head->next = newp; in list_add()
59 head->prev->next = newp; in list_add_tail()
60 newp->next = head; in list_add_tail()
71 elem->prev->next = elem->next; in list_del()
80 if (add != add->next) in list_splice()
83 add->prev->next = head->next; in list_splice()
85 head->next = add->next; in list_splice()
[all …]
/l4re-core-master/l4util/lib/src/
A Dlist_alloc.c58 if (c->next) in __sanity_check_list()
60 if (c >= c->next) in __sanity_check_list()
103 c->next = c->next->next; in __merge()
107 c = c->next; in __merge()
127 c = &(*c)->next; in l4la_free()
129 next = *c; in l4la_free()
136 (*c)->next = next; in l4la_free()
139 assert((!next) || ((l4_addr_t)(*c) + size <= (l4_addr_t)next)); in l4la_free()
180 m->next = (*c)->next; in l4la_alloc()
207 m->next = (*c)->next; in l4la_alloc()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dlist.h30 struct list_head *next; member
48 newp->next = head->next; in list_add()
50 head->next->prev = newp; in list_add()
51 head->next = newp; in list_add()
59 elem->next->prev = elem->prev; in list_del()
60 elem->prev->next = elem->next; in list_del()
69 if (add != add->next) in list_splice()
71 add->next->prev = head; in list_splice()
72 add->prev->next = head->next; in list_splice()
74 head->next = add->next; in list_splice()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dlist.h24 struct list_head *next, *prev; member
62 n = list_entry(pos->member.next, typeof(*pos), member); \
72 return head->next == head; in list_empty()
83 struct list_head *next) in __list_add() argument
85 next->prev = _new; in __list_add()
86 _new->next = next; in __list_add()
88 prev->next = _new; in __list_add()
113 next->prev = prev; in __list_del()
114 prev->next = next; in __list_del()
127 __list_del(entry->prev, entry->next); in list_del()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Drand_r.c27 unsigned int next = *seed; in rand_r() local
30 next *= 1103515245; in rand_r()
31 next += 12345; in rand_r()
32 result = (unsigned int) (next / 65536) % 2048; in rand_r()
34 next *= 1103515245; in rand_r()
35 next += 12345; in rand_r()
37 result ^= (unsigned int) (next / 65536) % 1024; in rand_r()
39 next *= 1103515245; in rand_r()
40 next += 12345; in rand_r()
42 result ^= (unsigned int) (next / 65536) % 1024; in rand_r()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
218 f->next = first_free_entry->next; in free()
226 (*fe)->next in free()
237 (*fe)->next = (*fe)->next->next; in free()
249 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
218 f->next = first_free_entry->next; in free()
226 (*fe)->next in free()
237 (*fe)->next = (*fe)->next->next; in free()
249 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
218 f->next = first_free_entry->next; in free()
226 (*fe)->next in free()
237 (*fe)->next = (*fe)->next->next; in free()
249 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
218 f->next = first_free_entry->next; in free()
226 (*fe)->next in free()
237 (*fe)->next = (*fe)->next->next; in free()
249 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
218 f->next = first_free_entry->next; in free()
226 (*fe)->next in free()
237 (*fe)->next = (*fe)->next->next; in free()
249 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_alloc.cc93 free_entry *next; member
152 e = &(*e)->next) in allocate()
163 free_entry *next = (*e)->next; in allocate() local
165 f->next = next; in allocate()
176 free_entry *next = (*e)->next; in allocate() local
180 *e = next; in allocate()
197 f->next = NULL; in free()
208 f->next = first_free_entry->next; in free()
216 (*fe)->next in free()
231 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_alloc.cc97 free_entry *next; member
158 e = &(*e)->next) in allocate()
169 free_entry *next = (*e)->next; in allocate() local
171 f->next = next; in allocate()
182 free_entry *next = (*e)->next; in allocate() local
186 *e = next; in allocate()
203 f->next = NULL; in free()
214 f->next = first_free_entry->next; in free()
222 (*fe)->next in free()
237 f->next = (*fe)->next; in free()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap.h44 struct heap_free_area *next, *prev; member
109 if (fa->next) in __heap_delete()
110 fa->next->prev = fa->prev; in __heap_delete()
112 fa->prev->next = fa->next; in __heap_delete()
114 *heap = fa->next; in __heap_delete()
126 fa->next = next; in __heap_link_free_area()
130 prev->next = fa; in __heap_link_free_area()
133 if (next) in __heap_link_free_area()
134 next->prev = fa; in __heap_link_free_area()
146 prev->next = fa; in __heap_link_free_area_after()
[all …]
/l4re-core-master/cxx/lib/util/src/
A Dalloc_list.cc39 c = &((*c)->next); in free()
44 n->next = *c; in free()
50 && (*c)->next in free()
52 == reinterpret_cast<char *>((*c)->next)) in free()
54 (*c)->size += (*c)->next->size; in free()
55 (*c)->next = (*c)->next->next; in free()
73 c = &((*c)->next); in alloc()
88 *min = (*min)->next; in alloc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_ta_delete.c37 __td_agent_list = __td_agent_list->next; in td_ta_delete()
43 while (runp->next != NULL && runp->next->ta != ta) in td_ta_delete()
44 runp = runp->next; in td_ta_delete()
46 if (runp->next == NULL) in td_ta_delete()
50 runp->next = runp->next->next; in td_ta_delete()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_ta_delete.c37 __td_agent_list = __td_agent_list->next; in td_ta_delete()
43 while (runp->next != NULL && runp->next->ta != ta) in td_ta_delete()
44 runp = runp->next; in td_ta_delete()
46 if (runp->next == NULL) in td_ta_delete()
50 runp->next = runp->next->next; in td_ta_delete()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/libdl/
A Dlibdl.c385 for (rpnt = _dl_symbol_tables; rpnt && rpnt->next; rpnt = rpnt->next) in do_dlopen()
425 dyn_chain->next = handle->next; in do_dlopen()
438 runp->next = NULL; in do_dlopen()
585 for (rpnt = relro_ptr->next; rpnt; rpnt = rpnt->next) { in do_dlopen()
859 if(ls && ls->next) in do_dlclose()
860 ls_next = ls->next->next; in do_dlclose()
1002 tmp = runp->next; in do_dlclose()
1015 run_tpnt->next = run_tpnt->next->next; in do_dlclose()
1030 for (rpnt1 = _dl_symbol_tables; rpnt1->next; rpnt1 = rpnt1->next) { in do_dlclose()
1033 rpnt1_tmp = rpnt1->next->next; in do_dlclose()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A Dinsremque.c36 struct qelem *next = ((struct qelem *) prev)->q_forw; in insque() local
38 if (next != NULL) in insque()
39 next->q_back = (struct qelem *) elem; in insque()
40 ((struct qelem *) elem)->q_forw = next; in insque()
53 struct qelem *next = ((struct qelem *) elem)->q_forw; in remque() local
55 if (next != NULL) in remque()
56 next->q_back = prev; in remque()
58 prev->q_forw = (struct qelem *) next; in remque()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_validate.c27 psaddr_t next, ofs; in check_thread_list() local
29 err = DB_GET_FIELD (next, th->th_ta_p, head, list_t, next, 0); in check_thread_list()
32 if (next == 0) in check_thread_list()
42 if (next == head) in check_thread_list()
45 if (next - (ofs - (psaddr_t) 0) == th->th_unique) in check_thread_list()
48 err = DB_GET_FIELD (next, th->th_ta_p, next, list_t, next, 0); in check_thread_list()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dunregister-atfork.c46 runp = runp->next; in __unregister_atfork()
63 struct deleted_handler *next; in __unregister_atfork() member
78 runp->next, runp) in __unregister_atfork()
86 lastp->next = runp->next; in __unregister_atfork()
92 newp->next = deleted; in __unregister_atfork()
98 runp = runp->next; in __unregister_atfork()
120 deleted = deleted->next; in __unregister_atfork()
A Dregister-atfork.c37 struct fork_handler_pool *next; member
56 while ((runp = runp->next) != NULL); in fork_handler_alloc()
63 runp->next = fork_handler_pool.next; in fork_handler_alloc()
64 fork_handler_pool.next = runp; in fork_handler_alloc()
117 newp->next = __fork_handlers; in libc_hidden_def()
119 newp, newp->next) != 0); in libc_hidden_def()
132 struct fork_handler_pool *runp = fork_handler_pool.next;
143 runp = runp->next;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcodecvt.cc65 Elem* next; member
71 *next++ = e; in operator =()
84 ++next; in operator ++()
91 next += n; in operator +=()
112 char_pointer next; member
142 next += sizeof(Elem); in operator ++()
608 return from.next;
615 return from.next;
702 return from.next; in ucs2_span()
715 return from.next;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcodecvt.cc65 Elem* next; member
71 *next++ = e; in operator =()
84 ++next; in operator ++()
91 next += n; in operator +=()
112 char_pointer next; member
142 next += sizeof(Elem); in operator ++()
608 return from.next;
615 return from.next;
702 return from.next; in ucs2_span()
715 return from.next;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcodecvt.cc65 Elem* next; member
71 *next++ = e; in operator =()
84 ++next; in operator ++()
91 next += n; in operator +=()
112 char_pointer next; member
142 next += sizeof(Elem); in operator ++()
608 return from.next;
615 return from.next;
702 return from.next; in ucs2_span()
715 return from.next;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcodecvt.cc65 Elem* next; member
71 *next++ = e; in operator =()
84 ++next; in operator ++()
91 next += n; in operator +=()
112 char_pointer next; member
142 next += sizeof(Elem); in operator ++()
608 return from.next;
615 return from.next;
702 return from.next; in ucs2_span()
715 return from.next;
[all …]

Completed in 75 milliseconds

12345678910>>...15