Searched refs:temp2 (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_delch.c56 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]); local
57 NCURSES_CH_T *temp1 = temp2 - 1;
61 *temp1++ = *temp2++;
H A Dlib_insch.c84 NCURSES_CH_T *temp2 = temp1 - 1; local
90 *temp1-- = *temp2--;
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c61 NCURSES_CH_T *temp2 = temp1 - cells; local
65 *temp1-- = *temp2--;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha256.c149 uint32_t temp1, temp2; local
152 temp2 = temp1 >> 8;
154 temp2 &= 0x00ff00ff;
156 return temp1 | temp2;
H A Dmd4.c157 uint32_t temp1, temp2; local
160 temp2 = temp1 >> 8;
162 temp2 &= 0x00ff00ff;
164 return temp1 | temp2;
H A Dsha.c207 uint32_t temp1, temp2; local
210 temp2 = temp1 >> 8;
212 temp2 &= 0x00ff00ff;
214 return temp1 | temp2;
H A Dmd5.c181 uint32_t temp1, temp2; local
184 temp2 = temp1 >> 8;
186 temp2 &= 0x00ff00ff;
188 return temp1 | temp2;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DColor.cpp79 static double calcHue(double temp1, double temp2, double hueVal) argument
86 return temp1 + (temp2 - temp1) * hueVal * 6.0;
88 return temp2;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
108 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
109 double temp1 = 2.0 * lightness - temp2;
111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
112 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
113 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djchuff.c544 register int temp, temp2; local
569 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
572 temp = temp2 - entropy->saved.last_dc_val[ci];
573 entropy->saved.last_dc_val[ci] = temp2;
576 temp2 = temp;
579 /* For a negative input, want temp2 = bitwise complement of abs(input) */
581 temp2--;
602 emit_bits_e(entropy, (unsigned int) temp2, nbits);
631 register int temp, temp2; local
665 * interwoven with finding the abs value (temp) and output bits (temp2)
919 register int temp, temp2; local
[all...]
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_state.c66 state->temp2 = vstring_alloc(10);
139 vstring_free(state->temp2);
H A Dcleanup.h50 VSTRING *temp2; /* scratch buffer, local use only */ member in struct:CLEANUP_STATE
H A Dcleanup_message.c684 vstring_sprintf(state->temp2, "%sFrom: %s",
689 vstring_strcat(state->temp2, " ");
690 tok822_externalize(state->temp2, token, TOK822_STR_NONE);
693 CLEANUP_OUT_BUF(state, REC_TYPE_NORM, state->temp2);
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm167 const temp2 = t1 # Same as previousPC
178 const temp2 = t4
180 const temp4 = t4 # Same as temp2
190 const temp2 = t5
201 const temp2 = a3
218 checkStackPointerAlignment(temp2, 0xbad0dc01)
227 loadp VM::topCallFrame[vm], temp2
228 storep temp2, ScopeChain[cfr]
246 loadi ProtoCallFrame::paddedArgCount[protoCallFrame], temp2
247 addp CallFrameHeaderSlots, temp2, temp
[all...]
H A DLowLevelInterpreter64.asm150 const temp2 = t3
160 const temp2 = t3
170 const temp2 = t4
187 checkStackPointerAlignment(temp2, 0xbad0dc01)
196 loadp VM::topCallFrame[vm], temp2
197 storep temp2, ScopeChain[cfr]
203 loadi ProtoCallFrame::paddedArgCount[protoCallFrame], temp2
204 addp CallFrameHeaderSlots, temp2, temp2
205 lshiftp 3, temp2
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp1260 __m128d temp2 = _mm_mul_pd(matrixBlockE, otherMatrixThirdParam);
1269 accumulator = _mm_add_pd(accumulator, temp2);
1276 temp2 = _mm_mul_pd(matrixBlockF, otherMatrixThirdParam);
1280 accumulator = _mm_add_pd(accumulator, temp2);
1293 temp2 = _mm_mul_pd(matrixBlockE, otherMatrixThirdParam);
1297 accumulator = _mm_add_pd(accumulator, temp2);
1304 temp2 = _mm_mul_pd(matrixBlockF, otherMatrixThirdParam);
1308 accumulator = _mm_add_pd(accumulator, temp2);
1321 temp2 = _mm_mul_pd(matrixBlockE, otherMatrixThirdParam);
1325 accumulator = _mm_add_pd(accumulator, temp2);
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dlocdspnm.cpp609 UnicodeString temp2; local
617 keyValueDisplayName(key, value, temp2);
618 temp2.findAndReplace(formatOpenParen, formatReplaceOpenParen);
619 temp2.findAndReplace(formatCloseParen, formatReplaceCloseParen);
620 if (temp2 != UnicodeString(value, -1, US_INV)) {
621 appendWithSep(resultRemainder, temp2);
626 temp2
635 .append(temp2);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c530 char temp2[20]; local
558 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale));
559 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
560 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
3111 char temp2[40], temp3[40]; local
3119 lengthPre = uloc_getLocaleForLCID(lcid, temp2, 4, &status);
3127 length = uloc_getLocaleForLCID(lcid, temp2, sizeof(temp2)/sizeof(char), &status);
3137 length = uloc_getLocaleForLCID(0x12345, temp2, sizeof(temp2)/sizeo
[all...]
H A Dcnumtst.c142 UChar temp2[512]; local
374 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
384 if (u_strcmp(temp2, temp)==0) {
566 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
567 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1287 char temp2[128]; local
1313 log_err("FAIL: Error in unum_formatDouble result %s instead of %s\n", u_austrcpy(temp1, result), u_austrcpy(temp2, expected) );
2030 char temp2[256]; local
2083 log_data_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s - (Are you missing data?)",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_clone
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c5330 char *t, *temp1, *temp2; local
5388 temp2 = savestring (t);
5389 temp1 = expand_arith_string (temp2, Q_DOUBLE_QUOTES);
5390 free (temp2);
6588 char *temp2; local
6590 temp2 = savestring (temp1);
6591 t_index = strlen (temp2) - 1;
6593 if (temp2[t_index] != RPAREN)
6595 free (temp2);
6600 temp2[t_inde
[all...]
H A Dbashline.c2391 char *temp1, *temp2; local
2397 temp2 = sh_canonpath (temp1, PATH_CHECKDOTDOT|PATH_CHECKEXISTS);
2399 if (temp2 == 0)
2407 len2 = strlen (temp2);
2410 temp2 = (char *)xrealloc (temp2, len2 + 2);
2411 temp2[len2] = '/';
2412 temp2[len2 + 1] = '\0';
2416 *dirname = temp2;
/macosx-10.10/cups-408/cups/filter/
H A Dinterpret.c145 temp1, temp2; /* Temporary variables for swapping */ local
301 temp2 = right;
305 top = h->cupsPageSize[1] - temp2;
310 temp2 = bottom;
314 top = h->cupsPageSize[1] - temp2;
323 temp2 = right;
326 bottom = h->cupsPageSize[1] - temp2;
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-source.cxx1240 temp2; // Second temporary value local
1366 temp2 = strtol(newv, &newv, 0);
1384 temp2 = 0;
1388 temp2 = strtol(var->value->value, NULL, 0);
1390 temp2 = 1;
1393 temp2 = 0;
1402 temp = temp == temp2;
1405 temp = temp != temp2;
1408 temp = temp < temp2;
1411 temp = temp <= temp2;
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el3692 temp2)
3726 temp1 temp2 cont nowait)
3744 temp1 temp2 cont nowait)
3770 (setq temp2 (ange-ftp-make-tmp-name t-host)))
3776 (if temp2
3777 (if (string-equal temp1 temp2)
3779 (ange-ftp-real-copy-file temp1 temp2 t))
3780 (setq temp2 temp1 temp1 nil))
3781 (if temp2
3782 (ange-ftp-real-copy-file filename temp2
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbitblb.cpp642 RBBIStateDescriptor *temp2; local
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
644 if (setEquals(U, temp2->fPositions)) {
646 U = temp2->fPositions;
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c999 dispatch_data_t temp2; local
1001 temp2 = output->encode(temp1);
1004 temp2 = temp1;
1008 return temp2;

Completed in 439 milliseconds

12