Searched refs:positives (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 299 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 D | dt_consume.c | 626 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument 635 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline() 637 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() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | fixup_kernel.sh | 17 /* delete these function pointers which cause false positives */
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | arm64-detecting-tagged-addresses.txt | 165 It is possible to filter out false positives by annotating function parameters
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 76 # causing false positives for the unref. checks for libsec.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 363 04-04-15 make.probe: check probe_libdir false positives
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 1356 Note: this feature will cause false positives, i.e., there
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1322 positives, until they can be fixed and fully validated (ACPICA BZ 1112):
|