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

12

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_delch.c57 NCURSES_CH_T *temp1 = temp2 - 1; local
60 while (temp1 < end)
61 *temp1++ = *temp2++;
63 *temp1 = blank;
H A Dlib_insch.c83 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
84 NCURSES_CH_T *temp2 = temp1 - 1;
89 while (temp1 > end)
90 *temp1-- = *temp2--;
92 *temp1 = _nc_render(win, wch);
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c60 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
61 NCURSES_CH_T *temp2 = temp1 - cells;
64 while (temp1 > end)
65 *temp1-- = *temp2--;
67 *temp1 = _nc_render(win, *wch);
69 SetWidecExt(temp1[cell], cell);
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_map1n.c138 quote_822_local(state->temp1, argv->argv[arg]);
139 if ((lookup = mail_addr_map(maps, STR(state->temp1), propagate)) != 0) {
142 unquote_822_local(state->temp1, lookup->argv[i]);
144 UPDATE(argv->argv[arg], STR(state->temp1));
146 argv_add(argv, STR(state->temp1), ARGV_END);
153 if (strcasecmp(saved_lhs, STR(state->temp1)) == 0)
H A Dcleanup_message.c257 vstring_sprintf(state->temp1, "%s: %s: %s %.200s from %s;",
260 vstring_sprintf_append(state->temp1, " from=<%s>", state->sender);
262 vstring_sprintf_append(state->temp1, " to=<%s>", state->recip);
264 vstring_sprintf_append(state->temp1, " proto=%s", attr);
266 vstring_sprintf_append(state->temp1, " helo=<%s>", attr);
268 vstring_sprintf_append(state->temp1, ": %s", text);
269 msg_info("%s", vstring_str(state->temp1));
645 vstring_sprintf(state->temp1, "%s@%s",
651 vstring_sprintf(state->temp1, "%s.%s@%s",
655 state->resent, vstring_str(state->temp1));
[all...]
H A Dcleanup_addr.c124 canon_addr_internal(state->temp1, MAIL_ADDR_MAIL_DAEMON);
125 if (strcasecmp(STR(clean_addr), STR(state->temp1)) == 0)
H A Dcleanup_state.c65 state->temp1 = vstring_alloc(10);
138 vstring_free(state->temp1);
H A Dcleanup_milter.c232 vstring_sprintf(state->temp1, "%s: milter-%s-%s: %s %.60s from %s[%s];",
236 vstring_sprintf_append(state->temp1, " from=<%s>", state->sender);
238 vstring_sprintf_append(state->temp1, " to=<%s>", state->recip);
240 vstring_sprintf_append(state->temp1, " proto=%s", attr);
242 vstring_sprintf_append(state->temp1, " helo=<%s>", attr);
244 vstring_sprintf_append(state->temp1, ": %s", optional_text);
245 msg_info("%s", vstring_str(state->temp1));
1766 vstring_sprintf(state->temp1, "{%s}", name);
1767 name = STR(state->temp1);
1786 vstring_sprintf(state->temp1, "
[all...]
H A Dcleanup.h49 VSTRING *temp1; /* scratch buffer, local use only */ member in struct:CLEANUP_STATE
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c3962 char *temp1, *val, *pattern; local
3983 temp1 = savestring (patstr);
3984 pattern = getpattern (temp1, quoted, 1);
3985 free (temp1);
3987 temp1 = (char *)NULL; /* shut up gcc */
3992 temp1 = remove_pattern (val, pattern, patspec);
3995 if (temp1)
3997 val = quote_escapes (temp1);
3998 free (temp1);
3999 temp1
4848 char *temp1; local
5330 char *t, *temp1, *temp2; local
5951 char *name, *value, *temp, *temp1; local
6376 char *temp, *temp1, uerror[3]; local
6785 char *temp, *temp1; local
[all...]
H A Dbashline.c2391 char *temp1, *temp2; local
2395 temp1 = make_absolute (local_dirname, t);
2397 temp2 = sh_canonpath (temp1, PATH_CHECKDOTDOT|PATH_CHECKEXISTS);
2401 free (temp1);
2404 len1 = strlen (temp1);
2405 if (temp1[len1 - 1] == '/')
2417 free (temp1);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dsha256.c149 uint32_t temp1, temp2; local
151 temp1 = cshift(t, 16);
152 temp2 = temp1 >> 8;
153 temp1 &= 0x00ff00ff;
155 temp1 <<= 8;
156 return temp1 | temp2;
H A Dmd4.c157 uint32_t temp1, temp2; local
159 temp1 = cshift(t, 16);
160 temp2 = temp1 >> 8;
161 temp1 &= 0x00ff00ff;
163 temp1 <<= 8;
164 return temp1 | temp2;
H A Dsha.c207 uint32_t temp1, temp2; local
209 temp1 = cshift(t, 16);
210 temp2 = temp1 >> 8;
211 temp1 &= 0x00ff00ff;
213 temp1 <<= 8;
214 return temp1 | temp2;
H A Dmd5.c181 uint32_t temp1, temp2; local
183 temp1 = cshift(t, 16);
184 temp2 = temp1 >> 8;
185 temp1 &= 0x00ff00ff;
187 temp1 <<= 8;
188 return temp1 | temp2;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcnumtst.c141 UChar temp1[512]; local
250 u_uastrcpy(temp1, "$100,000,000.00");
271 if(u_strcmp(result, temp1)==0)
285 u_uastrcpy(temp1, "-$10,456.37");
303 if(result && u_strcmp(result, temp1)==0)
307 aescstrdup(result, -1), aescstrdup(temp1, -1));
340 u_uastrcpy(temp1, "Y1,235");
341 temp1[0] = 0xA5; /* Yen sign */
355 if (result && u_strcmp(result, temp1)==0) {
359 aescstrdup(result, -1), aescstrdup(temp1,
1286 char temp1[128]; local
1321 UChar temp1[512]; local
1435 UChar temp1[512]; local
2029 char temp1[256]; local
[all...]
/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;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
91 return temp1;
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, temp
[all...]
/macosx-10.10/cups-408/cups/filter/
H A Dinterpret.c145 temp1, temp2; /* Temporary variables for swapping */ local
296 temp1 = h->cupsPageSize[0];
298 h->cupsPageSize[1] = temp1;
300 temp1 = left;
304 bottom = h->cupsPageSize[1] - temp1;
309 temp1 = left;
312 right = h->cupsPageSize[0] - temp1;
318 temp1 = h->cupsPageSize[0];
320 h->cupsPageSize[1] = temp1;
322 temp1
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dmsfmrgts.cpp208 UnicodeString temp, temp1; local
229 temp1.remove();
231 temp1 = obj1.getString(temp1);
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
242 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
243 if (temp != temp1) {
244 errln("Parse failed on object " + objs[i].getString(temp1)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp1259 __m128d temp1 = _mm_mul_pd(matrixBlockC, otherMatrixSecondParam);
1268 accumulator = _mm_add_pd(accumulator, temp1);
1275 temp1 = _mm_mul_pd(matrixBlockD, otherMatrixSecondParam);
1279 accumulator = _mm_add_pd(accumulator, temp1);
1292 temp1 = _mm_mul_pd(matrixBlockC, otherMatrixSecondParam);
1296 accumulator = _mm_add_pd(accumulator, temp1);
1303 temp1 = _mm_mul_pd(matrixBlockD, otherMatrixSecondParam);
1307 accumulator = _mm_add_pd(accumulator, temp1);
1320 temp1 = _mm_mul_pd(matrixBlockC, otherMatrixSecondParam);
1324 accumulator = _mm_add_pd(accumulator, temp1);
[all...]
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c987 dispatch_data_t temp1; local
989 temp1 = input->decode(data);
992 temp1 = data;
995 if (!temp1) {
1001 temp2 = output->encode(temp1);
1003 dispatch_retain(temp1);
1004 temp2 = temp1;
1007 dispatch_release(temp1);
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm166 const temp1 = t0 # Same as previousCFR
177 const temp1 = t3 # Same as previousCFR
189 const temp1 = t3
200 const temp1 = t3 # Same as previousCFR
249 subp cfr, temp2, temp1
254 bpaeq temp1, VM::m_jsStackLimit[vm], .stackHeightOK
266 cloopCallSlowPath _llint_stack_check_at_vm_entry, vm, temp1
282 move temp1, sp
283 move 5, temp1
286 subi 1, temp1
[all...]
H A DLowLevelInterpreter64.asm149 const temp1 = t0
159 const temp1 = t0
169 const temp1 = t3
206 subp cfr, temp2, temp1
211 bpaeq temp1, VM::m_jsStackLimit[vm], .stackHeightOK
218 cloopCallSlowPath _llint_stack_check_at_vm_entry, vm, temp1
234 move temp1, sp
235 move 5, temp1
238 subi 1, temp1
239 loadq [protoCallFrame, temp1,
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el3691 temp1
3709 (setq temp1 (ange-ftp-make-tmp-name f-host)))
3717 (list 'get f-name (or temp1 (ange-ftp-quote-string newname)))
3719 (if (and temp1 t-parsed)
3726 temp1 temp2 cont nowait)
3744 temp1 temp2 cont nowait)
3751 (and temp1 (ange-ftp-del-tmp-name temp1))
3764 ;; We now have to copy either temp1 or filename to newname.
3775 (if temp1
[all...]
/macosx-10.10/vim-55/src/
H A Dsha256.c65 UINT32_T temp1, temp2, W[64]; local
105 temp1 = h + S3(e) + F1(e, f, g) + K + x; \
107 d += temp1; h = temp1 + temp2; \

Completed in 289 milliseconds

12