Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c340 int rtotal, wtotal, i, j; in disp_stats() local
357 rtotal = cs_persec->st_rdhits + cs_persec->st_rdmiss; in disp_stats()
359 if (rtotal != 0) in disp_stats()
360 readp = cs_persec->st_rdhits / (double)rtotal; in disp_stats()
846 int rtotal, wtotal, i, j; in disp_total_stats() local
858 rtotal = cs_cur->st_rdhits + cs_cur->st_rdmiss; in disp_total_stats()
860 if (rtotal != 0) in disp_total_stats()
861 readp = cs_cur->st_rdhits / (double)rtotal; in disp_total_stats()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c291 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local
303 rtotal += (long double)bucketval * (long double)rhs[i]; in dt_aggregate_quantizedcmp()
306 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()
309 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()