| /trueos/crypto/openssl/crypto/ec/ |
| HD | ecp_nistp521.c | 695 felem ftmp, ftmp2, ftmp3, ftmp4; in felem_inv() local 700 felem_reduce(ftmp, tmp); /* 2^1 */ in felem_inv() 701 felem_mul(tmp, in, ftmp); in felem_inv() 702 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ in felem_inv() 703 felem_assign(ftmp2, ftmp); in felem_inv() 704 felem_square(tmp, ftmp); in felem_inv() 705 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ in felem_inv() 706 felem_mul(tmp, in, ftmp); in felem_inv() 707 felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */ in felem_inv() 708 felem_square(tmp, ftmp); in felem_inv() [all …]
|
| HD | ecp_nistp256.c | 995 felem ftmp, ftmp2; in felem_inv() local 1002 felem_reduce(ftmp, tmp); /* 2^1 */ in felem_inv() 1003 felem_mul(tmp, in, ftmp); in felem_inv() 1004 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ in felem_inv() 1005 felem_assign(e2, ftmp); in felem_inv() 1006 felem_square(tmp, ftmp); in felem_inv() 1007 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ in felem_inv() 1008 felem_square(tmp, ftmp); in felem_inv() 1009 felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */ in felem_inv() 1010 felem_mul(tmp, ftmp, e2); in felem_inv() [all …]
|
| HD | ecp_nistp224.c | 728 felem ftmp, ftmp2, ftmp3, ftmp4; in felem_inv() local 733 felem_reduce(ftmp, tmp); /* 2 */ in felem_inv() 734 felem_mul(tmp, in, ftmp); in felem_inv() 735 felem_reduce(ftmp, tmp); /* 2^2 - 1 */ in felem_inv() 736 felem_square(tmp, ftmp); in felem_inv() 737 felem_reduce(ftmp, tmp); /* 2^3 - 2 */ in felem_inv() 738 felem_mul(tmp, in, ftmp); in felem_inv() 739 felem_reduce(ftmp, tmp); /* 2^3 - 1 */ in felem_inv() 740 felem_square(tmp, ftmp); in felem_inv() 746 felem_mul(tmp, ftmp2, ftmp); in felem_inv() [all …]
|
| /trueos/usr.sbin/pkg_install/delete/ |
| HD | perform.c | 386 char fname[FILENAME_MAX], ftmp[FILENAME_MAX]; in undepend() local 396 snprintf(ftmp, sizeof(ftmp), "%s.XXXXXX", fname); in undepend() 397 s = mkstemp(ftmp); in undepend() 399 warnx("couldn't open temp file '%s'", ftmp); in undepend() 405 warnx("couldn't fdopen temp file '%s'", ftmp); in undepend() 412 warnx("error changing permission of temp file '%s'", ftmp); in undepend() 417 warnx("error closing temp file '%s'", ftmp); in undepend() 420 if (rename(ftmp, fname) == -1) in undepend() 421 warnx("error renaming '%s' to '%s'", ftmp, fname); in undepend() 423 remove(ftmp); in undepend()
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | a_object.c | 91 char ftmp[24], *tmp = ftmp; in a2d_ASN1_OBJECT() local 92 int tmpsize = sizeof ftmp; in a2d_ASN1_OBJECT() 170 if (tmp != ftmp) in a2d_ASN1_OBJECT() 200 if (tmp != ftmp) in a2d_ASN1_OBJECT() 206 if (tmp != ftmp) in a2d_ASN1_OBJECT()
|
| /trueos/contrib/ntp/libntp/ |
| HD | dolfptoa.c | 105 l_fp ftmp; in dolfptoa() local 116 ftmp = work; in dolfptoa() 119 L_ADD(&work, &ftmp); in dolfptoa()
|
| /trueos/sys/dev/ixl/ |
| HD | ixlvc.c | 500 struct ixlv_vlan_filter *f, *ftmp; in ixlv_add_vlans() local 538 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) { in ixlv_add_vlans() 570 struct ixlv_vlan_filter *f, *ftmp; in ixlv_del_vlans() local 607 SLIST_FOREACH_SAFE(f, sc->vlan_filters, next, ftmp) { in ixlv_del_vlans()
|
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntpdate.c | 2092 l_fp ftmp; in l_step_systime() local 2100 ftmp = *ts; in l_step_systime() 2101 if (L_ISNEG(&ftmp)) { in l_step_systime() 2102 L_NEG(&ftmp); in l_step_systime() 2107 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */ in l_step_systime()
|
| /trueos/contrib/tcsh/ |
| HD | sh.hist.c | 1228 int fp, ftmp, oldidfds; in rechist() local 1284 ftmp = SHOUT; in rechist() 1289 SHOUT = ftmp; in rechist()
|
| HD | sh.dir.c | 1359 int fp, ftmp, oldidfds; in recdirs() local 1391 ftmp = SHOUT; in recdirs() 1413 SHOUT = ftmp; in recdirs()
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm.c | 8254 Mfix * ftmp; in arm_reorg() local 8270 for (ftmp = fix; ftmp; ftmp = ftmp->next) in arm_reorg() 8272 if (GET_CODE (ftmp->insn) == BARRIER) in arm_reorg() 8274 if (ftmp->address >= minipool_vector_head->max_address) in arm_reorg() 8277 last_barrier = ftmp; in arm_reorg() 8279 else if ((ftmp->minipool = add_minipool_forward_ref (ftmp)) == NULL) in arm_reorg() 8282 last_added_fix = ftmp; /* Keep track of the last fix added. */ in arm_reorg() 8293 fdel && fdel != ftmp; in arm_reorg() 8300 ftmp = last_barrier; in arm_reorg() 8313 gcc_assert (ftmp); in arm_reorg() [all …]
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_request.c | 549 l_fp ftmp; in process_private() local 609 NTOHL_FP(&tailinpkt->tstamp, &ftmp); in process_private() 610 L_SUB(&ftmp, &rbufp->recv_time); in process_private() 611 LFPTOD(&ftmp, dtemp); in process_private()
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog-2006 | 6346 (arm_reorg): Include ftmp->address in allowable range of addresses.
|