Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c197 pctype svalue0, svalue1; in asgnsamples() local
225 svalue0 = nl[j].svalue; in asgnsamples()
231 if (pch < svalue0) in asgnsamples()
239 overlap = min(pch, svalue1) - max(pcl, svalue0); in asgnsamples()
246 nl[j].value/sizeof (UNIT), svalue0, in asgnsamples()