HomeSort by relevance Sort by last modified time
    Searched refs:tmp2 (Results 1 - 25 of 466) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
simple_stack2.cc 14 int tmp2 = tmp; local
15 (void)tmp2;
21 int tmp2 = tmp; local
22 (void)tmp2;
27 int tmp2 = tmp; local
28 (void)tmp2;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestGetSet.java 269 byte tmp2[] = new byte[gCount];
272 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1);
274 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1);
277 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1);
279 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1);
282 verify(tmp, tmp2, out3DAlloc, "Data mismatch char: ", 1);
284 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char: ", 1);
290 byte tmp2[] = new byte[gCount];
292 verify(tmp, tmp2, out1DAlloc, "Data mismatch char2: ", 2);
294 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char2: ", 2)
435 short tmp2[] = new short[gCount]; local
455 short tmp2[] = new short[gCount]; local
475 short tmp2[] = new short[gCount]; local
495 short tmp2[] = new short[gCount]; local
515 short tmp2[] = new short[gCount]; local
535 short tmp2[] = new short[gCount]; local
555 short tmp2[] = new short[gCount]; local
575 short tmp2[] = new short[gCount]; local
598 int tmp2[] = new int[gCount]; local
618 int tmp2[] = new int[gCount]; local
638 int tmp2[] = new int[gCount]; local
658 int tmp2[] = new int[gCount]; local
678 int tmp2[] = new int[gCount]; local
698 int tmp2[] = new int[gCount]; local
718 int tmp2[] = new int[gCount]; local
738 int tmp2[] = new int[gCount]; local
761 long tmp2[] = new long[gCount]; local
781 long tmp2[] = new long[gCount]; local
801 long tmp2[] = new long[gCount]; local
821 long tmp2[] = new long[gCount]; local
841 long tmp2[] = new long[gCount]; local
861 long tmp2[] = new long[gCount]; local
881 long tmp2[] = new long[gCount]; local
901 long tmp2[] = new long[gCount]; local
924 float tmp2[] = new float[gCount]; local
944 float tmp2[] = new float[gCount]; local
964 float tmp2[] = new float[gCount]; local
984 float tmp2[] = new float[gCount]; local
1005 double tmp2[] = new double[gCount]; local
1025 double tmp2[] = new double[gCount]; local
1045 double tmp2[] = new double[gCount]; local
1065 double tmp2[] = new double[gCount]; local
    [all...]
  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
