Lines Matching refs:lowpc
36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
104 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries()
105 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale; in alignentries()
168 scale = highpc - lowpc; in asgnsamples()
176 pcl = lowpc + scale * i; in asgnsamples()
178 pch = lowpc + scale * (i + 1); in asgnsamples()
586 hdr.lowpc = (pctype32)h.lowpc; in dumpsum_ostyle()
1617 tmp.lowpc = 0; in openpfile()
1641 tmp.lowpc = 0; in openpfile()
1662 tmp.lowpc = hdr32.lowpc; in openpfile()
1671 if (tmp.lowpc >= tmp.highpc) { in openpfile()
1683 if (s_highpc != 0 && (tmp.lowpc != h.lowpc || in openpfile()
1691 s_lowpc = h.lowpc; in openpfile()
1693 lowpc = h.lowpc / sizeof (UNIT); in openpfile()
1702 h.lowpc, h.highpc, h.ncnt); in openpfile()
1708 lowpc, highpc); in openpfile()