Home
last modified time | relevance | path

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

12

/freebsd/crypto/heimdal/lib/wind/
H A Dtest-prohibited.c40 static uint32_t positives[] = { variable
124 for (i = 0; i < sizeof(positives)/sizeof(positives[0]); ++i) in main()
125 if (!_wind_stringprep_error(positives[i], WIND_PROFILE_NAME)) { in main()
127 positives[i]); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java300 boolean positives = false; in printDistribution()
328 positives = true; in printDistribution()
354 printDistributionLine(v, total, positives, negatives); in printDistribution()
359 printDistributionLine(long val, double total, boolean positives, in printDistributionLine() argument
366 assert (!(total == 0 && (positives || negatives))); in printDistributionLine()
368 assert (!(val > 0 && !positives)); in printDistributionLine()
372 if (positives) { in printDistributionLine()
384 if (!positives) { in printDistributionLine()
/freebsd/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt25 the false positives that may occur when binary files containing large
90 positives). This, however, incurs a reduced precision overall, since
91 false positives are more likely to appear in binary files that contain
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c673 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()
684 assert(!(val > 0 && !positives)); in dt_print_quantline()
688 if (positives) { in dt_print_quantline()
704 if (!positives) { in dt_print_quantline()
879 char positives = 0, negatives = 0; in dt_print_quantize() local
890 positives |= (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
1074 positives | in dt_print_lquantize()
1320 char positives = 0, negatives = 0; dt_print_llquantize() local
2599 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; dt_print_datum() local
[all...]
/freebsd/contrib/pam-krb5/m4/
H A Dcc-flags.m481 dnl -Wstack-protector Too many false positives from small buffers
96 dnl -Wtautological-pointer-compare False positives with for loops
/freebsd/contrib/llvm-project/libc/src/__support/HashTable/generic/
H A Dbitmask_impl.inc95 // However, there are possitbilites for false positives. For example, if the
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td34 /// Released entries are stable, produce minimal, if any false positives,
H A DCheckers.td15 // The Alpha package is for checkers that have too many false positives to be
1023 "standard), which can lead to false positives depending on "
1069 "produce false positives).",
/freebsd/contrib/file/magic/Magdir/
H A Dandroid49 # false positives
H A Dmacintosh424 # "BD" gives many false positives
H A Dapple300 # necessary to check the tab stops that follow it to avoid false positives.
H A Darchive621 # there were many low-quality sigs, i.e. easy to trigger false positives.
738 # match end of TTComp to reduce false positives
H A Dmsdos345 # But that check is too generic and had lot of false positives. 32STUB/32rtm
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def305 "false positives (where e.g. a structure is nonempty, but the analyzer "
306 "does not notice this); but it also eliminates some true positives (e.g. "
/freebsd/contrib/expat/
H A DChanges353 #1059 Fix a class of false positives where input should have been
1310 for supported compile flags to avoid false positives
1584 #9 Address two Clang Static Analyzer false positives
/freebsd/share/mk/
H A Dbsd.README501 should be installed as well to reduce false positives
/freebsd/contrib/pam-krb5/
H A DREADME.md228 environment or that produce a lot of false positives without uncovering
H A DREADME214 environment or that produce a lot of false positives without uncovering
/freebsd/crypto/krb5/src/
H A Daclocal.m41031 * Use volatile, or else optimization can cause false positives.
/freebsd/contrib/openpam/
H A Daclocal.m4891 # Even a millisecond often causes a bunch of false positives,
/freebsd/contrib/libedit/
H A DChangeLog684 of these are false positives, most of the real bugs are already
2223 1. The isascii(3) check can yield false positives. If a string
/freebsd/crypto/heimdal/
H A DChangeLog.1998642 * acinclude.m4 (AC_KRB_IPV6): rewrote to avoid false positives
/freebsd/contrib/tcsh/
H A DFixes393 44. auth.patch: Handle false positives in getauthid() detection,
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstring747 // the memory to avoid triggering false positives.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring757 // the memory to avoid triggering false positives.

12