123 *c_Im = tmp2;
135 LONG tmp1, tmp2; local
141 "smlawb %1, %3, %4, %1;\n" /* tmp2 = a_Im * b_Re + a_Re * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
147 *c_Im = tmp2;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
171 *c_Im += tmp2;
184 LONG tmp1, tmp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 97 int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
115 tmp2 = (cur_word >> 24) & 0xFF;
116 sad = SUB_SAD(sad, tmp, tmp2);
118 tmp2 = (cur_word >> 16) & 0xFF;
119 sad = SUB_SAD(sad, tmp, tmp2);
121 tmp2 = (cur_word >> 8) & 0xFF;
122 sad = SUB_SAD(sad, tmp, tmp2);
125 tmp2 = (cur_word & 0xFF);
126 sad = SUB_SAD(sad, tmp, tmp2);
130 tmp2 = (cur_word >> 24) & 0xFF
201 int tmp, tmp2; local
    [all...]
sad_halfpel_inline.h 31 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
33 tmp = (tmp2 >> 1) - tmp;
40 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
42 tmp = (tmp >> 2) - tmp2;
51 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
55 rsbs tmp, tmp, tmp2, asr #1 ; local
63 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
67 rsbs tmp, tmp2, tmp, asr #2 ; local
77 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
84 : "r"(tmp2)
    [all...]
sad_halfpel.cpp 189 int difmad, tmp, tmp2; local
213 tmp2 = p1[13] + p2[13];
214 tmp += tmp2;
215 tmp2 = (cur_word >> 24) & 0xFF;
217 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
219 tmp2 = p1[9] + p2[9];
220 tmp += tmp2;
221 tmp2 = (cur_word >> 16) & 0xFF;
223 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
225 tmp2 = p1[5] + p2[5]
271 int difmad, tmp, tmp2; local
352 int difmad, tmp, tmp2; local
427 int sad = 0, tmp, tmp2; local
495 int sad = 0, tmp, tmp2; local
561 int sad = 0, tmp, tmp2; local
    [all...]
  /external/stlport/test/compiler/
partial_spec.cpp 30 template_struct<int> tmp2; local
32 func(tmp2);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
62 "movz %[value], %[tmp3], %[tmp2] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
68 "slt %[tmp2], %[value], %[tmp1] \n\t"
71 "movz %[value], %[tmp3], %[tmp2] \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
77 "slt %[tmp2], %[value], %[tmp1] \n\t"
80 "movz %[value], %[tmp3], %[tmp2] \n\t"
81 "movz %[root], %[tmp4], %[tmp2] \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
89 "ulw %[tmp2], 0(%[ptr_j]) \n\t"
93 "usw %[tmp2], 0(%[ptr_i]) \n\t"
97 "lh %[tmp2], 10(%[pcoeftable_8]) \n\t"
101 "addu %[ptr_j], %[frfi], %[tmp2] \n\t"
105 "ulw %[tmp2], 0(%[ptr_j]) \n\t"
109 "usw %[tmp2], 0(%[ptr_i]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
141 "ulw %[tmp2], 0(%[ptr_j]) \n\t
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 113 Int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
128 tmp2 = (cur_word >> 24) & 0xFF;
129 sad = SUB_SAD(sad, tmp, tmp2);
131 tmp2 = (cur_word >> 16) & 0xFF;
132 sad = SUB_SAD(sad, tmp, tmp2);
134 tmp2 = (cur_word >> 8) & 0xFF;
135 sad = SUB_SAD(sad, tmp, tmp2);
138 tmp2 = (cur_word & 0xFF);
139 sad = SUB_SAD(sad, tmp, tmp2);
143 tmp2 = (cur_word >> 24) & 0xFF
214 Int tmp, tmp2; local
321 Int tmp, tmp2, tmp3, mask = 0xFF; local
    [all...]
sad_halfpel_inline.h 34 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
36 tmp = (tmp2 >> 1) - tmp;
43 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
45 tmp = (tmp >> 2) - tmp2;
54 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
58 rsbs tmp, tmp, tmp2, asr #1 ; local
66 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
70 rsbs tmp, tmp2, tmp, asr #2 ; local
81 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
87 register int32 uu = tmp2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gmed_n.cpp 134 Word16 tmp2[NMAX];
138 tmp2[i] = ind[i];
146 if (sub (tmp2[j], max) >= 0)
148 max = tmp2[j];
152 tmp2[ix] = -32768;
192 Word16 tmp2[NMAX]; local
196 *(tmp2 + i) = *(ind + i);
204 if (*(tmp2 + j) >= max)
206 max = *(tmp2 + j);
210 *(tmp2 + ix) = -32768
    [all...]
  /external/clang/test/CodeGen/
vla-3.c 8 char tmp2[size+16]; local
  /external/openssl/crypto/bf/asm/
bf-586.pl 16 $tmp2="ebx";
35 &mov($tmp2,&wparam(0));
41 &mov($L,&DWP(0,$tmp2,"",0));
42 &mov($R,&DWP(4,$tmp2,"",0));
50 &mov($tmp2,&DWP(0,$P,"",0));
53 &xor($L,$tmp2);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
69 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
72 &xor($L,$tmp2);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_mips.c 36 int32_t tmp2, tmp3; local
44 "lh %[tmp2], 0(%[tmp_a_poly]) \n\t"
45 "mul %[tmp32], %[tmp2], %[tmp2] \n\t"
50 "mfhi %[tmp2], $ac0 \n\t"
52 "sra %[sign_1], %[tmp2], 31 \n\t"
55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32),
68 "addwc %[sum64_hi], %[sum64_hi], %[tmp2] \n\t"
71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3
119 int32_t tmp2, tmp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 29 tmp2 RN 2 label
71 ASR tmp2,center,#2
72 CMP tmp2,#9
73 ADDCC pc,pc,tmp2,LSL #2
85 ; LDR tmp2, [ref], #4
87 ; STR tmp2, [fill], #4
89 ; LDR tmp2, [ref], #4
91 ; STR tmp2, [fill], #4
93 ; LDR tmp2, [ref], #4
95 ; STR tmp2, [fill],#
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
57 tmp2 = &idxVec[len-1];
63 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)2097152) >> 22);
65 tmp2--;
71 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)262144) >> 19);
73 tmp2--;
79 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)65536) >> 17);
81 tmp2--;
103 tmp2 = &sampleAr[2*len-1];
106 (*tmp3) = (*tmp1) + (*tmp2);
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
62 state[ i + 1 ] = tmp2;
63 C[ i + 1 ] += state[ 0 ] * tmp2;
  /external/libopus/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
62 state[ i + 1 ] = tmp2;
63 C[ i + 1 ] += state[ 0 ] * tmp2;
  /external/aac/libFDK/src/arm/
scale_arm.cpp 118 FIXP_DBL tmp2 = mySpec[2]; local
122 tmp2 = fMultDiv2(tmp2, factor);
126 tmp2 <<= shift;
130 *mySpec++ = tmp2;
148 FIXP_DBL tmp2 = mySpec[2]; local
152 tmp2 = fMultDiv2(tmp2, factor);
156 tmp2 >>= shift;
160 *mySpec++ = tmp2;
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 780 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
840 tmp2 = JBIG2_GETDWORD(lineDst);
843 tmp = (tmp2 & ~maskM) | ((tmp1 | tmp2) & maskM);
846 tmp = (tmp2 & ~maskM) | ((tmp1 & tmp2) & maskM);
849 tmp = (tmp2 & ~maskM) | ((tmp1 ^ tmp2) & maskM);
1200 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
123 data[1] = (d1 * tmp2);
124 data[14] = (d2 * tmp2);
130 data[4] = (d1 * tmp2);
137 tmp0 = (d1 * tmp2);
139 data[3] = (d3 * tmp2);
143 data[6] = (d1 * tmp2);
145 data[12] = (d3 * tmp2);
153 data[11] = (d3 * tmp2);
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
h264bsd_image.c 89 u32 tmp1, tmp2; local
114 tmp2 = *ptr++;
116 *lum++ = tmp2;
118 tmp2 = *ptr++;
120 *lum++ = tmp2;
128 tmp2 = *ptr++;
130 *cb++ = tmp2;
137 tmp2 = *ptr++;
139 *cr++ = tmp2;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 47 #define tmp2 x8 define
74 orr tmp2, data1, #REP8_7f
77 bic has_nul1, tmp1, tmp2
98 orr tmp2, data2, #REP8_7f
99 bic has_nul2, tmp1, tmp2
112 mov tmp2, #~0
115 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
118 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). *
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 56 tmp2 RN 8 label
103 ADD tmp2, y0, partH ;// (y0+partHeight)
105 CMP tmp2, height
133 MLA tmp2, width, y0, x0 ;// y0*width+x0
134 ADD ref, ref, tmp2 ;// ref += y0*width+x0
147 ADD tmp2, partH, partW, LSL #4
148 ADD count, count, tmp2, LSL #16
170 SMLATB tmp2, x_2_0, mult_20_m5, plus16
175 SMLAD tmp2, x_3_1, mult_20_01, tmp2
    [all...]

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>