Lines Matching refs:highpc
36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
168 scale = highpc - lowpc; in asgnsamples()
587 hdr.highpc = (pctype32)h.highpc; in dumpsum_ostyle()
1618 tmp.highpc = (pctype)l_hdr64.hd_hpc; in openpfile()
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc; in openpfile()
1663 tmp.highpc = hdr32.highpc; in openpfile()
1671 if (tmp.lowpc >= tmp.highpc) { in openpfile()
1684 tmp.highpc != h.highpc || tmp.ncnt != h.ncnt)) { in openpfile()
1692 s_highpc = h.highpc; in openpfile()
1694 highpc = h.highpc / sizeof (UNIT); in openpfile()
1702 h.lowpc, h.highpc, h.ncnt); in openpfile()
1708 lowpc, highpc); in openpfile()