Lines Matching refs:indirect_szB
429 SizeT indirect_szB : (sizeof(SizeT)*8)-3; // If Unreached, how many bytes
615 if (ex->indirect_szB > 0) in lc_push_with_clique_if_a_chunk_ptr()
617 ch_no, clique, (SizeT)ch->szB, (SizeT)ex->indirect_szB); in lc_push_with_clique_if_a_chunk_ptr()
623 lc_extras[clique].indirect_szB += ch->szB; in lc_push_with_clique_if_a_chunk_ptr()
624 lc_extras[clique].indirect_szB += ex->indirect_szB; in lc_push_with_clique_if_a_chunk_ptr()
625 ex->indirect_szB = 0; // Shouldn't matter. in lc_push_with_clique_if_a_chunk_ptr()
753 SizeT total_szB_a = lr_a->szB + lr_a->indirect_szB; in cmp_LossRecords()
754 SizeT total_szB_b = lr_b->szB + lr_b->indirect_szB; in cmp_LossRecords()
804 old_lr->indirect_szB += ex->indirect_szB; in print_results()
812 lr->indirect_szB = ex->indirect_szB; in print_results()
1021 lc_extras[i].indirect_szB = 0; in MC_()