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

1234567891011>>

/freebsd-11-stable/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-stable/lib/libc/mips/gen/
H A Dldexp.S84 srl t0, v1, 31 # get x sign
147 sll t0, t0, 31 # reposition sign
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c233 int sign; local
242 sign = 1;
245 sign = 0;
249 p += sprintf(p, "%s", sign? "-" : (first? "" : "+"));
465 int sign = 1; local
520 p[j+k] += sign*m[0][i][j]*q[k];
525 sign = -sign;
1132 * reorder the links out of a switch in sign/dimension order
/freebsd-11-stable/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?
H A Dhistexpand.c137 int which, sign, local_index, substring_okay; local
160 sign = 1;
178 sign = -1;
190 if (sign < 0)
/freebsd-11-stable/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-stable/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...]
/freebsd-11-stable/contrib/binutils/binutils/
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-stable/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-stable/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-stable/sbin/sysctl/
H A Dsysctl.c927 int i, hexlen, sign, ctltype; local
1017 sign = ctl_sign[ctltype];
1080 else if (!sign)
/freebsd-11-stable/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-stable/contrib/unbound/validator/
H A Dval_utils.c192 uint8_t* sign; local
196 sign = d->rr_data[i]+2+18;
202 dname_subdomain_c(qinf->qname, sign)) {
205 sign, dname_count_labels(sign), &m);
208 *signer_name = sign;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h79 extern int sign(int64_t, tspec_t, int);
/freebsd-11-stable/contrib/libucl/
H A DMakefile.w324 C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src
H A DMakefile.unix4 C_COMMON_FLAGS ?= -fPIC -Wall -W -Wno-unused-parameter -Wno-pointer-sign -I./include -I./uthash -I./src -I./klib
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c292 server2->kex->sign = server->kex->sign;
/freebsd-11-stable/contrib/llvm-project/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-stable/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; \

Completed in 221 milliseconds

1234567891011>>