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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c355 long s_inv; /* Inverse: i_inv(i) = */ local
356 /* {pc00, pc00+1, ... pc00+s_inv-1}. */
565 * Also, the N-to-one value, s_inv, such that
567 * i(pc_l + K * s_inv + d) = K, for 0 <= d < s_inv
576 * NB s_inv, as actually computed, is not sufficiently accurate
580 * the code when 's_inv' is mentioned. dween
608 s_inv = pc_m/n_pc; /* Range of PCs mapped into one index. */
615 "sf = %d, s_inv = %d bias = %d\n",
616 (long)sf, s_inv, bia
[all...]

Completed in 57 milliseconds