| /src/lib/libcurses/ |
| delch.c | 90 __LDATA *end, *temp1, *temp2; local 97 temp1 = &win->alines[win->cury]->line[win->curx]; 98 temp2 = temp1 + 1; 99 while (temp1 < end) { 100 (void)memcpy(temp1, temp2, sizeof(__LDATA)); 101 temp1++, temp2++; 103 temp1->ch = win->bch; 104 temp1->cflags = CA_BACKGROUND; 106 temp1->attr = win->battr & __COLOR; 108 temp1->attr = 0 [all...] |
| insch.c | 94 __LDATA *end, *temp1, *temp2; local 105 temp1 = &win->alines[win->cury]->line[win->maxx - 1]; 106 temp2 = temp1 - 1; 107 while (temp1 > end) { 108 (void)memcpy(temp1, temp2, sizeof(__LDATA)); 109 temp1--, temp2--; 111 temp1->ch = (wchar_t)ch & __CHARTEXT; 112 if (temp1->ch == win->bch) { 113 temp1->ch = win->bch; 114 temp1->cflags &= ~CA_CONTINUATION [all...] |
| ins_wch.c | 88 __LDATA *start, *temp1, *temp2; local 154 temp1 = &win->alines[y]->line[win->maxx - 1]; 155 temp2 = temp1 - cw; 160 while (temp1 > temp2 + cw) { 161 np = temp1->nsp; 168 temp1->nsp = NULL; 170 temp1->ch = win->bch; 171 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR) 173 temp1->attr = win->battr; 174 temp1->wcols = 1 [all...] |
| insstr.c | 145 __LDATA *end, *temp1, *temp2; local 167 temp1 = &win->alines[win->cury]->line[win->maxx - 1]; 168 temp2 = temp1 - len; 171 np = temp1->nsp; 178 temp1->nsp = NULL; 181 (void)memcpy(temp1, temp2, sizeof(__LDATA)); 182 temp1--, temp2--; 186 for (scp = str, temp1 = end, x = win->curx; 188 scp++, temp1++, x++) 190 temp1->ch = (wchar_t)*scp & __CHARTEXT [all...] |
| ins_wstr.c | 133 __LDATA *start, *temp1, *temp2; local 317 temp1 = &win->alines[y]->line[win->maxx - 1]; 318 temp2 = temp1 - width; 325 while (temp1 > temp2 + width) { 326 temp1->ch = win->bch; 327 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR) { 331 temp1->attr = win->battr; 332 temp1->cflags |= CA_BACKGROUND; 333 temp1->cflags &= ~CA_CONTINUATION; 334 temp1->wcols = 1 [all...] |
| /src/games/phantasia/ |
| interplayer.c | 673 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 = distance(Player.p_x, Enrgyvoid.ev_x, Player.p_y, Enrgyvoid.ev_y) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| linux-atomic.c | 31 int temp1, temp2, temp3, offset; local 42 : "=&r" (offset), "=&r" (temp3), "=&r" (temp2), "=&r" (temp1) 45 return temp1;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| linux-atomic.c | 31 int temp1, temp2, temp3, offset; local 42 : "=&r" (offset), "=&r" (temp3), "=&r" (temp2), "=&r" (temp1) 45 return temp1;
|
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| sem-switch.c | 525 SI temp0;BI temp1; local 527 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 534 BI opval = temp1; 554 SI temp0;BI temp1; local 556 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 563 BI opval = temp1; 583 SI temp0;BI temp1; local 585 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 592 BI opval = temp1; 1179 SI temp0;USI temp1; local 1420 SI temp0;SI temp1; local 2382 SI temp0;BI temp1; local 2411 SI temp0;BI temp1; local [all...] |
| sem.c | 401 SI temp0;BI temp1; local 403 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 410 BI opval = temp1; 432 SI temp0;BI temp1; local 434 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 441 BI opval = temp1; 463 SI temp0;BI temp1; local 465 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 472 BI opval = temp1; 1109 SI temp0;USI temp1; local 1374 SI temp0;SI temp1; local 2430 SI temp0;BI temp1; local 2461 SI temp0;BI temp1; local [all...] |
| sem2-switch.c | 716 SI temp0;BI temp1; local 718 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 725 BI opval = temp1; 745 SI temp0;BI temp1; local 747 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 754 BI opval = temp1; 774 SI temp0;BI temp1; local 776 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 783 BI opval = temp1; 1774 SI temp0;USI temp1; local 2015 SI temp0;SI temp1; local 3024 SI temp0;BI temp1; local 3053 SI temp0;BI temp1; local 3649 SI temp0;BI temp1; local 3698 SI temp0;BI temp1; local 4293 SI temp0;USI temp1; local 4574 SI temp0;SI temp1; local 6187 SI temp0;BI temp1; local 6236 SI temp0;BI temp1; local [all...] |
| semx-switch.c | 709 SI temp0;BI temp1; local 711 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 718 BI opval = temp1; 738 SI temp0;BI temp1; local 740 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 747 BI opval = temp1; 767 SI temp0;BI temp1; local 769 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 776 BI opval = temp1; 1606 SI temp0;USI temp1; local 1847 SI temp0;SI temp1; local 2856 SI temp0;BI temp1; local 2885 SI temp0;BI temp1; local 3481 SI temp0;BI temp1; local 3530 SI temp0;BI temp1; local 4125 SI temp0;USI temp1; local 4406 SI temp0;SI temp1; local 6019 SI temp0;BI temp1; local 6068 SI temp0;BI temp1; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| sem-switch.c | 525 SI temp0;BI temp1; local 527 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 534 BI opval = temp1; 554 SI temp0;BI temp1; local 556 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 563 BI opval = temp1; 583 SI temp0;BI temp1; local 585 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 592 BI opval = temp1; 1179 SI temp0;USI temp1; local 1420 SI temp0;SI temp1; local 2382 SI temp0;BI temp1; local 2411 SI temp0;BI temp1; local [all...] |
| sem.c | 401 SI temp0;BI temp1; local 403 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 410 BI opval = temp1; 432 SI temp0;BI temp1; local 434 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 441 BI opval = temp1; 463 SI temp0;BI temp1; local 465 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 472 BI opval = temp1; 1109 SI temp0;USI temp1; local 1374 SI temp0;SI temp1; local 2430 SI temp0;BI temp1; local 2461 SI temp0;BI temp1; local [all...] |
| sem2-switch.c | 716 SI temp0;BI temp1; local 718 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 725 BI opval = temp1; 745 SI temp0;BI temp1; local 747 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 754 BI opval = temp1; 774 SI temp0;BI temp1; local 776 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 783 BI opval = temp1; 1774 SI temp0;USI temp1; local 2015 SI temp0;SI temp1; local 3024 SI temp0;BI temp1; local 3053 SI temp0;BI temp1; local 3649 SI temp0;BI temp1; local 3698 SI temp0;BI temp1; local 4293 SI temp0;USI temp1; local 4574 SI temp0;SI temp1; local 6187 SI temp0;BI temp1; local 6236 SI temp0;BI temp1; local [all...] |
| semx-switch.c | 709 SI temp0;BI temp1; local 711 temp1 = ADDOFSI (* FLD (i_dr), * FLD (i_sr), 0); 718 BI opval = temp1; 738 SI temp0;BI temp1; local 740 temp1 = ADDOFSI (* FLD (i_sr), FLD (f_simm16), 0); 747 BI opval = temp1; 767 SI temp0;BI temp1; local 769 temp1 = ADDCFSI (* FLD (i_dr), * FLD (i_sr), CPU (h_cond)); 776 BI opval = temp1; 1606 SI temp0;USI temp1; local 1847 SI temp0;SI temp1; local 2856 SI temp0;BI temp1; local 2885 SI temp0;BI temp1; local 3481 SI temp0;BI temp1; local 3530 SI temp0;BI temp1; local 4125 SI temp0;USI temp1; local 4406 SI temp0;SI temp1; local 6019 SI temp0;BI temp1; local 6068 SI temp0;BI temp1; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| md4.c | 161 uint32_t temp1, temp2; local 163 temp1 = cshift(t, 16); 164 temp2 = temp1 >> 8; 165 temp1 &= 0x00ff00ff; 167 temp1 <<= 8; 168 return temp1 | temp2;
|
| md5.c | 185 uint32_t temp1, temp2; local 187 temp1 = cshift(t, 16); 188 temp2 = temp1 >> 8; 189 temp1 &= 0x00ff00ff; 191 temp1 <<= 8; 192 return temp1 | temp2;
|
| sha.c | 211 uint32_t temp1, temp2; local 213 temp1 = cshift(t, 16); 214 temp2 = temp1 >> 8; 215 temp1 &= 0x00ff00ff; 217 temp1 <<= 8; 218 return temp1 | temp2;
|
| sha256.c | 153 uint32_t temp1, temp2; local 155 temp1 = cshift(t, 16); 156 temp2 = temp1 >> 8; 157 temp1 &= 0x00ff00ff; 159 temp1 <<= 8; 160 return temp1 | temp2;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| date_and_time.c | 278 GFC_REAL_4 temp1, temp2; local 294 temp1 = 3600.0 * (GFC_REAL_4)values[4] + 299 temp2 = (temp1 - temp2 >= 0.0) ? temp2 : (temp2 - 86400.0); 300 return temp1 - temp2;
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-gcd.c | 34 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, temp2, op1, op2) [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| ai.c | 68 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...] |
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| date_and_time.c | 304 GFC_REAL_4 temp1, temp2; local 320 temp1 = 3600.0 * (GFC_REAL_4)values[4] + 325 temp2 = (temp1 - temp2 >= 0.0) ? temp2 : (temp2 - 86400.0); 326 return temp1 - temp2;
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-hgcd.c | 60 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);
|