Searched refs:max_pc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp190 uint64_t max_pc = 0; local
396 if (jump > max_pc &&
398 max_pc = jump;
412 if (pc > max_pc) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp190 uint64_t max_pc = 0; local
396 if (jump > max_pc &&
398 max_pc = jump;
412 if (pc > max_pc) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof4404 my $max_pc = $min_pc; # find the maximal PC value in any sample
4406 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4408 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
/external/jemalloc/bin/
H A Dpprof4431 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]);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof4404 my $max_pc = $min_pc; # find the maximal PC value in any sample
4406 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4408 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);

Completed in 2631 milliseconds