Symbol: negative
crypto/heimdal/kdc/pkinit.c
321
BN_set_negative(bn, f->negative);
crypto/heimdal/kdc/pkinit.c
913
integer->negative = BN_is_negative(bn);
crypto/heimdal/lib/asn1/asn1-common.h
13
int negative;
crypto/heimdal/lib/asn1/der_cmp.c
94
if (p->negative != q->negative)
crypto/heimdal/lib/asn1/der_cmp.c
95
return q->negative - p->negative;
crypto/heimdal/lib/asn1/der_copy.c
171
to->negative = from->negative;
crypto/heimdal/lib/asn1/der_format.c
45
data->negative = 0;
crypto/heimdal/lib/asn1/der_format.c
50
data->negative = 1;
crypto/heimdal/lib/asn1/der_format.c
97
if (data->negative) {
crypto/heimdal/lib/asn1/der_get.c
384
data->negative = 0;
crypto/heimdal/lib/asn1/der_get.c
395
data->negative = 1;
crypto/heimdal/lib/asn1/der_get.c
420
data->negative = 0;
crypto/heimdal/lib/asn1/der_length.c
259
if (k->negative)
crypto/heimdal/lib/asn1/der_put.c
341
if (data->negative) {
crypto/heimdal/lib/hx509/crypto.c
230
BN_set_negative(bn, i->negative);
crypto/heimdal/lib/krb5/pkinit.c
113
integer->negative = BN_is_negative(bn);
crypto/heimdal/lib/krb5/pkinit.c
128
BN_set_negative(bn, f->negative);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
894
uint8_t bnegative = negative(b);
crypto/openssh/ed25519.c
1771
fe25519_cmov(&t->x, &v, negative(b));
crypto/openssh/smult_curve25519_ref.c
54
unsigned int negative;
crypto/openssh/smult_curve25519_ref.c
58
negative = -((a[31] >> 7) & 1);
crypto/openssh/smult_curve25519_ref.c
59
for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);
crypto/openssl/crypto/ec/curve25519.c
4338
uint8_t bnegative = negative(b);
lib/libc/tests/stdio/printfloat_test.c
379
double negative = -__DBL_DENORM_MIN__;
lib/libc/tests/stdio/printfloat_test.c
380
testfmt("-4.9406564584124654418e-324", "%20.20g", negative);
lib/libc/tests/stdio/printfloat_test.c
381
testfmt("-4.9406564584124654418E-324", "%20.20G", negative);
lib/libc/tests/stdio/printfloat_test.c
382
testfmt("-0x1p-1074", "%a", negative);
lib/libc/tests/stdio/printfloat_test.c
383
testfmt("-0X1P-1074", "%A", negative);
lib/libc/tests/stdio/printfloat_test.c
394
float negative = -__FLT_DENORM_MIN__;
lib/libc/tests/stdio/printfloat_test.c
395
testfmt("-1.4012984643248170709e-45", "%20.20g", negative);
lib/libc/tests/stdio/printfloat_test.c
396
testfmt("-1.4012984643248170709E-45", "%20.20G", negative);
lib/libc/tests/stdio/printfloat_test.c
397
testfmt("-0x1p-149", "%a", negative);
lib/libc/tests/stdio/printfloat_test.c
398
testfmt("-0X1P-149", "%A", negative);
lib/libutil/mntopts.c
53
int negative, len;
lib/libutil/mntopts.c
64
negative = 1;
lib/libutil/mntopts.c
67
negative = 0;
lib/libutil/mntopts.c
88
if (negative == m->m_inverse)
lib/msun/tests/nearbyint_test.c
69
get_output(int testindex, int rmodeindex, int negative)
lib/msun/tests/nearbyint_test.c
73
if (negative) { /* swap downwards and upwards if input is negative */
lib/msun/tests/nearbyint_test.c
82
return (negative ? -out : out);
sbin/dhclient/parse.c
335
bool negative = false;
sbin/dhclient/parse.c
341
negative = true;
sbin/dhclient/parse.c
381
if (negative)
sbin/dhclient/parse.c
389
negative ? "-" : "", val, max);
sbin/dhclient/parse.c
393
negative ? "-" : "", val, max);
sbin/dhclient/parse.c
397
negative ? "-" : "", val, max);
sbin/dhclient/parse.c
402
if (negative)
sbin/fsck/fsutil.c
74
int negative, found;
sbin/fsck/fsutil.c
78
negative = 1;
sbin/fsck/fsutil.c
81
negative = 0;
sbin/fsck/fsutil.c
87
found = negative;
sbin/fsck/fsutil.c
89
found = !negative;
sbin/mount/mount.c
506
int negative, found;
sbin/mount/mount.c
510
negative = 1;
sbin/mount/mount.c
513
negative = 0;
sbin/mount/mount.c
519
found = negative;
sbin/mount/mount.c
521
found = !negative;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
716
bool negative, sign, twos_compl;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
736
negative = false;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
755
negative = true;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
817
else if (negative)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
826
else if (negative)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
835
else if (negative)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
844
else if (negative)
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
906
if (negative)