Lines Matching refs:n_cc
332 int vn_cc, n_cc; /* Number of cnt structures in profile data */
515 n_cc = head.nfns;
516 ccounts = _prof_Malloc(n_cc, sizeof (struct cnt));
519 if (fread((char *)ccounts, sizeof (struct cnt), n_cc, mon_iop) != n_cc)
527 n_pc = (n - sizeof (head) - n_cc * sizeof (struct cnt))/sizeof (WORD);
528 ccp = &ccounts[n_cc]; /* Point to last (+1) of call counters ... */
532 } while (--n_cc > 0); /* Or all are zero. */
534 if (n_cc > 0) {
537 if (n_cc < head.nfns) {
539 (unsigned)n_cc * sizeof (struct cnt))) == NULL)
544 if (n_cc > (MPROGS0 * 5)/6)
593 pc_l, pc_h, pc_m, pc_m, head.nfns, n_cc, n_pc));
702 qsort((char *)ccp, (unsigned)n_cc, sizeof (struct cnt), c_ccaddr);
705 vn_cc = n_cc; /* save this for verbose option */
1098 Fprint(stderr, "%5d/%d call counts used\n", n_cc, head.nfns);