Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Dlookup.c98 locate(Address *pclist, size_t nelem, Address keypc) in locate() argument
102 if (keypc <= pclist[low]) in locate()
103 return (pclist); in locate()
105 if (keypc > pclist[high]) in locate()
111 if ((pclist[middle] < keypc) && (pclist[middle + 1] >= keypc)) in locate()
112 return (&pclist[middle + 1]); in locate()
114 if (pclist[middle] >= keypc) in locate()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c749 locate(Address *pclist, size_t nelem, Address keypc) in locate() argument
753 if (keypc <= pclist[low]) in locate()
754 return (pclist); in locate()
756 if (keypc > pclist[high]) in locate()
762 if ((pclist[middle] < keypc) && (pclist[middle + 1] >= keypc)) in locate()
763 return (&pclist[middle + 1]); in locate()
765 if (pclist[middle] >= keypc) in locate()