/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_halfpel.cpp | 343 Int difmad, tmp, tmp2; local 364 tmp2 = p1[13] + p2[13]; 365 tmp += tmp2; 366 tmp2 = (cur_word >> 24) & 0xFF; 368 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);; 370 tmp2 = p1[9] + p2[9]; 371 tmp += tmp2; 372 tmp2 = (cur_word >> 16) & 0xFF; 374 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);; 376 tmp2 = p1[5] + p2[5] 422 Int difmad, tmp, tmp2; local 500 Int difmad, tmp, tmp2; local 572 Int sad = 0, tmp, tmp2; local 640 Int sad = 0, tmp, tmp2; local 706 Int sad = 0, tmp, tmp2; local [all...] |
/external/syslinux/com32/modules/ |
zzjson.c | 43 ZZJSON *tmp2; local 66 tmp2 = zzjson_array_prepend(&config, tmp, 69 if (!tmp2) { 73 tmp = tmp2; 75 tmp2 = zzjson_array_append(&config, tmp, 78 if (!tmp2) { 82 tmp = tmp2;
|
/external/valgrind/none/tests/s390x/ |
mul.h | 6 unsigned long tmp2 = m1; \ 12 : "+d" (tmp1), "+d" (tmp2) \ 15 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, m2, tmp1, tmp2); \ 21 unsigned long tmp2 = m1; \ 27 : "+d" (tmp1), "+d" (tmp2) \ 30 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, m2, tmp1, tmp2); \ 36 unsigned long tmp2 = m1; \ 42 : "+d" (tmp1), "+d" (tmp2) \ 44 printf(#insn " %16.16lX * %16.16lX = %16.16lX%16.16lX\n", m1, (unsigned long) m2, tmp1, tmp2); \ 50 unsigned long tmp2 = m1; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_chroma_ver.s | 55 tmp2 RN 8 label 113 MOV tmp2, chrPW ;// tmp2 = chromaPartWidth 114 STMIA sp,{width,height,chrPW,tmp1,tmp2} 121 STMIA sp,{width,height,chrPW,tmp1,tmp2} 154 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1 156 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1 157 ADD count, count, tmp2, LSL #24 ;// loop_y 159 AND tmp2, count, #0x00F00000 ;// loop_x 173 ADD count, count, tmp2, LSL # [all...] |
h264bsd_interpolate_chroma_hor_ver.s | 54 tmp2 RN 7 label 119 ADD tmp2, chrPH, #1 ;// tmp2 = chromaPartHeight+1 120 STMIA sp,{width,height,tmp1,tmp2,tmp3} 127 STMIA sp,{width,height,tmp1,tmp2,tmp3} 130 MLA block, tmp2, tmp1, block;// block + (chromaPW+1)*(chromaPH+1) 140 STR tmp2, [sp, #0xfc] ;// height 162 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1 164 ADD count, count, tmp2, LSL #16 ;// chromaPartHeight-1 165 ADD count, count, tmp2, LSL #24 ;// loop_ [all...] |
h264bsd_interpolate_mid_hor.s | 45 tmp2 RN 9
label 94 SMULTB tmp2, x_2_0, mult_20_m5
99 SMLAD tmp2, x_3_1, mult_20_01, tmp2
105 SMLADX tmp2, x_6_4, mult_20_01, tmp2
110 SMLABB tmp2, x_7_5, mult_20_m5, tmp2
117 STR tmp2, [mb], #4
125 SMULTB tmp2, x_6_4, mult_20_m5 [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 284 int16 tmp1, tmp2, tmp3, tmp4; local 289 tmp2 = *(pt_x++); 293 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); 297 tmp2 = *(pt_x++); 301 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); 305 tmp2 = *(pt_x++); 309 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); 313 tmp2 = *(pt_x++); 317 L_sum = fxp_mac_16by16(tmp2, *(pt_fir++), L_sum); 321 tmp2 = *(pt_x++) [all...] |
pred_lt4.cpp | 201 int16 tmp2 = pt_exc[i+1]; local 206 L_sum2 = fxp_mac_16by16(tmp2, pt_inter4_2[i ], L_sum2); 207 L_sum1 = fxp_mac_16by16(tmp2, pt_inter4_2[i+1], L_sum1); 213 tmp2 = pt_exc[i+4]; 219 L_sum4 = fxp_mac_16by16(tmp2, pt_inter4_2[i+1], L_sum4); 220 L_sum2 = fxp_mac_16by16(tmp2, pt_inter4_2[i+3], L_sum2); 221 L_sum3 = fxp_mac_16by16(tmp2, pt_inter4_2[i+2], L_sum3); 224 tmp2 = pt_exc[i+6]; 228 L_sum4 = fxp_mac_16by16(tmp2, pt_inter4_2[i+3], L_sum4); 250 int16 tmp2 = pt_exc[i+1] local [all...] |
/external/eigen/unsupported/test/ |
NumericalDiff.cpp | 39 double tmp1, tmp2, tmp3; local 46 tmp2 = 16 - i - 1; 47 tmp3 = (i>=8)? tmp2 : tmp1; 48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3)); 55 double tmp1, tmp2, tmp3, tmp4; local 59 tmp2 = 16 - i - 1; 60 tmp3 = (i>=8)? tmp2 : tmp1; 61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4; 63 fjac(i,1) = tmp1*tmp2/tmp4;
|
/external/libunwind/src/dwarf/ |
Gexpr.c | 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local 368 if ((ret = dwarf_readw (as, a, &tmp1, &tmp2, arg)) < 0) 370 push (tmp2); 386 tmp2 = u8; 392 tmp2 = u16; 399 tmp2 = u32; 403 tmp2 >>= 8; 405 tmp2 &= 0xffffff; 414 tmp2 = u64; 418 tmp2 >>= 64 - 8 * operand1 [all...] |
/bionic/libc/arch-arm64/generic/bionic/ |
strlen.S | 49 #define tmp2 x5 define 112 orr tmp2, data1, REP8_7f 115 bics has_nul1, tmp1, tmp2 141 orr tmp2, tmp1, tmp3 142 tst tmp2, zeroones, lsl 7 147 orr tmp2, tmp1, tmp3 148 tst tmp2, zeroones, lsl 7 153 orr tmp2, data1, REP8_7f 155 bics has_nul1, tmp1, tmp2 170 orr tmp2, data1, REP8_7 [all...] |
strcmp.S | 53 #define tmp2 x8 define 75 orr tmp2, data1, #REP8_7f 77 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 114 orr tmp2, tmp3, #REP8_7f 115 bic has_nul, tmp1, tmp2 142 mov tmp2, #~0 145 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */ 148 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). * [all...] |
strnlen.S | 48 #define tmp2 x9 define 94 orr tmp2, data1, #REP8_7f 97 bic has_nul1, tmp1, tmp2 127 orr tmp2, data2, #REP8_7f 128 bic has_nul2, tmp1, tmp2 153 mov tmp2, #~0 161 lsl tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). */ 164 lsr tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). * [all...] |
/external/ltp/testcases/kernel/fs/fs_bind/bind/ |
test23 | 43 mkdir mnt mnt/1 mnt/2 mnt/1/abc tmp1 tmp1/3 tmp2 53 mount --bind tmp1 tmp2 56 check tmp1/3/1/abc tmp2/3/1/abc tmp2/3/2/abc "$disk1" 74 umount tmp2 76 rm -rf mnt tmp1 tmp2
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
test22 | 54 mkdir tmp2 tmp1/1 56 mount --bind tmp1 tmp2 74 umount tmp2 76 rm -rf dir parent* tmp1 tmp2
|
/external/skia/src/opts/ |
SkBitmapProcState_filter_neon.h | 30 uint16x8_t tmp1, tmp2; local 42 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y 49 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x 51 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x) 65 uint16x8_t tmp1, tmp2; local 77 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y 84 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x 86 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFillRow7.S | 29 #define tmp2 r2 define 62 ASR tmp2,center,#2 63 CMP tmp2,#9 64 ADDCC pc,pc,tmp2,LSL #2 85 LDR tmp2, [ref], #4 87 STR tmp2, [fill],#4 97 LDR tmp2, [ref], #4 99 STR tmp2, [fill],#4 109 LDR tmp2, [ref], #4 111 STR tmp2, [fill],# [all...] |
/system/core/libcutils/arch-arm64/ |
android_memset.S | 45 #define tmp2 x4 define 122 neg tmp2, dst 123 ands tmp2, tmp2, #15 128 sub count, count, tmp2 130 add dst, dst, tmp2 155 neg tmp2, dst 156 ands tmp2, tmp2, #15 158 sub count, count, tmp2 [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 319 String tmp2=encode(md5Helper.digest(EncodingUtils.getBytes(a1, charset))); local 320 StringBuilder tmp3 = new StringBuilder(tmp2.length() + nonce.length() + cnonce.length() + 2); 321 tmp3.append(tmp2); 345 StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() + md5a2.length()); local 346 tmp2.append(md5a1); 347 tmp2.append(':'); 348 tmp2.append(nonce); 349 tmp2.append(':'); 350 tmp2.append(md5a2); 351 serverDigestValue = tmp2.toString() 356 StringBuilder tmp2 = new StringBuilder(md5a1.length() + nonce.length() local [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jidctint.c | 152 INT32 tmp0, tmp1, tmp2, tmp3; local 210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 221 tmp11 = tmp1 + tmp2; 222 tmp12 = tmp1 - tmp2; 230 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]); 234 z2 = tmp1 + tmp2; 235 z3 = tmp0 + tmp2; 241 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ 253 tmp2 += z2 + z3 [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dct_16.cpp | 157 int32 tmp2; local 200 tmp2 = vec[ 2] + vec[13]; 204 itmp_e2 = (tmp2 + tmp5); 205 tmp5 = fxp_mul32_Q32((tmp2 - tmp5), Qfmt_31(0.89997622313642F)); 275 tmp2 = fxp_mul32_Q32((tmp1 - tmp0) << 1, Qfmt_31(0.54119610014620F)); 293 tmp6 = fxp_mul32_Q32((tmp2 - tmp5) << 1, Qfmt_31(0.70710678118655F)); 294 tmp2 += tmp5 + tmp6; 295 tmp0 += tmp2; 299 tmp2 += tmp4; 300 vec[ 5] = tmp2 + vec[ 5] 382 int32 tmp2 = *(pt_vect); local 398 int32 tmp2 = *(pt_vect); local [all...] |
pvmp3_dct_6.cpp | 119 Int32 tmp2; local 131 tmp2 = vec[3] + vec[2]; 134 vec[0] = tmp0 + tmp2 ; 135 vec[2] = fxp_mul32_Q30(tmp0 - tmp2, cos_pi_6);
|
/bionic/libc/arch-arm64/denver64/bionic/ |
memset.S | 54 #define tmp2 x4 define 152 neg tmp2, dst 153 ands tmp2, tmp2, #15 158 sub count, count, tmp2 160 add dst, dst, tmp2 202 neg tmp2, dst 203 ands tmp2, tmp2, #15 205 sub count, count, tmp2 [all...] |
/external/wpa_supplicant_8/src/crypto/ |
sha1-pbkdf2.c | 18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; local 47 SHA1_MAC_LEN, tmp2)) 49 os_memcpy(tmp, tmp2, SHA1_MAC_LEN); 51 digest[j] ^= tmp2[j];
|
/external/libopus/silk/ |
NSQ.h | 70 opus_int32 tmp1, tmp2; local 73 tmp2 = data0[0]; 75 data1[0] = tmp2; 78 out = silk_SMLAWB(out, tmp2, coef[0]); 81 tmp2 = data1[j - 1]; 85 data1[j + 0] = tmp2; 86 out = silk_SMLAWB(out, tmp2, coef[j]);
|