Searched refs:temp1 (Results 1 - 25 of 90) sorted by relevance

1234

/netbsd-current/lib/libcurses/
H A Ddelch.c90 __LDATA *end, *temp1, *temp2; local
94 temp1 = &win->alines[win->cury]->line[win->curx];
95 temp2 = temp1 + 1;
96 while (temp1 < end) {
97 (void)memcpy(temp1, temp2, sizeof(__LDATA));
98 temp1++, temp2++;
100 temp1->ch = win->bch;
101 temp1->cflags = CA_BACKGROUND;
103 temp1->attr = win->battr & __COLOR;
105 temp1
[all...]
H A Dinsch.c94 __LDATA *end, *temp1, *temp2; local
102 temp1 = &win->alines[win->cury]->line[win->maxx - 1];
103 temp2 = temp1 - 1;
104 while (temp1 > end) {
105 (void)memcpy(temp1, temp2, sizeof(__LDATA));
106 temp1--, temp2--;
108 temp1->ch = (wchar_t)ch & __CHARTEXT;
109 if (temp1->ch == win->bch) {
110 temp1->ch = win->bch;
111 temp1
[all...]
H A Dinsstr.c145 __LDATA *end, *temp1, *temp2; local
164 temp1 = &win->alines[win->cury]->line[win->maxx - 1];
165 temp2 = temp1 - len;
168 np = temp1->nsp;
175 temp1->nsp = NULL;
178 (void)memcpy(temp1, temp2, sizeof(__LDATA));
179 temp1--, temp2--;
183 for (scp = str, temp1 = end, x = win->curx;
185 scp++, temp1++, x++)
187 temp1
[all...]
H A Dins_wch.c88 __LDATA *start, *temp1, *temp2; local
151 temp1 = &win->alines[y]->line[win->maxx - 1];
152 temp2 = temp1 - cw;
157 while (temp1 > temp2 + cw) {
158 np = temp1->nsp;
165 temp1->nsp = NULL;
167 temp1->ch = win->bch;
168 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR)
170 temp1->attr = win->battr;
171 temp1
[all...]
H A Dins_wstr.c133 __LDATA *start, *temp1, *temp2; local
314 temp1 = &win->alines[y]->line[win->maxx - 1];
315 temp2 = temp1 - width;
322 while (temp1 > temp2 + width) {
323 temp1->ch = win->bch;
324 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR) {
328 temp1->attr = win->battr;
329 temp1->cflags |= CA_BACKGROUND;
330 temp1->cflags &= ~CA_CONTINUATION;
331 temp1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Difunc-sel.h29 void *temp1, *temp2; local
46 : "=&b" (ret), "=&b" (temp1), "=&b" (temp2)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-gcd.c34 mpz_t gcd1, gcd2, s, temp1, temp2, temp3; variable
96 mpz_t bs, temp1, temp2; local
99 mpz_inits (bs, temp1, temp2, NULL);
117 mpz_mul (temp1, b, temp2);
118 mpz_add (a, a, temp1);
124 mpz_mul (temp1, a, temp2);
125 mpz_add (b, b, temp1);
128 mpz_clears (bs, temp1, temp2, NULL);
233 mpz_inits (bs, op1, op2, ref, gcd1, gcd2, temp1, temp2, temp3, s, NULL);
293 mpz_gcdext (NULL, temp1, temp
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/tune/
H A Dbidimensional_sample.c344 mpfr_t temp1, temp2; local
359 mpfr_init2 (temp1, MPFR_SMALL_PRECISION);
362 mpfr_set (temp1, x, MPFR_SMALL_PRECISION);
367 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD1, MPFR_RNDN);
369 mpfr_mul_si (temp1, temp1, MPFR_AI_THRESHOLD3, MPFR_RNDN);
371 mpfr_add (temp1, temp1, temp2, MPFR_RNDN);
373 if (mpfr_cmp_si (temp1, MPFR_AI_SCAL
391 mpfr_t temp1, temp2; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dcolonless.s17 temp1 equ 4247 define
/netbsd-current/games/phantasia/
H A Dinterplayer.c673 double temp1 = 0.0, temp2 = 0.0; /* other tampering values */ local
707 sscanf(Databuf, "%lf %lf", &temp1, &temp2);
708 Enrgyvoid.ev_x = floor(temp1);
719 temp1 = infloat();
720 if (temp1 > Player.p_gold || temp1 < 0) {
733 fread((char *) &temp1, sizeof(double), 1, fp);
740 mvprintw(4, 0, "You have collected %.0f in gold.\n", temp1);
741 Player.p_gold += floor(temp1);
783 temp1
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dai.c68 mpfr_t temp1, temp2; local
193 mpfr_init2 (temp1, wprec);
215 mpfr_gamma_one_and_two_third (temp1, temp2, wprec);
223 mpfr_mul (tip1, tip1, temp1, MPFR_RNDN);
307 mpfr_clear (temp1);
340 mpfr_t temp1, temp2; local
428 mpfr_init2 (temp1, wprec);
463 mpfr_gamma_one_and_two_third (temp1, temp2, wprec);
471 mpfr_mul (u1, u1, temp1, MPFR_RNDN);
619 mpfr_clear (temp1);
646 mpfr_t temp1, temp2; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha256.c153 uint32_t temp1, temp2; local
155 temp1 = cshift(t, 16);
156 temp2 = temp1 >> 8;
157 temp1 &= 0x00ff00ff;
159 temp1 <<= 8;
160 return temp1 | temp2;
H A Dmd4.c161 uint32_t temp1, temp2; local
163 temp1 = cshift(t, 16);
164 temp2 = temp1 >> 8;
165 temp1 &= 0x00ff00ff;
167 temp1 <<= 8;
168 return temp1 | temp2;
H A Dsha.c211 uint32_t temp1, temp2; local
213 temp1 = cshift(t, 16);
214 temp2 = temp1 >> 8;
215 temp1 &= 0x00ff00ff;
217 temp1 <<= 8;
218 return temp1 | temp2;
H A Dmd5.c185 uint32_t temp1, temp2; local
187 temp1 = cshift(t, 16);
188 temp2 = temp1 >> 8;
189 temp1 &= 0x00ff00ff;
191 temp1 <<= 8;
192 return temp1 | temp2;
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masquerade.c130 masq = casefold(state->temp1, masq);
225 state.temp1 = vstring_alloc(100);
233 vstring_free(state.temp1);
H A Dcleanup_message.c267 vstring_sprintf(state->temp1, "%s: %s: %s %.200s from %s;",
270 vstring_sprintf_append(state->temp1, " from=<%s>",
273 vstring_sprintf_append(state->temp1, " to=<%s>",
276 vstring_sprintf_append(state->temp1, " proto=%s", attr);
278 vstring_sprintf_append(state->temp1, " helo=<%s>", attr);
280 vstring_sprintf_append(state->temp1, ": %s", text);
281 msg_info("%s", vstring_str(state->temp1));
719 vstring_sprintf(state->temp1, "%s@%s",
725 vstring_sprintf(state->temp1, "%s.%s@%s",
729 state->resent, vstring_str(state->temp1));
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c418 double_int r, s, temp1, temp2; local
438 temp1.high = high_low.low;
439 temp1.low = 0;
440 s = low_low + temp1;
442 || s.ult (temp1))
444 temp1.high = s.high;
445 temp1.low = s.low;
448 s = temp1 + temp2;
449 if (s.ult (temp1)
453 temp1
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfixed-bit.c283 INTunion r, s, temp1, temp2;
310 temp1.s.high = high_low.s.low;
311 temp1.s.low = 0;
312 s.ll = low_low.ll + temp1.ll;
314 || (UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll)
316 temp1.ll = s.ll;
319 s.ll = temp1.ll + temp2.ll;
320 if ((UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll
324 temp1.s.low = high_low.s.high;
325 temp1
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.cc418 double_int r, s, temp1, temp2; local
438 temp1.high = high_low.low;
439 temp1.low = 0;
440 s = low_low + temp1;
442 || s.ult (temp1))
444 temp1.high = s.high;
445 temp1.low = s.low;
448 s = temp1 + temp2;
449 if (s.ult (temp1)
453 temp1
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfixed-bit.c283 INTunion r, s, temp1, temp2;
310 temp1.s.high = high_low.s.low;
311 temp1.s.low = 0;
312 s.ll = low_low.ll + temp1.ll;
314 || (UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll)
316 temp1.ll = s.ll;
319 s.ll = temp1.ll + temp2.ll;
320 if ((UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll
324 temp1.s.low = high_low.s.high;
325 temp1
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd.c60 mpz_t op1, op2, temp1, temp2; local
72 mpz_init (temp1);
137 mpz_mul (temp1, op2, temp2);
138 mpz_add (op1, op1, temp1);
148 mpz_mul (temp1, op1, temp2);
149 mpz_add (op2, op2, temp1);
165 mpz_clear (temp1);
H A Dt-hgcd_appr.c50 mpz_t op1, op2, temp1, temp2; local
73 mpz_init (temp1);
118 mpz_mul (temp1, op2, temp2);
119 mpz_add (op1, op1, temp1);
129 mpz_mul (temp1, op1, temp2);
130 mpz_add (op2, op2, temp1);
146 mpz_clear (temp1);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlinux-atomic.c31 int temp1, temp2, temp3, offset; local
42 : "=&r" (offset), "=&r" (temp3), "=&r" (temp2), "=&r" (temp1)
45 return temp1;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlinux-atomic.c31 int temp1, temp2, temp3, offset; local
42 : "=&r" (offset), "=&r" (temp3), "=&r" (temp2), "=&r" (temp1)
45 return temp1;

Completed in 384 milliseconds

1234