Home
last modified time | relevance | path

Searched refs:next (Results 26 – 50 of 2614) sorted by relevance

12345678910>>...105

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-visibility.c174 symtab_node *next; in comdat_can_be_unshared_p() local
180 next != node; next = next->same_comdat_group) in comdat_can_be_unshared_p()
410 next != node; next = next->same_comdat_group) in update_visibility_by_resolution_info()
412 if (!next->externally_visible || next->transparent_alias) in update_visibility_by_resolution_info()
427 next != node; next = next->same_comdat_group) in update_visibility_by_resolution_info()
549 symtab_node *next; in localize_node() local
551 next != node; next = next->same_comdat_group) in localize_node()
555 if (node != next) in localize_node()
575 next != node; next = next->same_comdat_group) in localize_node()
578 if (!next->alias) in localize_node()
[all …]
H A Dgimple-iterator.c250 last->next = cur->next; in gsi_insert_seq_nodes_after()
346 next = cur->next; in gsi_split_seq_after()
369 stmt->next = next = orig_stmt->next; in gsi_set_stmt()
374 if (prev->next) in gsi_set_stmt()
378 if (next) in gsi_set_stmt()
413 if (prev->next) in gsi_split_seq_before()
581 next = cur->next; in gsi_remove()
585 if (next) in gsi_remove()
592 if (prev->next) in gsi_remove()
594 prev->next = next; in gsi_remove()
[all …]
H A Dtree-iterator.c156 tail->next = cur; in tsi_link_before()
228 tail->next = cur->next; in tsi_link_after()
229 if (tail->next) in tsi_link_after()
234 cur->next = head; in tsi_link_after()
269 next = cur->next; in tsi_delink()
273 prev->next = next; in tsi_delink()
276 if (next) in tsi_delink()
277 next->prev = prev; in tsi_delink()
281 if (!next && !prev) in tsi_delink()
284 i->ptr = next; in tsi_delink()
[all …]
H A Dssa-iterators.h253 linknode->prev->next = linknode->next; in delink_imm_use()
266 linknode->next = list->next; in link_imm_use_to_list()
316 node->next = old->next; in relink_imm_use()
353 imm->iter_node.next = imm->imm_use->next; in first_readonly_imm_use()
371 gcc_assert (imm->iter_node.next == old->next); in next_readonly_imm_use()
372 imm->iter_node.next = old->next->next; in next_readonly_imm_use()
389 for (ptr = head->next; ptr != head; ptr = ptr->next) in has_zero_uses()
404 for (ptr = head->next; ptr != head; ptr = ptr->next) in has_single_use()
433 if (ptr == ptr->next->next) in single_imm_use()
458 for (ptr = start->next; ptr != start; ptr = ptr->next) in num_imm_uses()
[all …]
/dragonfly/test/debug/
H A Dcrc32hw.c100 next += 8; in crc32c_sw()
244 next++; in crc32c_hw()
255 end = next + LONG; in crc32c_hw()
262 next += 8; in crc32c_hw()
266 next += LONG*2; in crc32c_hw()
275 end = next + SHORT; in crc32c_hw()
282 next += 8; in crc32c_hw()
286 next += SHORT*2; in crc32c_hw()
293 while (next < end) { in crc32c_hw()
297 next += 8; in crc32c_hw()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member
103 chunk->next = NULL; in objalloc_create()
186 next = l->next; in objalloc_free()
188 l = next; in objalloc_free()
241 struct objalloc_chunk *next; in objalloc_free_block() local
243 next = q->next; in objalloc_free_block()
255 q = next; in objalloc_free_block()
278 p = p->next; in objalloc_free_block()
285 next = q->next; in objalloc_free_block()
287 q = next; in objalloc_free_block()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member
103 chunk->next = NULL; in objalloc_create()
186 next = l->next; in objalloc_free()
188 l = next; in objalloc_free()
241 struct objalloc_chunk *next; in objalloc_free_block() local
243 next = q->next; in objalloc_free_block()
255 q = next; in objalloc_free_block()
278 p = p->next; in objalloc_free_block()
285 next = q->next; in objalloc_free_block()
287 q = next; in objalloc_free_block()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member
103 chunk->next = NULL; in objalloc_create()
186 next = l->next; in objalloc_free()
188 l = next; in objalloc_free()
241 struct objalloc_chunk *next; in objalloc_free_block() local
243 next = q->next; in objalloc_free_block()
255 q = next; in objalloc_free_block()
278 p = p->next; in objalloc_free_block()
285 next = q->next; in objalloc_free_block()
287 q = next; in objalloc_free_block()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member
103 chunk->next = NULL; in objalloc_create()
186 next = l->next; in objalloc_free()
188 l = next; in objalloc_free()
241 struct objalloc_chunk *next; in objalloc_free_block() local
243 next = q->next; in objalloc_free_block()
255 q = next; in objalloc_free_block()
278 p = p->next; in objalloc_free_block()
285 next = q->next; in objalloc_free_block()
287 q = next; in objalloc_free_block()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dobjalloc.c61 struct objalloc_chunk *next; member
103 chunk->next = NULL; in objalloc_create()
179 next = l->next; in objalloc_free()
181 l = next; in objalloc_free()
234 struct objalloc_chunk *next; in objalloc_free_block() local
236 next = q->next; in objalloc_free_block()
248 q = next; in objalloc_free_block()
271 p = p->next; in objalloc_free_block()
278 next = q->next; in objalloc_free_block()
280 q = next; in objalloc_free_block()
[all …]
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dvlan_full.c59 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_get()
64 if (next) { in dyn_iface_get()
73 next = os_zalloc(sizeof(*next)); in dyn_iface_get()
74 if (!next) in dyn_iface_get()
76 os_strlcpy(next->ifname, ifname, sizeof(next->ifname)); in dyn_iface_get()
79 next->next = *dynamic_ifaces; in dyn_iface_get()
96 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_put()
102 if (!next) in dyn_iface_put()
110 prev->next = next->next; in dyn_iface_put()
112 *dynamic_ifaces = next->next; in dyn_iface_put()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenrecog.c1095 d1 = d1->next, d2 = d2->next; in maybe_both_true_1()
1330 next = add->next; in merge_trees()
1404 next = first->next; in factor_tests()
1440 if (next->tests->next != NULL) in factor_tests()
1444 next->tests->next = NULL; in factor_tests()
1447 next = next->next; in factor_tests()
1460 head->last->next = next; in factor_tests()
1667 || p->next->tests->next in write_switch()
2062 test->next = test->next->next; in write_node()
2114 next = p->next; in write_tree_1()
[all …]
H A Dtree-iterator.c131 head->next = NULL; in tsi_link_before()
148 tail->next = cur; in tsi_link_before()
219 tail->next = cur->next; in tsi_link_after()
220 if (tail->next) in tsi_link_after()
225 cur->next = head; in tsi_link_after()
260 next = cur->next; in tsi_delink()
264 prev->next = next; in tsi_delink()
267 if (next) in tsi_delink()
268 next->prev = prev; in tsi_delink()
272 if (!next && !prev) in tsi_delink()
[all …]
H A Det-forest.c107 occ->next = t; in set_next()
120 || (occ->next in et_recomp_min()
148 gcc_assert (!occ->next || occ->next != occ->prev); in et_check_occ_sanity()
150 if (occ->next) in et_check_occ_sanity()
175 if (occ->next) in et_check_sanity()
225 if (occ->next) in record_path_before_1()
261 if (occ->next) in check_path_after_1()
648 r = o1->next; in et_nca()
715 r = u->next; in et_below()
756 return !d->next || d->next->min + d->depth >= 0; in et_below()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dhash.c64 list->next = NULL; in getlist()
104 while (p->next != p) in dellist()
105 delnode (p->next); in dellist()
118 p->next = nodecache; in dellist()
151 p->prev->next = p->next; in removenode()
171 n = p->next; in mergelists()
192 nodecache = p->next; in getnode()
305 p->next = marker; in insert_before()
418 for (p = head->next; p != head; p = p->next) in walklist()
481 p->next = head; in sortlist()
[all …]
/dragonfly/contrib/bmake/
H A Dlst.c45 ln->next = next; in LstNodeNew()
63 ListNode *ln, *next; in Lst_Done() local
66 next = ln->next; in Lst_Done()
74 ListNode *ln, *next; in Lst_DoneCall() local
77 next = ln->next; in Lst_DoneCall()
103 ln->prev->next = newNode; in Lst_InsertBefore()
143 list->last->next = ln; in Lst_Append()
156 if (ln->next != NULL) in Lst_Remove()
157 ln->next->prev = ln->prev; in Lst_Remove()
159 ln->prev->next = ln->next; in Lst_Remove()
[all …]
/dragonfly/lib/libc/include/isc/
H A Dlist.h34 (elt)->link.next = (type *)(-1); \
52 (elt)->link.next = (list).head; \
60 (list).tail->link.next = (elt); \
64 (elt)->link.next = NULL; \
71 if ((elt)->link.next != NULL) \
78 (elt)->link.prev->link.next = (elt)->link.next; \
81 (list).head = (elt)->link.next; \
100 (elt)->link.next = (before); \
107 if ((after)->link.next == NULL) \
110 (elt)->link.next = (after)->link.next; \
[all …]
/dragonfly/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.h19 extern lzma_ret lzma_simple_x86_encoder_init(lzma_next_coder *next,
23 extern lzma_ret lzma_simple_x86_decoder_init(lzma_next_coder *next,
28 extern lzma_ret lzma_simple_powerpc_encoder_init(lzma_next_coder *next,
32 extern lzma_ret lzma_simple_powerpc_decoder_init(lzma_next_coder *next,
37 extern lzma_ret lzma_simple_ia64_encoder_init(lzma_next_coder *next,
41 extern lzma_ret lzma_simple_ia64_decoder_init(lzma_next_coder *next,
46 extern lzma_ret lzma_simple_arm_encoder_init(lzma_next_coder *next,
50 extern lzma_ret lzma_simple_arm_decoder_init(lzma_next_coder *next,
55 extern lzma_ret lzma_simple_armthumb_encoder_init(lzma_next_coder *next,
64 extern lzma_ret lzma_simple_sparc_encoder_init(lzma_next_coder *next,
[all …]
/dragonfly/contrib/diffutils/src/
H A Dcontext.c230 while (next && next->line0 + next->deleted <= i) in pr_context_hunk()
231 next = next->link; in pr_context_hunk()
236 if (next && next->line0 <= i) in pr_context_hunk()
268 while (next && next->line1 + next->inserted <= i) in pr_context_hunk()
269 next = next->link; in pr_context_hunk()
274 if (next && next->line1 <= i) in pr_context_hunk()
368 next = hunk; in pr_unidiff_hunk()
377 if (!next || i < next->line0) in pr_unidiff_hunk()
389 k = next->deleted; in pr_unidiff_hunk()
427 next = next->link; in pr_unidiff_hunk()
[all …]
/dragonfly/sys/kern/
H A Dkern_kmalloc.c169 resp = &slab->next; in gslab_cache()
170 slab = slab->next; in gslab_cache()
183 slabp = &slab->next; in gslab_cache()
192 next->type = NULL; in gslab_cache()
194 slabp = &next->next; in gslab_cache()
228 slab = next; in gslab_cache()
262 slab->next = NULL; in gslab_alloc()
412 base = slab->next; in malloc_slab_destroy()
459 slab->next = NULL; in malloc_mgt_poll_empty_locked()
607 base = base->next; in malloc_mgt_poll()
[all …]
H A Dkern_mutex.c173 link->next->prev = link; in __mtx_lock_ex()
174 link->prev->next = link; in __mtx_lock_ex()
176 link->next = link; in __mtx_lock_ex()
328 link->next = link; in __mtx_lock_sh()
768 link->prev->next = link->next; in mtx_chain_link_ex()
853 link->prev->next = link->next; in mtx_chain_link_sh()
855 link->next = NULL; in mtx_chain_link_sh()
922 link->prev->next = link->next; in mtx_delete_link()
932 link->prev->next = link->next; in mtx_delete_link()
1096 link->prev->next = link->next; in mtx_abort_link()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-symtab.c217 symtab->prev->next = symtab->next; in stpy_dealloc()
223 if (symtab->next) in stpy_dealloc()
299 self_sal->prev->next = self_sal->next; in salpy_dealloc()
304 if (self_sal->next) in salpy_dealloc()
373 if (obj->next) in set_symtab()
374 obj->next->prev = obj; in set_symtab()
378 obj->next = NULL; in set_symtab()
449 symtab_object *next = obj->next; in del_objfile_symtab() local
454 obj = next; in del_objfile_symtab()
470 sal_object *next = obj->next; in del_objfile_sal() local
[all …]
/dragonfly/contrib/less/
H A Dlinenum.c87 p->next = p+1; in clr_linenum()
88 pool[NPOOL-2].next = NULL; in clr_linenum()
135 for (p = anchor.next; p != &anchor && p->pos < pos; p = p->next) in add_lnum()
149 freelist = freelist->next; in add_lnum()
164 new->next = nextp; in add_lnum()
170 prevp->next = new; in add_lnum()
190 mingap = anchor.next->gap; in add_lnum()
191 for (p = anchor.next; p->next != &anchor; p = p->next) in add_lnum()
200 spare->prev->next = spare->next; in add_lnum()
285 for (p = anchor.next; p != &anchor && p->pos < pos; p = p->next) in find_linenum()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_syncmap.c279 struct i915_syncmap *next; in __sync_set() local
285 next = kzalloc(sizeof(*next) + KSYNCMAP * sizeof(next), in __sync_set()
287 if (unlikely(!next)) in __sync_set()
294 next->prefix = __sync_branch_prefix(next, id); in __sync_set()
302 next->parent = p->parent; in __sync_set()
307 p->parent = next; in __sync_set()
310 p = next; in __sync_set()
320 if (!next) { in __sync_set()
322 if (unlikely(!next)) in __sync_set()
326 p = next; in __sync_set()
[all …]
/dragonfly/games/atc/
H A Dlist.c61 p->next = p->prev = NULL; in append()
68 q = q -> next; in append()
74 r->next = p; in append()
75 p->next = q; in append()
78 p->next = q; in append()
84 l->tail->next = p; in append()
85 p->next = NULL; in append()
101 l->head = p->next; in delete()
105 l->tail->next = NULL; in delete()
107 p->prev->next = p->next; in delete()
[all …]

12345678910>>...105