Searched refs:negatives (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-prohibited.c | 91 static uint32_t negatives[] = { variable 131 for (i = 0; i < sizeof(negatives)/sizeof(negatives[0]); ++i) in main() 132 if (_wind_stringprep_error(negatives[i], WIND_PROFILE_NAME)) { in main() 134 negatives[i]); in main()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 301 boolean negatives = false; in printDistribution() 331 negatives = true; in printDistribution() 354 printDistributionLine(v, total, positives, negatives); in printDistribution() 360 boolean negatives) in printDistributionLine() argument 366 assert (!(total == 0 && (positives || negatives))); in printDistributionLine() 367 assert (!(val < 0 && !negatives)); in printDistributionLine() 371 if (!negatives) { in printDistributionLine()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_consume.c | 673 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument 682 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline() 683 assert(!(val < 0 && !negatives)); in dt_print_quantline() 687 if (!negatives) { in dt_print_quantline() 879 char positives = 0, negatives = 0; in dt_print_quantize() local 891 negatives |= (data[i] < 0); in dt_print_quantize() 904 positives, negatives) < 0) in dt_print_quantize() 1060 char positives = 0, negatives = 0; in dt_print_lquantize() local 1075 negatives |= (data[i] < 0); in dt_print_lquantize() 1100 total, positives, negatives) < 0) in dt_print_lquantize() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 24 "chance of false negatives.") 28 "increase the chance of false negatives. It is not advised to go "
|
/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 29 # 0 negatives so far (if we're at a condition, check it)
|
/freebsd/contrib/kyua/ |
H A D | configure.ac | 119 dnl minimize the chance of false test run negatives later on.
|
H A D | NEWS.md | 104 tests for this command to avoid false negatives.
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | txtvsbin.txt | 23 of false negatives is sometimes too high, which means that the recall
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 148 Instead of a false positive, we want false negatives; failure to
|
H A D | Changelog | 333 negatives during testing.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 162 "counter-heuristic to avoid false negatives.",
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1425 // This scheme can lead to false negatives, e.g. when all operations
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | images | 2367 # Kodak Cineon format for scanned negatives
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 501 …* configure.ac: build: fix false negatives for help2man and texi2dvi HELP2MAN and TEXI2DVI (or the…
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 12386 // Not a user-facing diagnostic. Useful for debugging false negatives in
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 73 "false negatives".
|