Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c193 unsigned_UNIT ccnt; in asgnsamples()
633 if (fwrite(samples, sizeof (unsigned_UNIT), nsamples, sfile) != in dumpsum_ostyle()
1465 unsigned_UNIT sample; in readsamples()
1468 samples = (unsigned_UNIT *) calloc(nsamples, in readsamples()
1469 sizeof (unsigned_UNIT)); in readsamples()
1473 whoami, sampbytes / sizeof (unsigned_UNIT)); in readsamples()
1479 (void) fread(&sample, sizeof (unsigned_UNIT), 1, pfile); in readsamples()
1733 nsamples = sampbytes / sizeof (unsigned_UNIT); in openpfile()
H A Dgprof.h91 typedef unsigned short unsigned_UNIT; /* to remove warnings from gprof.c */ typedef