Searched refs:sign (Results 176 - 200 of 274) sorted by relevance

1234567891011

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlinespec.c786 /* Check whether arg is all digits (and sign). */
1562 preceded by a sign). Q should point to the end of those digits;
1574 enum sign
1578 sign = none;
1599 sign = plus, (*argptr)++;
1601 sign = minus, (*argptr)++;
1603 switch (sign)
1649 /* Decode a linespec starting with a dollar sign. */
1567 enum sign enum
1571 sign = none; local
H A Dvalprint.c267 static void print_decimal (struct ui_file * stream, char *sign,
270 print_decimal (struct ui_file *stream, char *sign, int use_local,
286 sign, temp[0]);
290 sign, temp[1], temp[0]);
294 sign, temp[2], temp[1], temp[0]);
269 print_decimal(struct ui_file *stream, char *sign, int use_local, ULONGEST val_ulong) argument
H A Dremote-fileio.c288 int sign = 1; local
300 sign = -sign;
315 *retlong *= sign;
/freebsd-11.0-release/contrib/gcc/
H A Dexplow.c48 /* Truncate and perhaps sign-extend C as appropriate for MODE. */
66 HOST_WIDE_INT sign = 1; local
67 sign <<= width - 1;
68 c &= (sign << 1) - 1;
69 c ^= sign;
70 c -= sign;
H A Dreal.h50 unsigned int sign : 1;
142 /* The bit position of the sign bit, for determining whether a value
146 /* The bit position of the sign bit, for changing the sign of a number,
426 /* Set the sign of R to the sign of X. */
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Dec_mult.c190 int sign = 1; local
215 sign = -1;
281 r[j++] = sign * digit;
/freebsd-11.0-release/contrib/unbound/validator/
H A Dval_utils.c191 uint8_t* sign; local
195 sign = d->rr_data[i]+2+18;
201 dname_subdomain_c(qinf->qname, sign)) {
204 sign, dname_count_labels(sign), &m);
207 *signer_name = sign;
/freebsd-11.0-release/sbin/growfs/
H A Dgrowfs.c496 * Here we add or subtract (sign +1/-1) the available fragments in a given
502 frag_adjust(ufs2_daddr_t frag, int sign) argument
527 acg.cg_frsum[fragsize] += sign;
529 fragsize, sign);
538 acg.cg_frsum[fragsize] += sign;
539 DBG_PRINT2("frag_adjust [%d]+=%d\n", fragsize, sign);
541 DBG_PRINT2("frag_adjust [[%d]]+=%d\n", fragsize, sign);
/freebsd-11.0-release/contrib/libucl/
H A DMakefile.w324 C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S59 xor %o1,%o0,%g3 ! record sign of result in sign of %g3
H A Dmodsi3.S59 mov %o0,%g3 ! record sign of result in sign of %g3
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dexterns1.h79 extern int sign(int64_t, tspec_t, int);
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.set.c538 int sign; local
544 sign = 0;
548 sign++;
568 return (sign ? -n : n);
/freebsd-11.0-release/contrib/tzdata/
H A DMakefile206 -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
846 gpg --armor --detach-sign $?
849 gpg --armor --detach-sign $?
852 gpg --armor --detach-sign $?
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c74 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
/freebsd-11.0-release/crypto/openssh/
H A Dkexdhs.c183 /* sign H */
184 if ((r = kex->sign(server_host_private, server_host_public, &signature,
H A Dkexgexs.c222 /* sign H */
223 if ((r = kex->sign(server_host_private, server_host_public, &signature,
/freebsd-11.0-release/crypto/openssl/apps/
H A Dcrl2p7.c212 p7->d.sign = p7s;
/freebsd-11.0-release/contrib/libreadline/
H A Dhistexpand.c137 int which, sign, local_index, substring_okay; local
160 sign = 1;
178 sign = -1;
190 if (sign < 0)
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dop-2.h212 X##_s = _flo.bits.sign; \
223 X##_s = _flo->bits.sign; \
238 _flo.bits.sign = X##_s; \
251 _flo->bits.sign = X##_s; \
H A Dop-4.h203 X##_s = _flo.bits.sign; \
216 X##_s = _flo->bits.sign; \
227 _flo.bits.sign = X##_s; \
241 _flo->bits.sign = X##_s; \
/freebsd-11.0-release/sys/boot/efi/loader/
H A DMakefile29 CWARNFLAGS.zfs.c+= -Wno-sign-compare
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c975 /* If BFD64, sign extend val. */
1496 int sign,
1530 sign = -1;
1542 && !sign)
1544 && sign > 0))
1553 if (!sign)
1566 if (sign > 0)
1580 sign > 0 ? "signed" : "unsigned", size);
4161 int sign = (i.types[n] & Disp32S) != 0;
4189 reloc_type = reloc (size, pcrel, sign,
1490 reloc(unsigned int size, int pcrel, int sign, bfd_reloc_code_real_type other) argument
4157 int sign = (i.types[n] & Disp32S) != 0; local
4262 int sign; local
7393 char *str, sign = cur_token.code; local
7504 char *save_str, sign = 0; local
[all...]
/freebsd-11.0-release/contrib/binutils/gas/
H A Dexpr.c188 0 /* sign. */
727 bignums. It should only sign extend negative numbers, so that
728 something like ``.quad 0x80000000'' is not sign extended even
1029 && (generic_floating_point_number.sign == '+'
1030 || generic_floating_point_number.sign == 'P'))
1033 if (generic_floating_point_number.sign == '+')
1034 generic_floating_point_number.sign = '-';
1036 generic_floating_point_number.sign = 'N';
/freebsd-11.0-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp992 int sign = '+'; local
994 sign = c;
998 input_stack::push_back(sign);
1003 context_buffer += char(sign);
1023 if (sign == '-')

Completed in 327 milliseconds

1234567891011