Searched refs:p_head (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp74 const node_pointer p_head = base_type::m_p_head; local
75 _GLIBCXX_DEBUG_ASSERT(p_head->m_red);
76 if (p_head->m_p_parent != NULL)
78 _GLIBCXX_DEBUG_ASSERT(!p_head->m_p_parent->m_red);
79 assert_node_consistent(p_head->m_p_parent);
H A Dsplit_join_fn_imps.hpp145 const node_pointer p_head = base_type::m_p_head; local
146 _GLIBCXX_DEBUG_ASSERT(p_min != p_head);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Ddebug_fn_imps.hpp55 const node_pointer p_head = base_type::m_p_head; local
56 assert_special_imp(p_head);
H A Dsplay_fn_imps.hpp56 node_pointer p_head = base_type::m_p_head; local
57 assert_special_imp(p_head);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c173 struct occurrence **p_head)
177 for (p_occ = p_head; (occ = *p_occ) != NULL; )
224 new_occ->next = *p_head;
225 *p_head = new_occ;
172 insert_bb(struct occurrence *new_occ, basic_block idom, struct occurrence **p_head) argument
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c208 struct use_family_rule **p_tail, **p_head, *rule; local
213 p_head = &__sdp_servers_family_rules_head;
216 p_head = &__sdp_clients_family_rules_head;
233 if (!(*p_head)) {
234 *p_head = rule;
/freebsd-9.3-release/sys/netgraph/
H A Dng_pipe.c71 TAILQ_HEAD(p_head, ngp_hdr);
76 struct p_head packet_head; /* FIFO queue head */
694 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head);
723 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head);

Completed in 177 milliseconds