Home
last modified time | relevance | path

Searched refs:sign (Results 101 – 125 of 291) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c84 { int sign = ((long)v < 0); local
85 if(sign)
91 if(sign)
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c161 int i, sign; in ber_put_int_or_enum() local
164 sign = (num < 0); in ber_put_int_or_enum()
173 if (sign) { in ber_put_int_or_enum()
189 if ((mask && !sign) || (sign && !mask)) in ber_put_int_or_enum()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtparm.c260 int sign; in tparm() local
595 sign = 1; in tparm()
597 sign = -1; in tparm()
614 push(&stk, (sign * op)); in tparm()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c214 int decpt, sign; in _doprnt() local
717 bp = ecvt(dval, min(prec + 1, MAXECVT), &decpt, &sign); in _doprnt()
721 if (sign) { in _doprnt()
822 bp = fcvt(dval, min(prec, MAXFCVT), &decpt, &sign); in _doprnt()
826 if (sign) { in _doprnt()
915 bp = ecvt(dval, min(prec, MAXECVT), &decpt, &sign); in _doprnt()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c417 boolean_t sign) in soft_rsa_sign_verify_init_common() argument
424 if (sign) { in soft_rsa_sign_verify_init_common()
497 if (sign) { in soft_rsa_sign_verify_init_common()
498 session_p->sign.context = rsa_ctx; in soft_rsa_sign_verify_init_common()
499 session_p->sign.mech.mechanism = pMechanism->mechanism; in soft_rsa_sign_verify_init_common()
529 soft_rsa_ctx_t *rsa_ctx = session_p->sign.context; in soft_rsa_sign_common()
623 free(session_p->sign.context); in soft_rsa_sign_common()
624 session_p->sign.context = NULL; in soft_rsa_sign_common()
982 soft_rsa_ctx_t *rsa_ctx = session_p->sign.context; in soft_rsa_digest_sign_common()
H A DsoftDESCrypt.c884 session_p->sign.context = soft_des_ctx; in soft_des_sign_verify_init_common()
885 session_p->sign.mech.mechanism = pMechanism->mechanism; in soft_des_sign_verify_init_common()
919 (soft_des_ctx_t *)session_p->sign.context; in soft_des_sign_verify_common()
1031 free(session_p->sign.context); in soft_des_sign_verify_common()
1032 session_p->sign.context = NULL; in soft_des_sign_verify_common()
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h131 uint32_t sign : 1; member
138 uint32_t sign : 1; member
145 uint32_t sign : 1; member
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlsign.S29 / Determine the sign of a double-long number.
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dlsign.S47 srl %o0,31,%o0 ! shift letf logical to isolate sign
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c168 int i, ret, sign, size, lines, offset = 0; in eeprom_dump() local
180 sign = (size_field & 0xc000) >> 14; in eeprom_dump()
181 if (sign != 1) { in eeprom_dump()
183 "eeprom_dump invalid signature: %d", sign); in eeprom_dump()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c312 if (session_p->sign.context != NULL) { in kernel_delete_session()
313 digest_buf_t *bufp = session_p->sign.context; in kernel_delete_session()
316 free_soft_ctx(get_sp(&session_p->sign), OP_SIGN); in kernel_delete_session()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h123 pd->sign = 0;
160 pd->sign = 1;
742 pd->sign = 0;
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c760 int i, sign, ix; in ynf() local
765 sign = 0; in ynf()
769 sign = 1; in ynf()
774 return ((sign)? -y1f(fx) : y1f(fx)); in ynf()
806 return ((sign)? -f : f); in ynf()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c99 int sign; in commnds() local
343 sign = 0; in commnds()
350 sign = 1; in commnds()
373 if (sign == 1) in commnds()
377 if (n == 1 && sign == 0) { in commnds()
394 if (sign == 1) in commnds()
1343 int sign, offset, carry; in mult() local
1346 offset = sign = 0; in mult()
1353 sign = ~sign; in mult()
1362 sign = ~sign; in mult()
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c211 pd->sign = 0; in wstring_to_decimal()
227 pd->sign = 1; in wstring_to_decimal()
606 pd->sign = 0; in wstring_to_decimal()
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c524 int digit, sign, base; in pkg_atol8() local
533 sign = -1; in pkg_atol8()
536 sign = 1; in pkg_atol8()
548 return (sign < 0) ? -l : l; in pkg_atol8()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y842 int sign; in yylex() local
851 sign = c == '-' ? -1 : 1; in yylex()
857 sign = 0; in yylex()
861 if (sign < 0) in yylex()
863 return sign ? tSNUMBER : tUNUMBER; in yylex()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y798 int sign; in yylex() local
806 sign = c == '-' ? -1 : 1; in yylex()
812 sign = 0; in yylex()
821 if (sign < 0) in yylex()
823 return sign ? tSNUMBER : tUNUMBER; in yylex()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_thread.h69 } sign; member
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfinitel.S34 movl 12(%esp),%eax / %ax <-- sign&bexp(x)
H A Disnanl.S35 movl 12(%esp),%eax / ax <-- sign bit and exp
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java211 long sign; in getLogDistribution() local
227 sign = ((i < 0) ? -1L : 1L); in getLogDistribution()
228 power = (sign * i); in getLogDistribution()
231 lowerBound = sign * ((long) Math.pow(2L, power)); in getLogDistribution()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c353 int sign; in getn() local
358 sign = 0; in getn()
362 sign++; in getn()
372 return (sign ? -n : n); in getn()
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault34 # For example, when a Japanese Keyboard is used, the '@' sign cannot be input
36 # This is because the US keyboard can input the '@' sign with the Shift + number'2'
37 # keys, and the ScanCode of the '@' sign is the number '2' key by default.
38 # In this case, remove the '#' at the beginning of the line with the '@' sign
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c519 long i, sign; local
521 if ((sign = n) < 0) /* record sign */
527 if (sign < 0)

12345678910>>...12