HomeSort by: relevance | last modified time | path
    Searched refs:positives (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
test-prohibited.c 42 static uint32_t positives[] = { variable
126 for (i = 0; i < sizeof(positives)/sizeof(positives[0]); ++i)
127 if (!_wind_stringprep_error(positives[i], WIND_PROFILE_NAME)) {
129 positives[i]);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 633 uint64_t normal, long double total, char positives, char negatives)
642 assert(!(total == 0 && (positives || negatives)));
644 assert(!(val > 0 && !positives));
648 if (positives) {
664 if (!positives) {
770 char positives = 0, negatives = 0; local
798 positives |= (data[i] > 0);
812 positives, negatives) < 0)
870 char positives = 0, negatives = 0; local
906 positives |= (data[i] > 0)
1000 char positives = 0, negatives = 0; local
1858 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; local
    [all...]
  /src/share/mk/
bsd.test.mk 175 # Forbid this case. It is likely to cause false positives/negatives and it
187 @echo "*** positives and/or false negatives."
  /src/external/gpl3/gcc/dist/gcc/
range-op-float.cc 1587 // Start with the positives because negatives are an impossible result.
1588 frange positives (type, dconst0, frange_val_max (type));
1589 positives.update_nan (/*sign=*/false);
1590 positives.intersect (lhs);
1591 r = positives;
1603 frange negatives (type, real_value_negate (&positives.upper_bound ()),
1604 real_value_negate (&positives.lower_bound ()));
range-op.cc 4293 // Start with the positives because negatives are an impossible result.
4294 int_range_max positives = range_positives (type); local
4295 positives.intersect (lhs);
4296 r = positives;
4299 for (unsigned i = 0; i < positives.num_pairs (); ++i)
4301 -positives.upper_bound (i),
4302 -positives.lower_bound (i)));
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 3688 // Start with the positives because negatives are an impossible result.
3689 int_range_max positives = range_positives (type); local
3690 positives.intersect (lhs);
3691 r = positives;
3694 for (unsigned i = 0; i < positives.num_pairs (); ++i)
3696 -positives.upper_bound (i),
3697 -positives.lower_bound (i)));
  /src/crypto/external/apache2/openssl/dist/crypto/
sparccpuid.S 55 ! set away from 0x99 to avoid false-positives matches.
  /src/crypto/external/bsd/openssl/dist/crypto/
sparccpuid.S 55 ! set away from 0x99 to avoid false-positives matches.
  /src/external/gpl3/autoconf/dist/
maint.mk 777 # gnulib header file, eliminating a few common false-positives.
894 # even in comments, but for now it does the job with no false positives.

Completed in 68 milliseconds