Searched refs:n_lossrecords (Results 1 – 1 of 1) sorted by relevance
1244 UInt i, n_lossrecords; in get_lr_array_from_lr_table() local1247 n_lossrecords = VG_(OSetGen_Size)(lr_table); in get_lr_array_from_lr_table()1253 lr_array = VG_(malloc)("mc.pr.2", n_lossrecords * sizeof(LossRecord*)); in get_lr_array_from_lr_table()1259 tl_assert(i == n_lossrecords); in get_lr_array_from_lr_table()1260 return n_lossrecords; in get_lr_array_from_lr_table()1491 Int i, n_lossrecords, start_lr_output_scan; in print_results() local1532 n_lossrecords = get_lr_array_from_lr_table(); in print_results()1533 for (i = 0; i < n_lossrecords; i++) { in print_results()1600 n_lossrecords = get_lr_array_from_lr_table (); in print_results()1601 tl_assert(VG_(OSetGen_Size)(lr_table) == n_lossrecords); in print_results()[all …]