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

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

Completed in 102 milliseconds