Searched refs:negatives (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dtest-prohibited.c91 static uint32_t negatives[] = { variable
131 for (i = 0; i < sizeof(negatives)/sizeof(negatives[0]); ++i)
132 if (_wind_stringprep_error(negatives[i], WIND_PROFILE_NAME)) {
134 negatives[i]);
/freebsd-12-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S70 fdtox %f0, %f0 ! (this includes negatives!)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java301 boolean negatives = false;
331 negatives = true;
354 printDistributionLine(v, total, positives, negatives);
360 boolean negatives)
366 assert (!(total == 0 && (positives || negatives)));
367 assert (!(val < 0 && !negatives));
371 if (!negatives) {
359 printDistributionLine(long val, double total, boolean positives, boolean negatives) argument
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c634 uint64_t normal, long double total, char positives, char negatives)
643 assert(!(total == 0 && (positives || negatives)));
644 assert(!(val < 0 && !negatives));
648 if (!negatives) {
771 char positives = 0, negatives = 0; local
800 negatives |= (data[i] < 0);
813 positives, negatives) < 0)
871 char positives = 0, negatives = 0; local
908 negatives |= (data[i] < 0);
933 total, positives, negatives) <
633 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
1001 char positives = 0, negatives = 0; local
1859 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; local
[all...]
/freebsd-12-stable/share/mk/
H A Dbsd.test.mk48 # installed and thus won't cause false negatives.

Completed in 72 milliseconds