Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Ddisplay.c331 static int ltotal = 0; variable
350 ltotal = total; in i_procstates()
376 if (ltotal != total) in u_procstates()
389 if (digits(total) != digits(ltotal)) in u_procstates()
402 ltotal = total; in u_procstates()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c297 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local
309 ltotal += (long double)bucketval * (long double)lhs[i]; in dt_aggregate_quantizedcmp()
313 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()
316 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()