Lines Matching refs:GetEntry
1219 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b }
1221 my $f = GetEntry($flat, $k);
1222 my $c = GetEntry($cumulative, $k);
1726 $c1 += GetEntry($flat, $a);
1727 $c2 += GetEntry($cumulative, $a);
1828 my $n1 = GetEntry($samples1, $l);
1829 my $n2 = GetEntry($samples2, $l);
1932 $c1 += GetEntry($flat, $a);
1933 $c2 += GetEntry($cumulative, $a);
2035 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
2036 abs(GetEntry($cumulative, $a))
2044 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2111 my $f = GetEntry($flat, $a);
2112 my $c = GetEntry($cumulative, $a);
3195 my $v = $A->{$k} - GetEntry($B, $k);
3213 sub GetEntry {