Searched refs:sign (Results 151 - 175 of 274) sorted by relevance

1234567891011

/freebsd-11.0-release/usr.bin/find/
H A Dgetdate.y781 int sign;
789 sign = c == '-' ? -1 : 1;
791 /* skip the '-' sign */
795 sign = 0;
799 if (sign < 0)
801 return sign ? tSNUMBER : tUNUMBER;
/freebsd-11.0-release/usr.sbin/fifolog/lib/
H A Dgetdate.y770 int sign;
778 sign = c == '-' ? -1 : 1;
780 /* skip the '-' sign */
784 sign = 0;
788 if (sign < 0)
790 return sign ? tSNUMBER : tUNUMBER;
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1834 int base, digit, sign; local
1839 sign = -1;
1844 sign = 1;
1853 return (sign < 0) ? INT64_MIN : INT64_MAX;
1857 return (sign < 0) ? -l : l;
1883 int base, digit, sign; local
1888 sign = -1;
1893 sign = 1;
1902 return (sign < 0) ? INT64_MIN : INT64_MAX;
1906 return (sign <
[all...]
/freebsd-11.0-release/contrib/binutils/gas/
H A Dread.c1144 Take the sign of the number from X_unsigned rather than X_add_number. */
1158 /* Add a sequence of sign bits if the top bit of X_add_number is not
1159 the sign of the original value. */
1992 bytes from a 4-byte expression and they forgot to sign
4105 mask = ~(unmask >> 1); /* Includes sign bit now. */
4131 LITTLENUM_TYPE sign = 0;
4134 sign = ~(LITTLENUM_TYPE) 0;
4136 if (generic_bignum[i] != sign)
4710 sizeof_leb128 (valueT value, int sign)
4712 if (sign)
4126 LITTLENUM_TYPE sign = 0; local
4700 sizeof_leb128(valueT value, int sign) argument
4758 output_leb128(char *p, valueT value, int sign) argument
4865 output_big_leb128(char *p, LITTLENUM_TYPE *bignum, int size, int sign) argument
4877 emit_leb128_expr(expressionS *exp, int sign) argument
4957 s_leb128(int sign) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c288 md_sk = p7->d.sign->md_algs;
289 os = PKCS7_get_octet_string(p7->d.sign->contents);
449 * p7->d.sign->contents is a PKCS7 structure consisting of a contentType
454 data_body = PKCS7_get_octet_string(p7->d.sign->contents);
460 md_sk = p7->d.sign->md_algs;
739 /* Now sign the attributes */
801 si_sk = p7->d.sign->signer_info;
802 os = PKCS7_get_octet_string(p7->d.sign->contents);
804 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
807 p7->d.sign
[all...]
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Dpartime.c365 char sign; local
422 sign = *s++;
440 *zone = z + (sign=='-' ? -offset : offset);
/freebsd-11.0-release/sys/boot/ficl/
H A Dvm.c666 int sign = ((radix == 10) && (value < 0)); local
675 if (sign)
704 if (sign)
/freebsd-11.0-release/sbin/sysctl/
H A Dsysctl.c869 int i, hexlen, sign, ctltype; local
959 sign = ctl_sign[ctltype];
1022 else if (!sign)
/freebsd-11.0-release/crypto/openssh/
H A Dkex.h150 int (*sign)(struct sshkey *, struct sshkey *, u_char **, size_t *, member in struct:kex
H A Dkexc25519s.c136 /* sign H */
137 if ((r = kex->sign(server_host_private, server_host_public, &signature,
H A Dkexecdhs.c171 /* sign H */
172 if ((r = kex->sign(server_host_private, server_host_public, &signature,
/freebsd-11.0-release/crypto/openssl/apps/
H A DCA.sh9 # CA -sign ... will sign the generated request and output
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
155 -sign|-signreq)
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresres.c122 static const bfd_byte sign[] = local
152 set_windres_bfd_content (&wrbfd, sign, sec_length, 4-(sec_length & 3));
153 set_windres_bfd_content (&wrbfd, sign, 0, sizeof (sign));
H A Dsrconv.c524 rl.sign = 0;
650 dbt.sign = BTYPE_UNSPEC;
656 dbt.sign = BTYPE_UNSPEC;
664 dbt.sign = SIGN_SIGNED;
685 dbt.sign = SIGN_UNSIGNED;
693 dbt.sign = SIGN_UNSIGNED;
748 dbt.sign = SIGN_UNSPEC;
774 dbt.sign = SIGN_UNSPEC;
829 dbt.sign = SIGN_UNSPEC;
856 dbt.sign
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java212 long sign;
228 sign = ((i < 0) ? -1L : 1L);
229 power = (sign * i);
232 lowerBound = sign * ((long) Math.pow(2L, power));
/freebsd-11.0-release/lib/libstand/
H A Dpkgfs.c524 int digit, sign, base; local
533 sign = -1;
536 sign = 1;
548 return (sign < 0) ? -l : l;
568 /* Pad with 1 or 0 bits, depending on sign. */
/freebsd-11.0-release/lib/msun/src/
H A De_fmodl.c75 sx = ux.bits.sign;
124 if ((hz|lz)==0) /* return sign(x)*0 */
132 /* convert back to floating value and restore the sign */
133 if((hx|lx)==0) /* return sign(x)*0 */
/freebsd-11.0-release/sys/boot/efi/boot1/
H A DMakefile19 CWARNFLAGS.zfs_module.c += -Wno-sign-compare
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Daddr_families.c643 int tmp1, tmp2, sign; local
650 sign = 1;
654 sign = -1;
664 return sign * tmp1;
665 return sign * krb5_address_order(context, &a->high, &b->high);
669 return sign;
672 return -sign;
675 return sign * (addr1->addr_type - addr2->addr_type);
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dldexp.S84 srl t0, v1, 31 # get x sign
147 sll t0, t0, 31 # reposition sign
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h89 /// Non-zero finite numbers are represented internally as a sign bit, a 16-bit
96 /// significant bit of the significand set. The sign of zeroes and infinities
99 /// for zero exponent, all 1 bits for infinity exponent. For NaNs the sign and
349 /// \brief A static helper to produce a copy of an APFloat value with its sign
402 bool isNegative() const { return sign; }
641 /// Only 2 bits are required, but VisualStudio incorrectly sign extends it.
646 unsigned int sign : 1;
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dtest_ca.in70 ${hxtool} crl-sign \
81 ${hxtool} crl-sign \
93 ${hxtool} crl-sign \
294 echo "sign CMS signature (generate key)"
H A Dtest_cms.in404 ${hxtool} cms-sign \
419 ${hxtool} cms-sign \
428 ${hxtool} cms-sign \
437 ${hxtool} cms-sign \
447 ${hxtool} cms-sign \
/freebsd-11.0-release/contrib/libreadline/
H A Dvi_mode.c153 _rl_vi_set_last (key, repeat, sign)
154 int key, repeat, sign;
158 _rl_vi_last_arg_sign = sign;
164 rl_vi_start_inserting (key, repeat, sign)
165 int key, repeat, sign;
167 _rl_vi_set_last (key, repeat, sign);
1022 Don't recognize minus sign?
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c548 BF_word safety, sign, diff, tmp[2]; local
551 * There was a sign extension bug in older revisions of this function. While
576 * (0 means no bug, 1 means sign extension bug emulation) and a flag in the
587 sign = diff = 0;
599 * chars 2, 3, 4 in each four-char block, we set bit 7 of "sign" if sign
603 sign |= tmp[1] & 0x80;
617 * exactly the same result. If so and if "sign" is non-zero, which indicates
618 * that there was a non-benign sign extension, this means that we have a
627 sign <<
[all...]

Completed in 454 milliseconds

1234567891011