Searched refs:tmp1 (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
33 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
86 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
89 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
92 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1,
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
63 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
66 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
69 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
73 if ((res = mp_sqr(&tmp1,
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
33 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
86 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
89 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
92 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1,
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
63 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
66 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
69 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
73 if ((res = mp_sqr(&tmp1,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djfdctint.c160 INT32 tmp0, tmp1, tmp2, tmp3; local
181 tmp1 = GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]);
187 tmp11 = tmp1 + tmp2;
188 tmp13 = tmp1 - tmp2;
191 tmp1 = GETJSAMPLE(elemptr[1]) - GETJSAMPLE(elemptr[6]);
213 tmp11 = tmp1 + tmp2;
215 tmp13 = tmp1 + tmp3;
221 tmp1 = MULTIPLY(tmp1, FIX_3_072711026); /* c1+c3+c5-c7 */
235 RIGHT_SHIFT(tmp1
330 INT32 tmp0, tmp1, tmp2, tmp3; local
465 INT32 tmp0, tmp1, tmp2; local
578 INT32 tmp0, tmp1, tmp2; local
688 INT32 tmp0, tmp1; local
781 INT32 tmp0, tmp1, tmp2; local
866 INT32 tmp0, tmp1, tmp2, tmp3; local
928 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local
1078 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local
1241 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
1424 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
1589 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
1788 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
1988 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2167 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2375 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2556 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
2720 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
2859 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local
2991 INT32 tmp0, tmp1, tmp2, tmp3; local
3127 INT32 tmp0, tmp1, tmp2; local
3227 INT32 tmp0, tmp1; local
3310 INT32 tmp0, tmp1; local
3343 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3531 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; local
3712 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
3861 INT32 tmp0, tmp1, tmp2, tmp3, tmp4; local
4007 INT32 tmp0, tmp1, tmp2, tmp3; local
4143 INT32 tmp0, tmp1, tmp2; local
4248 INT32 tmp0, tmp1; local
4327 INT32 tmp0, tmp1; local
[all...]
H A Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp1 = (FAST_FLOAT) (GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]));
89 tmp11 = tmp1 + tmp2;
90 tmp12 = tmp1 - tmp2;
129 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
H A Djidctflt.c73 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
199 tmp1 = tmp11 + tmp12;
224 outptr[1] = range_limit[((int) (tmp1 + tmp6)) & RANGE_MASK];
225 outptr[6] = range_limit[((int) (tmp1
[all...]
H A Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
225 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
237 tmp1 = tmp11 + tmp12;
265 wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
266 wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
324 tmp1 = tmp11 + tmp12;
351 outptr[1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3)
353 outptr[6] = range_limit[IDESCALE(tmp1
[all...]
H A Djidctint.c175 INT32 tmp0, tmp1, tmp2, tmp3; local
244 tmp1 = z2 - z3;
248 tmp11 = tmp1 + tmp3;
249 tmp12 = tmp1 - tmp3;
256 tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
261 z3 = tmp1 + tmp3;
275 z1 = MULTIPLY(tmp1 + tmp2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
276 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
278 tmp1
432 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; local
581 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
702 INT32 tmp0, tmp1, tmp10, tmp11, tmp12; local
1011 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
1093 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; local
2565 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
2826 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
3629 INT32 tmp0, tmp1, tmp2, tmp3; local
3782 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
4024 INT32 tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; local
4741 INT32 tmp0, tmp1, tmp2, tmp3; local
4921 INT32 tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; local
[all...]
H A Djfdctfst.c117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp1 = GETJSAMPLE(elemptr[1]) + GETJSAMPLE(elemptr[6]);
145 tmp11 = tmp1 + tmp2;
146 tmp12 = tmp1 - tmp2;
185 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
196 tmp11 = tmp1 + tmp2;
197 tmp12 = tmp1 - tmp2;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Drelirect.tcl57 set tmp1 [expr {(14 * $red) / 10}]
58 if {$tmp1 > $intensity} {set tmp1 $intensity}
60 set lightRed [expr {$tmp1 > $tmp2? $tmp1: $tmp2}]
61 set tmp1 [expr {(14 * $green) / 10}]
62 if {$tmp1 > $intensity} {set tmp1 $intensity}
64 set lightGreen [expr {$tmp1 > $tmp2? $tmp1
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dheapsort.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \
62 tmp1 = a; \
65 *tmp1++ = *tmp2++; \
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
145 char tmp, *tmp1, *tmp2; local
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
H A Dheapsort_b.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \
62 tmp1 = a; \
65 *tmp1++ = *tmp2++; \
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
145 char tmp, *tmp1, *tmp2; local
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
H A Dheapsort_r.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \
62 tmp1 = a; \
65 *tmp1++ = *tmp2++; \
108 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
146 char tmp, *tmp1, *tmp2; local
175 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
176 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dmaildir.c148 char tmp1[MAXPATHLEN], tmp2[MAXPATHLEN]; local
151 tmp1, sizeof(tmp1));
155 pop_log(p, POP_DEBUG, "Removing `%s'", tmp1);
157 if(unlink(tmp1) < 0) {
161 tmp1, strerror(errno));
170 pop_log(p, POP_DEBUG, "Linking `%s' to `%s'", tmp1, tmp2);
172 if(link(tmp1, tmp2) == 0) {
175 pop_log(p, POP_DEBUG, "Removing `%s'", tmp1);
177 if(unlink(tmp1) <
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix3d.c348 int stressed, tmp1, tmp2;
420 tmp1 = (14 * r)/10;
421 if (tmp1 > MAX_INTENSITY) {
422 tmp1 = MAX_INTENSITY;
425 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
426 tmp1 = (14 * g)/10;
427 if (tmp1 > MAX_INTENSITY) {
428 tmp1 = MAX_INTENSITY;
431 lightColor.green = (tmp1 > tmp
344 int stressed, tmp1, tmp2; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnix3d.c355 int stressed, tmp1, tmp2;
429 tmp1 = (14 * r)/10;
430 if (tmp1 > MAX_INTENSITY) {
431 tmp1 = MAX_INTENSITY;
434 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
435 tmp1 = (14 * g)/10;
436 if (tmp1 > MAX_INTENSITY) {
437 tmp1 = MAX_INTENSITY;
440 lightColor.green = (tmp1 > tmp
350 int stressed, tmp1, tmp2; local
[all...]
/macosx-10.9.5/bc-21/bc/bc/
H A Dutil.c187 arg_list *tmp1, *tmp2; local
192 tmp1 = params;
193 while (tmp1 != NULL)
195 tmp2 = tmp1->next;
198 if (tmp2->av_name == tmp1->av_name)
202 if (tmp1->arg_is_var)
204 tmp1 = tmp1->next;
211 tmp1 = autos;
212 while (tmp1 !
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dgaussblur.c131 uint32_t tmp1, tmp2, out; local
182 tmp1 = sr1 + tmp2;
184 tmp2 = sr2 + tmp1;
185 sr2 = tmp1;
186 tmp1 = sr3 + tmp2;
189 tmp2 = sc0[i] + tmp1;
190 sc0[i] = tmp1;
191 tmp1 = sc1[i] + tmp2;
193 tmp2 = sc2[i] + tmp1;
194 sc2[i] = tmp1;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cpu/arm/filters/
H A DFEBlendNEON.h49 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
50 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
58 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
59 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
69 uint16x8_t tmp1 = vaddq_u16(pixelA, pixelB); local
72 return vsubq_u16(tmp1, tmp3);
78 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
79 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
94 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
95 uint16x8_t tmp2 = vmulq_u16(tmp1, pixel
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWin3d.c345 int tmp1, tmp2;
445 tmp1 = (14 * r)/10;
446 if (tmp1 > MAX_INTENSITY) {
447 tmp1 = MAX_INTENSITY;
450 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
451 tmp1 = (14 * g)/10;
452 if (tmp1 > MAX_INTENSITY) {
453 tmp1 = MAX_INTENSITY;
456 lightColor.green = (tmp1 > tmp
340 int tmp1, tmp2; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWin3d.c349 int tmp1, tmp2;
452 tmp1 = (14 * r)/10;
453 if (tmp1 > MAX_INTENSITY) {
454 tmp1 = MAX_INTENSITY;
457 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
458 tmp1 = (14 * g)/10;
459 if (tmp1 > MAX_INTENSITY) {
460 tmp1 = MAX_INTENSITY;
463 lightColor.green = (tmp1 > tmp
344 int tmp1, tmp2; local
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp_unity.c282 char tmp1[40]; local
302 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
304 plog(ASL_LEVEL_DEBUG, "splitnet: %s/%s\n", tmp1, tmp2);
370 char tmp1[40]; local
382 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
384 len += strlen(tmp1);
402 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
405 rc = snprintf(str+print_len, len-print_len, "%s/%s ", tmp1, tmp2);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-range.el597 (let ((tmp1 item) (tmp2 (if selector item1 item2)))
599 ((null tmp1) tmp2)
600 ((null tmp2) tmp1)
601 ((and (numberp tmp1) (numberp tmp2))
603 ((eq tmp1 tmp2) tmp1)
604 ((eq (1+ tmp1) tmp2) (cons tmp1 tmp2))
605 ((eq (1+ tmp2) tmp1) (cons tmp2 tmp1))
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Dfiletree.c370 char *tmp1, *tmp2; local
374 tmp1 = tmp2 = XAR_ITER(i)->path;
377 free(tmp1);
454 char *tmp1, *tmp2, *tmp3; local
457 tmp2 = tmp1 = strdup(key);
463 free(tmp1);
467 free(tmp1);
472 free(tmp1);
486 char *tmp1, *tmp2, *tmp3; local
488 tmp2 = tmp1
855 char *tmp1, *tmp2; local
888 char *tmp1, *tmp2, *tmp3; local
[all...]

Completed in 298 milliseconds

123