Searched refs:pun (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h40 void *pun; member in union:rtree_node_elm_s::__anon1796
171 child = atomic_read_p(&elm->pun);
207 return (atomic_read_p(&elm->pun));
215 atomic_write_p(&elm->pun, val);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c641 struct bfd_link_hash_entry **pun; local
643 pun = &table->undefs;
644 while (*pun != NULL)
646 struct bfd_link_hash_entry *h = *pun;
651 *pun = h->u.undef.next;
655 if (pun == &table->undefs)
658 /* pun points at an u.undef.next field. Go back to
661 ((char *) pun - ((char *) &h->u.undef.next - (char *) h));
666 pun = &h->u.undef.next;

Completed in 171 milliseconds