Home
last modified time | relevance | path

Searched defs:positives (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c626 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline()
763 char positives = 0, negatives = 0; in dt_print_quantize() local
863 char positives = 0, negatives = 0; in dt_print_lquantize() local
993 char positives = 0, negatives = 0; in dt_print_llquantize() local
1842 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum() local
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java364 printDistributionLine(long val, double total, boolean positives, in printDistributionLine()