Searched refs:sign (Results 126 - 150 of 274) sorted by relevance

1234567891011

/freebsd-11.0-release/crypto/openssl/apps/
H A Dpkcs7.c235 if (p7->d.sign != NULL) {
236 certs = p7->d.sign->cert;
237 crls = p7->d.sign->crl;
H A DCA.pl.in9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-signcert|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dparseutil.c214 int sign = 0; local
224 if(sign == 0) {
225 sign = -1;
231 if(sign == 0) {
232 sign = 1;
/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.h360 unsigned char sign; member in struct:__anon1232
364 unsigned int sign;
393 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1234::__anon1235
401 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1234::__anon1236
411 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1234::__anon1237
/freebsd-11.0-release/contrib/jemalloc/src/
H A Dutil.c38 static char *d2s(intmax_t x, char sign, char *s, size_t *slen_p);
141 /* Swallow leading whitespace and get sign, if any. */
162 * Note where the first non-whitespace/sign character is so that it is
283 d2s(intmax_t x, char sign, char *s, size_t *slen_p) argument
291 sign = '-';
292 switch (sign) {
301 *s = sign;
/freebsd-11.0-release/sys/dev/mse/
H A Dmse.c519 int sign; local
531 sign = (dx < 0);
535 if (sign)
537 sign = (dy < 0);
541 if (sign)
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c237 dst->sign = src->sign;
485 int (*sign) (EVP_PKEY_CTX *ctx,
491 pmeth->sign = sign;
H A Dpmeth_fn.c88 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
106 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign) {
116 return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c189 BFD_HOST_64_BIT val = 0, sign; local
198 /* sign extend: */
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);
200 val = (val ^ sign) - sign;
385 BFD_HOST_U_64_BIT sign = 0; local
389 sign = 0x4;
400 *code |= (sign | value) << self->field[0].shift;
/freebsd-11.0-release/contrib/gdtoa/
H A Ddtoa.c78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
84 /* Arguments ndigits, decpt, sign are similar to those
155 /* set sign for everything, including 0's and NaNs */
156 *sign = 1;
157 word0(&d) &= ~Sign_bit; /* clear sign bit */
160 *sign = 0;
192 if (*sign)
628 j1 = delta->sign
[all...]
H A Dgdtoa.h107 int *sign, char **rve));
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dieee754-df.S64 @ flip sign bit
77 eor xh, xh, #0x80000000 @ flip sign bit of first arg
83 eor yh, yh, #0x80000000 @ flip sign bit of second arg
167 @ Keep absolute value in xh-xl-ip, sign in r5 (the n bit was set above)
285 @ shift result right of 1 to 20 bits, sign is in r5.
364 @ if opposite sign: return NAN
393 mov r5, #0 @ sign bit is 0
412 ands r5, r0, #0x80000000 @ sign bit in r5
426 movs r2, r0, lsl #1 @ toss sign bit
428 mov xh, xh, rrx @ retrieve sign bi
[all...]
/freebsd-11.0-release/contrib/apr/strings/
H A Dapr_snprintf.c80 * sign is set to 0 for positive, 1 for negative
86 static char *apr_cvt(double arg, int ndigits, int *decpt, int *sign, argument
96 *sign = 0;
99 *sign = 1;
161 static char *apr_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) argument
163 return (apr_cvt(arg, ndigits, decpt, sign, 1, buf));
166 static char *apr_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) argument
168 return (apr_cvt(arg, ndigits, decpt, sign, 0, buf));
178 int sign, decpt; local
183 p1 = apr_ecvt(number, ndigit, &decpt, &sign, buf
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Ddfp.c77 r->sign = 1;
138 /* Fix up sign bit. */
139 if (r->sign != decNumberIsNegative (dn))
664 /* Keep sign field in sync. */
665 r->sign ^= 1;
676 /* Keep sign field in sync. */
677 r->sign = 0;
694 decimal_real_maxval (REAL_VALUE_TYPE *r, int sign, enum machine_mode mode) argument
714 if (sign)
/freebsd-11.0-release/usr.bin/dc/
H A Dinout.c192 bool dot = false, sign = false; local
204 sign = true;
231 if (sign)
/freebsd-11.0-release/usr.sbin/uefisign/
H A Duefisign.c238 PKCS7_set0_type_other(pkcs7->d.sign->contents, nid, t);
242 sign(X509 *cert, EVP_PKEY *key, int pipefd) function
421 sign(cert, key, pipefds[0]);
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c319 p7->d.sign->cert)) {
329 X509_STORE_CTX_set0_crls(&cert_ctx, p7->d.sign->crl);
460 && p7->d.sign->cert)
462 X509_find_by_issuer_and_serial(p7->d.sign->cert,
/freebsd-11.0-release/contrib/gdb/gdb/
H A Di387-tdep.c57 to print the value, 1 position for the sign, 1 for the decimal
71 int sign; local
76 sign = raw[9] & 0x80;
87 fprintf_filtered (file, " %cInf", (sign ? '-' : '+'));
88 else if (sign && fraction[0] == 0x00000000 && fraction[1] == 0x40000000)
/freebsd-11.0-release/sys/kern/
H A Dsubr_prf.c634 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
662 sign = 0; dot = 0; dwidth = 0; upper = 0;
672 sign = 1;
760 sign = 1;
801 sign = 0;
809 if (sign)
846 sign = 1;
852 sign = 0;
888 if (sign && (intmax_t)num < 0) {
/freebsd-11.0-release/lib/libc/stdtime/
H A Dstrftime.c500 char const * sign; local
540 sign = "-";
543 sign = "+";
544 pt = _add(sign, pt, ptlim);
H A Dstrptime.c568 int sign = 1; local
572 sign = -1;
588 tm->tm_hour -= sign * (i / 100);
589 tm->tm_min -= sign * (i % 100);
/freebsd-11.0-release/lib/msun/src/
H A De_sqrtl.c96 if (u.bits.sign)
/freebsd-11.0-release/sys/mips/mips/
H A Dfp.S639 xor ta0, ta0, 1 # negate FT sign bit
651 bne t0, ta0, invalid_s # both infinities same sign?
672 or t0, t0, ta0 # compute result sign
675 and t0, t0, ta0 # compute result sign
731 or t0, t0, ta0 # compute result sign
734 and t0, t0, ta0 # compute result sign
743 move t0, ta0 # sign of result = FTs
755 xor ta0, ta0, 1 # negate sign bit
769 bne t0, ta0, invalid_d # both infinities same sign?
795 or t0, t0, ta0 # compute result sign
[all...]
/freebsd-11.0-release/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c158 server2->kex->sign = server->kex->sign;
/freebsd-11.0-release/contrib/ldns/
H A Drdata.c678 int sign = 0; local
688 if(sign == 0) {
689 sign = -1;
695 if(sign == 0) {
696 sign = 1;

Completed in 342 milliseconds

1234567891011