Lines Matching defs:pc_l
223 char *pc_l; /* From head.lpc. */
352 /* i(pc) = ((pc - pc_l) * sf)/bias. */
358 unsigned pc_m; /* Range of PCs profiled: pc_m = pc_h - pc_l */
556 * computed from the low (pc_l) and high (pc_h) addresses, gotten
561 * (pc - pc_l) * sf
567 * i(pc_l + K * s_inv + d) = K, for 0 <= d < s_inv
585 pc_l = head.lpc; /* Low PC of range that was profiled. */
587 pc_m = pc_h - pc_l; /* Range of profiled addresses. */
593 pc_l, pc_h, pc_m, pc_m, head.nfns, n_cc, n_pc));
761 * by pc_l and pc_h, respectively, partition the profiling range into
804 i0 = (((unsigned)pc0 - (unsigned)pc_l) * sf)/bias;
807 i1 = (((unsigned)pc1 - (unsigned)pc_l) * sf)/bias;
813 pc00 = pc_l + (unsigned long)((bias * i0)/sf);
816 pc10 = pc_l + (unsigned long)((bias * i1)/sf);
1152 (pc_l <= (char *)nl.ps_sym.st_value) &&