| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ecp_nistp521.c | 753 felem ftmp, ftmp2, ftmp3, ftmp4; in felem_inv() local 758 felem_reduce(ftmp, tmp); /* 2^1 */ in felem_inv() 759 felem_mul(tmp, in, ftmp); in felem_inv() 760 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ in felem_inv() 761 felem_assign(ftmp2, ftmp); in felem_inv() 762 felem_square(tmp, ftmp); in felem_inv() 763 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ in felem_inv() 764 felem_mul(tmp, in, ftmp); in felem_inv() 765 felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */ in felem_inv() 766 felem_square(tmp, ftmp); in felem_inv() [all …]
|
| H A D | ecp_nistp256.c | 984 felem ftmp, ftmp2; in felem_inv() local 991 felem_reduce(ftmp, tmp); /* 2^1 */ in felem_inv() 992 felem_mul(tmp, in, ftmp); in felem_inv() 993 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ in felem_inv() 994 felem_assign(e2, ftmp); in felem_inv() 995 felem_square(tmp, ftmp); in felem_inv() 996 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ in felem_inv() 997 felem_square(tmp, ftmp); in felem_inv() 998 felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */ in felem_inv() 999 felem_mul(tmp, ftmp, e2); in felem_inv() [all …]
|
| H A D | ecp_nistp224.c | 704 felem ftmp, ftmp2, ftmp3, ftmp4; in felem_inv() local 709 felem_reduce(ftmp, tmp); /* 2 */ in felem_inv() 710 felem_mul(tmp, in, ftmp); in felem_inv() 711 felem_reduce(ftmp, tmp); /* 2^2 - 1 */ in felem_inv() 712 felem_square(tmp, ftmp); in felem_inv() 713 felem_reduce(ftmp, tmp); /* 2^3 - 2 */ in felem_inv() 714 felem_mul(tmp, in, ftmp); in felem_inv() 715 felem_reduce(ftmp, tmp); /* 2^3 - 1 */ in felem_inv() 716 felem_square(tmp, ftmp); in felem_inv() 722 felem_mul(tmp, ftmp2, ftmp); in felem_inv() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| H A D | ecp_nistp521.c | 701 felem ftmp, ftmp2, ftmp3, ftmp4; 706 felem_reduce(ftmp, tmp); /* 2^1 */ 707 felem_mul(tmp, in, ftmp); 708 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ 709 felem_assign(ftmp2, ftmp); 710 felem_square(tmp, ftmp); 711 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ 712 felem_mul(tmp, in, ftmp); 713 felem_reduce(ftmp, tmp); /* 2^3 - 2^0 */ 714 felem_square(tmp, ftmp); [all …]
|
| H A D | ecp_nistp256.c | 984 felem ftmp, ftmp2; 991 felem_reduce(ftmp, tmp); /* 2^1 */ 992 felem_mul(tmp, in, ftmp); 993 felem_reduce(ftmp, tmp); /* 2^2 - 2^0 */ 994 felem_assign(e2, ftmp); 995 felem_square(tmp, ftmp); 996 felem_reduce(ftmp, tmp); /* 2^3 - 2^1 */ 997 felem_square(tmp, ftmp); 998 felem_reduce(ftmp, tmp); /* 2^4 - 2^2 */ 999 felem_mul(tmp, ftmp, e2); [all …]
|
| H A D | ecp_nistp224.c | 700 felem ftmp, ftmp2, ftmp3, ftmp4; 705 felem_reduce(ftmp, tmp); /* 2 */ 706 felem_mul(tmp, in, ftmp); 707 felem_reduce(ftmp, tmp); /* 2^2 - 1 */ 708 felem_square(tmp, ftmp); 709 felem_reduce(ftmp, tmp); /* 2^3 - 2 */ 710 felem_mul(tmp, in, ftmp); 711 felem_reduce(ftmp, tmp); /* 2^3 - 1 */ 712 felem_square(tmp, ftmp); 718 felem_mul(tmp, ftmp2, ftmp); [all …]
|
| /netbsd-src/games/hack/ |
| H A D | hack.eat.c | 171 struct objclass *ftmp; in doeat() local 240 ftmp = &objects[otmp->otyp]; in doeat() 241 multi = -ftmp->oc_delay; in doeat() 261 lesshungry(ftmp->nutrition / 4); in doeat() 266 killer = ftmp->oc_name; in doeat() 279 lesshungry(ftmp->nutrition); in doeat() 295 lesshungry(ftmp->nutrition); in doeat() 299 pline("That %s tasted terrible!", ftmp->oc_name); in doeat() 301 pline("That %s was delicious!", ftmp->oc_name); in doeat() 302 lesshungry(ftmp->nutrition); in doeat() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| H A D | reloc_ia64.S | 95 #define ftmp f10 macro 203 setf.sig ftmp = r_sym 208 xma.lu ftmp = ftmp,syment,symtab 211 getf.sig addr = ftmp
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | a_object.c | 56 char ftmp[24], *tmp = ftmp; in a2d_ASN1_OBJECT() local 57 int tmpsize = sizeof(ftmp); in a2d_ASN1_OBJECT() 135 if (tmp != ftmp) in a2d_ASN1_OBJECT() 169 if (tmp != ftmp) in a2d_ASN1_OBJECT() 174 if (tmp != ftmp) in a2d_ASN1_OBJECT()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | a_object.c | 56 char ftmp[24], *tmp = ftmp; in a2d_ASN1_OBJECT() local 57 int tmpsize = sizeof(ftmp); in a2d_ASN1_OBJECT() 134 if (tmp != ftmp) in a2d_ASN1_OBJECT() 170 if (tmp != ftmp) in a2d_ASN1_OBJECT() 175 if (tmp != ftmp) in a2d_ASN1_OBJECT()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | map.c | 685 struct berval ftmp; in ldap_back_filter_map_rewrite() local 695 ftmp = *fstr; in ldap_back_filter_map_rewrite() 700 ( !BER_BVISEMPTY( &ftmp ) ? ftmp.bv_val : dmy ), in ldap_back_filter_map_rewrite() 708 *fstr = ftmp; in ldap_back_filter_map_rewrite() 712 fdc.ctx, BER_BVISNULL( &ftmp ) ? "" : ftmp.bv_val, in ldap_back_filter_map_rewrite() 737 } else if ( fstr->bv_val != ftmp.bv_val ) { in ldap_back_filter_map_rewrite() 742 ber_dupbv_x( &ftmp, fstr, memctx ); in ldap_back_filter_map_rewrite() 744 *fstr = ftmp; in ldap_back_filter_map_rewrite()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | rwmmap.c | 525 Filter *p, ftmp; in rwm_int_filter_map_rewrite() local 777 f = &ftmp; in rwm_int_filter_map_rewrite() 827 struct berval ftmp; in rwm_filter_map_rewrite() local 836 ftmp = *fstr; in rwm_filter_map_rewrite() 841 ( !BER_BVISEMPTY( &ftmp ) ? ftmp.bv_val : "" ), in rwm_filter_map_rewrite() 849 *fstr = ftmp; in rwm_filter_map_rewrite() 854 fdc.ctx, ftmp.bv_val, fstr->bv_val ); in rwm_filter_map_rewrite() 855 if ( fstr->bv_val != ftmp.bv_val ) { in rwm_filter_map_rewrite() 856 ber_bvreplace_x( &ftmp, fstr, op->o_tmpmemctx ); in rwm_filter_map_rewrite() 858 *fstr = ftmp; in rwm_filter_map_rewrite() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| H A D | fstur.s | 16 ftmp: label 46 adrp x1, ftmp 47 add x1, x1, :lo12:ftmp
|
| /netbsd-src/usr.bin/sort/ |
| H A D | msort.c | 105 mfp = ftmp(); in save_for_merge() 109 mfp1 = ftmp(); in save_for_merge() 114 mfp2 = ftmp(); in save_for_merge() 185 mfp = ftmp(); in merge_sort()
|
| H A D | tmp.c | 85 ftmp(void) in ftmp() function
|
| H A D | fsort.c | 184 tmp_fp = ftmp(); in fsort()
|
| H A D | sort.h | 184 FILE *ftmp(void);
|
| /netbsd-src/usr.sbin/route6d/ |
| H A D | route6d.c | 2850 struct iff ftmp, *iff_obj; in filterconfig() local 2874 if (inet_pton(AF_INET6, ap, &ftmp.iff_addr) != 1) { in filterconfig() 2880 if (errno || !*p || *ep || plen > sizeof(ftmp.iff_addr) * 8) { in filterconfig() 2883 ftmp.iff_plen = plen; in filterconfig() 2884 ftmp.iff_next = NULL; in filterconfig() 2885 applyplen(&ftmp.iff_addr, ftmp.iff_plen); in filterconfig() 2887 ftmp.iff_type = filtertype[i]; in filterconfig() 2904 memcpy((void *)iff_obj, (void *)&ftmp, in filterconfig() 2922 rrt->rrt_info.rip6_dest = ftmp.iff_addr; in filterconfig() 2923 rrt->rrt_info.rip6_plen = ftmp.iff_plen; in filterconfig() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.c | 1490 Mfix *ftmp; in csky_emit_constant_pools() local 1516 for (ftmp = fix; ftmp; ftmp = ftmp->next) in csky_emit_constant_pools() 1518 if (BARRIER_P (ftmp->insn)) in csky_emit_constant_pools() 1521 && ftmp->address >= minipool_vector_head->max_address) in csky_emit_constant_pools() 1524 last_barrier = ftmp; in csky_emit_constant_pools() 1528 ftmp->minipool = add_csky_minipool_forward_ref (ftmp); in csky_emit_constant_pools() 1529 if (ftmp->minipool == NULL) in csky_emit_constant_pools() 1532 last_added_fix = ftmp; /* Keep track of the last fix added. */ in csky_emit_constant_pools() 1537 ftmp = last_barrier; in csky_emit_constant_pools() 1548 gcc_assert (ftmp); in csky_emit_constant_pools() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.cc | 1578 Mfix *ftmp; in csky_emit_constant_pools() local 1604 for (ftmp = fix; ftmp; ftmp = ftmp->next) in csky_emit_constant_pools() 1606 if (BARRIER_P (ftmp->insn)) in csky_emit_constant_pools() 1609 && ftmp->address >= minipool_vector_head->max_address) in csky_emit_constant_pools() 1612 last_barrier = ftmp; in csky_emit_constant_pools() 1616 ftmp->minipool = add_csky_minipool_forward_ref (ftmp); in csky_emit_constant_pools() 1617 if (ftmp->minipool == NULL) in csky_emit_constant_pools() 1620 last_added_fix = ftmp; /* Keep track of the last fix added. */ in csky_emit_constant_pools() 1625 ftmp = last_barrier; in csky_emit_constant_pools() 1636 gcc_assert (ftmp); in csky_emit_constant_pools() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ntpdate/ |
| H A D | ntpdate.c | 2094 l_fp ftmp; in l_step_systime() local 2104 ftmp = *ts; in l_step_systime() 2106 if (L_ISNEG(&ftmp)) { in l_step_systime() 2107 L_NEG(&ftmp); in l_step_systime() 2112 if (ftmp.l_ui >= 3) { /* Step it and slew - we might win */ in l_step_systime()
|
| /netbsd-src/bin/csh/ |
| H A D | csh.c | 879 int fp, ftmp, oldidfds; in rechist() local 909 ftmp = SHOUT; in rechist() 913 SHOUT = ftmp; in rechist()
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ |
| H A D | libdm-report.c | 1032 struct dm_list *fh, *rowh, *ftmp, *rtmp; in _output_as_columns() local 1047 dm_list_iterate_safe(fh, ftmp, &row->fields) { in _output_as_columns()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-tic54x.c | 2346 FILE *ftmp; in tic54x_mlib() local 2353 ftmp = fopen (fname, "w+b"); in tic54x_mlib() 2354 fwrite ((void *) buf, size, 1, ftmp); in tic54x_mlib() 2356 fwrite ("\n", 1, 1, ftmp); in tic54x_mlib() 2357 fclose (ftmp); in tic54x_mlib()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-tic54x.c | 2374 FILE *ftmp; in tic54x_mlib() local 2381 ftmp = fopen (fname, "w+b"); in tic54x_mlib() 2382 fwrite ((void *) buf, size, 1, ftmp); in tic54x_mlib() 2384 fwrite ("\n", 1, 1, ftmp); in tic54x_mlib() 2385 fclose (ftmp); in tic54x_mlib()
|