Lines Matching full:insig
570 SizeT szB; // memory size for the node, be it Sig or Insig
586 Insig;
685 // 0 sig, 0 insig alloc 0 children
686 // N sig, 0 insig alloc N children, dup all
687 // N sig, M insig alloc N+1, dup first N, aggregate remaining M
688 // 0 sig, M insig alloc 1, aggregate M
744 // Nb: We 'n_sxpt_allocs' here because creating an Insig SXPt
750 insig_sxpt->Insig.n_xpts = n_insig_children;
2237 // startup/shutdown). Second, this way we get the Insig SXPt (if one
2261 // There should be 0 or 1 Insig children SXPts.
2266 Char* s = ( 1 == sxpt->Insig.n_xpts ? "," : "s, all" );
2268 depth_str, sxpt->szB, sxpt->Insig.n_xpts, s,