Home
last modified time | relevance | path

Searched refs:positives (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java299 boolean positives = false; in printDistribution()
328 positives = true; in printDistribution()
359 printDistributionLine(v, total, positives, negatives); in printDistribution()
364 printDistributionLine(long val, double total, boolean positives, in printDistributionLine() argument
371 assert (!(total == 0 && (positives || negatives))); in printDistributionLine()
373 assert (!(val > 0 && !positives)); in printDistributionLine()
377 if (positives) { in printDistributionLine()
389 if (!positives) { in printDistributionLine()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c637 assert(!(val > 0 && !positives)); in dt_print_quantline()
641 if (positives) { in dt_print_quantline()
657 if (!positives) { in dt_print_quantline()
763 char positives = 0, negatives = 0; in dt_print_quantize() local
791 positives |= (data[i] > 0); in dt_print_quantize()
805 positives, negatives) < 0) in dt_print_quantize()
863 char positives = 0, negatives = 0; in dt_print_lquantize() local
899 positives |= (data[i] > 0); in dt_print_lquantize()
993 char positives = 0, negatives = 0; in dt_print_llquantize() local
1040 positives |= (data[i] > 0); in dt_print_llquantize()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh17 /* delete these function pointers which cause false positives */
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt165 It is possible to filter out false positives by annotating function parameters
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE363 04-04-15 make.probe: check probe_libdir false positives
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME1356 Note: this feature will cause false positives, i.e., there
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1322 positives, until they can be fixed and fully validated (ACPICA BZ 1112):