Searched refs:sign (Results 226 - 250 of 362) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c668 * - A @p str may be prefixed with a single optional '+' or '-' sign denoting
679 * sign prefix is given, the string will be parsed as the raw two's complement
716 bool negative, sign, twos_compl; local
737 sign = false;
753 /* Parse and skip sign */
756 sign = true;
759 sign = true;
763 /* Truncated after sign character? */
792 * input is base 16, and no explicit sign prefix was provided */
793 if (!sign
[all...]
/freebsd-current/contrib/ofed/libmlx5/
H A Dqp.c1040 uint8_t sign; local
1043 sign = calc_sig(sig, size);
1044 sign ^= calc_sig(&qpn, 4);
1045 sign ^= calc_sig(&idx, 2);
1046 sig->signature = sign;
1052 uint8_t sign; local
1055 sign = calc_sig(sig, size);
1056 sign ^= calc_sig(&qpn, 4);
1057 sign ^= calc_sig(&idx, 2);
1058 sig->signature = sign;
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c576 uint8_t sign = 0; local
584 sign |= 0x1;
589 sign |= 0x2;
598 data[6] = sign;
1500 uint16_t val16, sign; local
1524 sign = (val16 & AL_BIT(AL_SERDES_25G_TX_DIAG_GCFSM2_DCD_TRIM_SIGN_SHIFT)) >>
1526 if (sign)
1615 uint8_t abs, sign; local
1618 sign = (packed_val & AL_BIT(AL_SERDES_25G_RX_DIAG_SIGNED_5BIT_SIGN_SHIFT)) >>
1620 if (sign)
[all...]
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c252 md_sk = p7->d.sign->md_algs;
253 os = PKCS7_get_octet_string(p7->d.sign->contents);
437 * p7->d.sign->contents is a PKCS7 structure consisting of a contentType
442 data_body = PKCS7_get_octet_string(p7->d.sign->contents);
447 md_sk = p7->d.sign->md_algs;
720 /* Now sign the attributes */
790 si_sk = p7->d.sign->signer_info;
791 os = PKCS7_get_octet_string(p7->d.sign->contents);
793 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
796 p7->d.sign
[all...]
H A Dpk7_smime.c279 p7->d.sign->cert)) {
290 X509_STORE_CTX_set0_crls(cert_ctx, p7->d.sign->crl);
425 && p7->d.sign->cert)
427 X509_find_by_issuer_and_serial(p7->d.sign->cert,
/freebsd-current/stand/ficl/
H A Dvm.c665 int sign = ((radix == 10) && (value < 0)); local
674 if (sign)
703 if (sign)
/freebsd-current/usr.bin/dc/
H A Dinout.c190 bool dot = false, sign = false; local
202 sign = true;
257 if (sign)
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_powf_2u6.c264 /* Set sign_bias and ix depending on sign of x and nature of y. */
310 svuint32_t sign = svlsl_x (pg, sign_bias, 20 - V_POWF_EXP2_TABLE_BITS); local
312 = svreinterpret_f32 (svorr_x (pg, sign, asuint (INFINITY)));
313 svfloat32_t ret_uflow = svreinterpret_f32 (sign);
/freebsd-current/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-current/contrib/arm-optimized-routines/math/
H A Dsincosf.h20 double sign[4]; /* Sign of sine in quadrants 0..3. */ member in struct:__anon19
33 /* Top 12 bits of the float representation with the sign bit cleared. */
126 XI is a reinterpreted float and must be >= 2.0f (the sign bit is ignored).
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export-gmake.mk27 # after the '=' sign and are prepended to the value of the environment
35 # before the '=' sign and are appended to the name of the environment
H A Dcomment.mk50 # To escape a comment sign, precede it with a backslash.
/freebsd-current/lib/msun/src/
H A De_fmodl.c71 sx = ux.bits.sign;
120 if ((hz|lz)==0) /* return sign(x)*0 */
128 /* convert back to floating value and restore the sign */
129 if((hx|lx)==0) /* return sign(x)*0 */
/freebsd-current/stand/libsa/
H A Dpkgfs.c569 int digit, sign, base; local
578 sign = -1;
581 sign = 1;
593 return (sign < 0) ? -l : l;
613 /* Pad with 1 or 0 bits, depending on sign. */
/freebsd-current/stand/efi/boot1/
H A DMakefile28 CWARNFLAGS.zfs_module.c += -Wno-sign-compare
/freebsd-current/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-current/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-current/sys/dev/smartpqi/
H A Dsmartpqi_features.c474 if (memcmp(conf_table->sign, PQI_CONF_TABLE_SIGNATURE,
475 sizeof(conf_table->sign)) != 0) {
/freebsd-current/sys/ddb/
H A Ddb_pprint.c65 boolean_t sign = !!(CTF_INT_ENCODING(data) & CTF_INT_SIGNED); local
75 (long)db_get_value(addr, (bits / 8) ? (bits / 8) : 1, sign));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h109 void TruncOrExtendTo(uint16_t bits, bool sign);
111 bool IntegralPromote(uint16_t bits, bool sign);
130 // Shifts the current value to the right without maintaining the current sign
/freebsd-current/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-current/sys/arm64/arm64/
H A Didentcpu.c356 bool sign; member in struct:mrs_field
365 .sign = (_sign), \
1978 mrs_field_cmp(uint64_t a, uint64_t b, u_int shift, int width, bool sign) argument
1990 if (sign) {
2006 int width, bool sign)
2016 if (mrs_field_cmp(new_val, val, shift, width, sign) < 0) {
2073 fields[j].shift, 4, fields[j].sign);
2085 u_int shift, bool sign)
2094 sign);
2141 fields[j].shift, fields[j].sign);
2005 update_lower_register(uint64_t val, uint64_t new_val, u_int shift, int width, bool sign) argument
2084 update_special_reg_field(uint64_t user_reg, u_int type, uint64_t value, u_int shift, bool sign) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp174 void Scalar::TruncOrExtendTo(uint16_t bits, bool sign) { argument
175 m_integer.setIsSigned(sign);
179 bool Scalar::IntegralPromote(uint16_t bits, bool sign) { argument
185 if (GetPromoKey() > PromotionKey(e_int, bits, !sign))
188 m_integer.setIsSigned(sign);
/freebsd-current/sbin/sysctl/
H A Dsysctl.c1025 int i, hexlen, sign, ctltype; local
1143 sign = ctl_sign[ctltype];
1210 else if (!sign)

Completed in 474 milliseconds

1234567891011>>