Searched refs:tmpc (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_add_d.c25 mp_digit *tmpa, *tmpc, mu; local
61 tmpc = c->dp;
68 *tmpc = *tmpa++ + b;
69 mu = *tmpc >> DIGIT_BIT;
70 *tmpc++ &= MP_MASK;
74 *tmpc = *tmpa++ + mu;
75 mu = *tmpc >> DIGIT_BIT;
76 *tmpc++ &= MP_MASK;
80 *tmpc++ = mu;
90 *tmpc
[all...]
H A Dbn_mp_sub_d.c24 mp_digit *tmpa, *tmpc, mu; local
51 tmpc = c->dp;
56 *tmpc++ = b - *tmpa;
58 *tmpc++ = b;
71 *tmpc = *tmpa++ - b;
72 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1);
73 *tmpc++ &= MP_MASK;
77 *tmpc = *tmpa++ - mu;
78 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1);
79 *tmpc
[all...]
H A Dbn_s_mp_add.c52 register mp_digit u, *tmpa, *tmpb, *tmpc; local
64 tmpc = c->dp;
70 *tmpc = *tmpa++ + *tmpb++ + u;
73 u = *tmpc >> ((mp_digit)DIGIT_BIT);
76 *tmpc++ &= MP_MASK;
85 *tmpc = x->dp[i] + u;
88 u = *tmpc >> ((mp_digit)DIGIT_BIT);
91 *tmpc++ &= MP_MASK;
96 *tmpc++ = u;
100 *tmpc
[all...]
H A Dbn_s_mp_sub.c40 register mp_digit u, *tmpa, *tmpb, *tmpc; local
46 tmpc = c->dp;
52 *tmpc = *tmpa++ - *tmpb++ - u;
59 u = *tmpc >> ((mp_digit)(CHAR_BIT * sizeof (mp_digit) - 1));
62 *tmpc++ &= MP_MASK;
68 *tmpc = *tmpa++ - u;
71 u = *tmpc >> ((mp_digit)(CHAR_BIT * sizeof (mp_digit) - 1));
74 *tmpc++ &= MP_MASK;
79 *tmpc++ = 0;
H A Dbn_mp_mul_d.c24 mp_digit u, *tmpa, *tmpc; local
45 tmpc = c->dp;
56 *tmpc++ = (mp_digit) (r & ((mp_word) MP_MASK));
63 *tmpc++ = u;
68 *tmpc++ = 0;
H A Dbn_mp_mul_2d.c49 register mp_digit *tmpc, shift, mask, r, rr; local
59 tmpc = c->dp;
65 rr = (*tmpc >> shift) & mask;
68 *tmpc = ((*tmpc << d) | r) & MP_MASK;
69 ++tmpc;
H A Dbn_mp_div_2d.c63 register mp_digit *tmpc, mask, shift; local
72 tmpc = c->dp + (c->used - 1);
78 rr = *tmpc & mask;
81 *tmpc = (*tmpc >> D) | (r << shift);
82 --tmpc;
H A Dbn_fast_s_mp_mul_digs.c90 register mp_digit *tmpc; local
91 tmpc = c->dp;
94 *tmpc++ = W[ix];
99 *tmpc++ = 0;
H A Dbn_fast_s_mp_mul_high_digs.c80 register mp_digit *tmpc; local
82 tmpc = c->dp + digs;
85 *tmpc++ = W[ix];
90 *tmpc++ = 0;
/netbsd-current/usr.sbin/mopd/common/
H A Ddl.c43 u_char tmpc,c,program[257],code; local
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
64 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
109 tmpc = mopGetChar(pkt,&idx); /* Load Number */
110 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
158 tmpc = mopGetChar(pkt,&idx); /* Device Type */
159 (void)fprintf(fd, "Device Type : %02x ",tmpc);
160 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
162 tmpc = mopGetChar(pkt,&idx); /* Format Version */
163 (void)fprintf(fd,"Format : %02x\n",tmpc);
[all...]
H A Drc.c43 u_char tmpc,code,control; local
62 tmpc = mopGetChar(pkt,&idx);
63 (void)fprintf(fd,"Reserved : %02x\n",tmpc);
79 tmpc = mopGetChar(pkt,&idx); /* Processor */
80 (void)fprintf(fd,"Processor : %02x ",tmpc);
81 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n");
102 tmpc = mopGetChar(pkt,&idx);/* Device ID */
104 "Device ID : %02x '",tmpc);
105 for (i = 0; i < ((int) tmpc); i++) {
112 tmpc
[all...]
H A Dprint.c439 u_char ilen ,tmpc,device; local
461 tmpc = mopGetChar(pkt,idx);
462 *idx = *idx + tmpc;
524 tmpc = mopGetChar(pkt,idx);
525 (void)fprintf(fd,"Software ID : %02x ",tmpc);
526 if (tmpc == 0) {
529 if (tmpc == 254) {
531 tmpc = 0;
533 if (tmpc == 255) {
535 tmpc
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc5/asm/
H A Drc5-586.pl27 $tmpc="ecx";
69 &mov($tmpc, $B);
75 &mov($tmpc, $A);
96 &mov($tmpc, $A);
102 &mov($tmpc, $B);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc5/asm/
H A Drc5-586.pl26 $tmpc="ecx";
68 &mov($tmpc, $B);
74 &mov($tmpc, $A);
95 &mov($tmpc, $A);
101 &mov($tmpc, $B);
/netbsd-current/usr.sbin/mopd/mopprobe/
H A Dmopprobe.c130 u_char *dst, *src, *p, mopcode, tmpc, ilen; local
179 tmpc = mopGetChar(pkt,&idx); /* Reserved */
190 tmpc = mopGetChar(pkt,&idx);
191 idx = idx + tmpc;
221 tmpc = mopGetChar(pkt,&idx);
223 idx = idx + tmpc;
/netbsd-current/usr.sbin/mopd/mopd/
H A Dprocess.c65 u_char ilen ,tmpc,device; local
85 tmpc = mopGetChar(pkt,idx);
86 *idx = *idx + tmpc;
118 tmpc = mopGetChar(pkt,idx);
119 ucp = pkt + *idx; *idx = *idx + tmpc;
122 tmpc = mopGetChar(pkt,idx);
125 tmpc = mopGetChar(pkt,idx);
430 u_char tmpc; local
468 tmpc = mopGetChar(pkt,idx); /* Device Type */
470 tmpc
567 u_char tmpc; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c310 mp_digit *tmpc, shift, mask, r, rr; local
320 tmpc = c->dp;
326 rr = (*tmpc >> shift) & mask;
329 *tmpc = ((*tmpc << d) | r) & MP_MASK;
330 ++tmpc;
621 mp_digit u, *tmpc; local
633 tmpc = c->dp;
639 *tmpc = *tmpa++ + *tmpb++ + u;
642 u = *tmpc >> ((mp_digi
698 mp_digit u, *tmpc; local
839 mp_digit u, *tmpc; local
1014 mp_digit *tmpc, mask, shift; local
2348 mp_digit *tmpc; local
2539 mp_digit *tmpc; local
4614 mp_digit *tmpa, *tmpc, mu; local
4703 mp_digit *tmpa, *tmpc, mu; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c250 register mp_digit u, *tmpa, *tmpb, *tmpc; local
262 tmpc = c->dp;
268 *tmpc = *tmpa++ + *tmpb++ + u;
271 u = *tmpc >> ((mp_digit)DIGIT_BIT);
274 *tmpc++ &= MP_MASK;
283 *tmpc = x->dp[i] + u;
286 u = *tmpc >> ((mp_digit)DIGIT_BIT);
289 *tmpc++ &= MP_MASK;
294 *tmpc++ = u;
298 *tmpc
326 register mp_digit u, *tmpa, *tmpb, *tmpc; local
1067 register mp_digit *tmpc, mask, shift; local
1412 register mp_digit *tmpc, shift, mask, r, rr; local
2481 register mp_digit *tmpc; local
3348 mp_digit u, *tmpa, *tmpc; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c284 mp_digit *tmpc, shift, mask, carry, rr; local
294 tmpc = c->dp;
300 rr = (*tmpc >> shift) & mask;
303 *tmpc = ((*tmpc << d) | carry) & MP_MASK;
304 ++tmpc;
569 mp_digit carry, *tmpa, *tmpb, *tmpc; local
581 tmpc = c->dp;
587 *tmpc = *tmpa++ + *tmpb++ + carry;
590 carry = *tmpc >> ((mp_digi
645 mp_digit carry, *tmpa, *tmpb, *tmpc; local
766 mp_digit carry, *tmpa, *tmpc; local
941 mp_digit *tmpc, mask, shift; local
2307 mp_digit *tmpc; local
2501 mp_digit *tmpc; local
4565 mp_digit *tmpa, *tmpc, mu; local
4654 mp_digit *tmpa, *tmpc, mu; local
[all...]
/netbsd-current/sbin/nvmectl/
H A Dbignum.c280 mp_digit *tmpc, shift, mask, carry, rr; local
290 tmpc = c->dp;
296 rr = (*tmpc >> shift) & mask;
299 *tmpc = ((*tmpc << d) | carry) & MP_MASK;
300 ++tmpc;
565 mp_digit carry, *tmpa, *tmpb, *tmpc; local
577 tmpc = c->dp;
583 *tmpc = *tmpa++ + *tmpb++ + carry;
586 carry = *tmpc >> ((mp_digi
641 mp_digit carry, *tmpa, *tmpb, *tmpc; local
762 mp_digit carry, *tmpa, *tmpc; local
937 mp_digit *tmpc, mask, shift; local
2303 mp_digit *tmpc; local
2497 mp_digit *tmpc; local
4542 mp_digit *tmpa, *tmpc, mu; local
4631 mp_digit *tmpa, *tmpc, mu; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dadd1sp.c46 mpfr_t tmpa, tmpb, tmpc, tmpd; local
57 mpfr_init2 (tmpc, MPFR_PREC (c));
62 inexc = mpfr_set (tmpc, c, MPFR_RNDN);
67 if (MPFR_GET_EXP (tmpb) < MPFR_GET_EXP (tmpc))
71 MPFR_ALIAS (tmpd, tmpc, MPFR_SIGN (tmpb), MPFR_EXP (tmpc));
76 inexact2 = mpfr_add1 (tmpa, tmpb, tmpc, rnd_mode);
98 mpfr_fdump (stderr, tmpc);
109 mpfr_clears (tmpa, tmpb, tmpc, (mpfr_ptr) 0);
/netbsd-current/external/gpl2/gmake/dist/
H A Dmakefile.com104 $ open/write tmpc 'tc
106 $ write tmpc "#include <stdio.h>"
107 $ write tmpc "unsigned int i = 1;"
108 $ write tmpc "int main(){"
109 $ write tmpc "if (i < 0){printf(""Mission impossible\n"");}}"
110 $ close tmpc
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_utils.c325 const struct p2p_channels *tmpc = channels ? local
328 if (tmpc == NULL)
334 if (p2p_channels_includes_freq(tmpc, freq))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dobj-macho.c322 char tmpc; local
335 tmpc = p[len];
343 p[len] = tmpc;
350 p[len] = tmpc;
374 tmpc = p[len];
382 p[len] = tmpc;
392 p[len] = tmpc;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-macho.c322 char tmpc; local
335 tmpc = p[len];
343 p[len] = tmpc;
350 p[len] = tmpc;
374 tmpc = p[len];
382 p[len] = tmpc;
392 p[len] = tmpc;

Completed in 1043 milliseconds

12