Home
last modified time | relevance | path

Searched refs:max_pc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
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/jemalloc/bin/
Djeprof.in4661 my $max_pc = $min_pc; # find the maximal PC value in any sample
4663 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4665 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);