Lines Matching refs:n_children
543 UInt n_children; // number of children member
564 UInt n_children; member
595 xpt->n_children = 0; in new_XPt()
608 tl_assert(parent->n_children <= parent->max_children); in add_child_xpt()
609 if (parent->n_children == parent->max_children) { in add_child_xpt()
625 parent->children[ parent->n_children++ ] = child; in add_child_xpt()
672 for (i = 0; i < xpt->n_children; i++) { in dup_XTree()
677 n_insig_children = xpt->n_children - n_sig_children; in dup_XTree()
686 sxpt->Sig.n_children = n_child_sxpts; in dup_XTree()
698 for (i = 0; i < xpt->n_children; i++) { in dup_XTree()
734 for (i = 0; i < sxpt->Sig.n_children; i++) { in free_SXTree()
763 tl_assert(xpt->n_children <= xpt->max_children); in sanity_check_XTree()
782 if (sxpt->Sig.n_children > 0) { in sanity_check_SXTree()
783 for (i = 0; i < sxpt->Sig.n_children; i++) { in sanity_check_SXTree()
916 if (ch == xpt->n_children) { in get_XCon()
955 if (0 != xpt->n_children) { in get_XCon()
2143 sxpt->Sig.n_children = 0; in pp_snapshot_SXPt()
2152 FP("%sn%d: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB); in pp_snapshot_SXPt()
2188 VG_(ssort)(sxpt->Sig.children, sxpt->Sig.n_children, sizeof(SXPt*), in pp_snapshot_SXPt()
2193 for (i = 0; i < sxpt->Sig.n_children; i++) { in pp_snapshot_SXPt()
2411 alloc_xpt->n_children, in ms_print_stats()
2412 ( n_xpts ? alloc_xpt->n_children * 100 / n_xpts : 0)); in ms_print_stats()