Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/top/
Ddisplay.c333 static int ltotal = 0; variable
352 ltotal = total; in i_procstates()
378 if (ltotal != total) in u_procstates()
391 if (digits(total) != digits(ltotal)) in u_procstates()
404 ltotal = total; in u_procstates()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_aggregate.c296 long double ltotal = 0, rtotal = 0; in dt_aggregate_quantizedcmp() local
308 ltotal += (long double)bucketval * (long double)lhs[i]; in dt_aggregate_quantizedcmp()
312 if (ltotal < rtotal) in dt_aggregate_quantizedcmp()
315 if (ltotal > rtotal) in dt_aggregate_quantizedcmp()