Home
last modified time | relevance | path

Searched defs:negatives (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
1843 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; in dt_print_datum() local
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java365 boolean negatives) in printDistributionLine()