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

/freebsd-10.0-release/contrib/top/
H A Ddisplay.c344 static int ltotal = 0; variable
364 ltotal = total;
391 if (ltotal != total)
403 if (digits(total) != digits(ltotal))
416 ltotal = total;
/freebsd-10.0-release/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 134 milliseconds