Searched refs:highpc (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c84 monstartup(char *lowpc, char *highpc) argument
91 cntsiz = (highpc - lowpc) * ARCDENSITY / 100;
94 monsize = (highpc - lowpc + HISTFRACTION - 1) / HISTFRACTION
101 monitor(lowpc, highpc, buffer, monsize, cntsiz);
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) argument
157 if (ssiz >= bufsiz || lowpc >= highpc)
179 php->hpc = (char *)highpc; /* region of the buffer */
186 o = (highpc - lowpc);
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dmon.c204 char *highpc = (char *)ahighpc; local
241 if (ssiz >= bufsize || lowpc >= highpc) {
296 hdrp->hpc = highpc;
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
168 scale = highpc - lowpc;
587 hdr.highpc = (pctype32)h.highpc;
1618 tmp.highpc = (pctype)l_hdr64.hd_hpc;
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc;
1663 tmp.highpc = hdr32.highpc;
1671 if (tmp.lowpc >= tmp.highpc) {
1684 tmp.highpc !
[all...]
H A Dgprof.h281 pctype highpc; member in struct:hdr
287 pctype32 highpc; member in struct:hdr32
303 pctype s_highpc; /* highpc from profile file in o-s gmon.out */

Completed in 78 milliseconds