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

/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c465 * with respect to the routine entry addresses svalue0 and svalue1
468 * that is to be credited to the routine which starts at svalue0.
470 * svalue0 svalue1
502 unsigned long svalue0, svalue1; local
523 svalue0 = nl[j].svalue;
529 if (pch < svalue0)
537 overlap = min(pch, svalue1) - max(pcl, svalue0);
543 svalue0, svalue1, nl[j].name,

Completed in 68 milliseconds