Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 10 of 10) sorted by relevance

/netbsd/tests/include/sys/
H A Dt_list.c52 LIST_HEAD(listhead, entry) old_head, new_head, old_copy; in ATF_TC_BODY()
58 LIST_INIT(&old_head); in ATF_TC_BODY()
62 LIST_INSERT_HEAD(&old_head, n1, entries); in ATF_TC_BODY()
66 LIST_INSERT_HEAD(&old_head, n2, entries); in ATF_TC_BODY()
68 LIST_MOVE(&old_head, &new_head, entries); in ATF_TC_BODY()
70 memcpy(&old_copy, &old_head, sizeof(old_head)); in ATF_TC_BODY()
76 ATF_CHECK_MSG(memcmp(&old_copy, &old_head, sizeof(old_head)) == 0, in ATF_TC_BODY()
/netbsd/external/mit/libuv/dist/src/win/
H A Dloop-watcher.c48 uv_##name##_t* old_head; \
58 old_head = loop->name##_handles; \
60 handle->name##_next = old_head; \
63 if (old_head) { \
64 old_head->name##_prev = handle; \
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dcg_arcs.c441 Sym *old_head, *child; in propagate_flags() local
443 old_head = 0; in propagate_flags()
453 if (child->cg.cyc.head != old_head) in propagate_flags()
455 old_head = child->cg.cyc.head; in propagate_flags()
/netbsd/external/gpl3/binutils.old/dist/gprof/
H A Dcg_arcs.c441 Sym *old_head, *child; in propagate_flags() local
443 old_head = 0; in propagate_flags()
453 if (child->cg.cyc.head != old_head) in propagate_flags()
455 old_head = child->cg.cyc.head; in propagate_flags()
/netbsd/external/gpl3/gdb/dist/gprof/
H A Dcg_arcs.c441 Sym *old_head, *child; in propagate_flags() local
443 old_head = 0; in propagate_flags()
453 if (child->cg.cyc.head != old_head) in propagate_flags()
455 old_head = child->cg.cyc.head; in propagate_flags()
/netbsd/external/gpl3/gdb.old/dist/gprof/
H A Dcg_arcs.c441 Sym *old_head, *child; in propagate_flags() local
443 old_head = 0; in propagate_flags()
453 if (child->cg.cyc.head != old_head) in propagate_flags()
455 old_head = child->cg.cyc.head; in propagate_flags()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dhistory.c1177 struct hrec *old_head = hrec_head; in read_hrecs_file() local
1182 last_since_tag = hrec_head + (last_since_tag - old_head); in read_hrecs_file()
1184 last_backto = hrec_head + (last_backto - old_head); in read_hrecs_file()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.c99 auto_vec<edge_var_map> *old_head = edge_var_maps->get (olde); in redirect_edge_var_map_dup() local
100 if (!old_head) in redirect_edge_var_map_dup()
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()
H A Dtree-ssa.cc99 auto_vec<edge_var_map> *old_head = edge_var_maps->get (olde); in redirect_edge_var_map_dup() local
100 if (!old_head) in redirect_edge_var_map_dup()
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa.c99 auto_vec<edge_var_map> *old_head = edge_var_maps->get (olde); in redirect_edge_var_map_dup() local
100 if (!old_head) in redirect_edge_var_map_dup()
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()