Home | History | Annotate | Download | only in bin

Lines Matching full:max_pc

4431   my $max_pc = $min_pc;          # find the maximal PC value in any sample
4433 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4435 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);