/external/webrtc/webrtc/common_audio/signal_processing/ |
downsample_fast_mips.c | 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local 59 "lwl %[tmp3], -3(%[p_data_in]) \n\t" 63 "lwr %[tmp3], -6(%[p_data_in]) \n\t" 66 "packrl.ph %[tmp3], %[tmp3], %[tmp3] \n\t" 68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t" 94 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), 120 "lh %[tmp3], -2(%[p_data_in]) \n\t [all...] |
complex_fft_mips.c | 32 int32_t tmp3 = 0; local 58 "sllv %[tmp3], %[m], %[k] \n\t" 59 "addiu %[tmp2], %[tmp3], 512 \n\t" 61 "lhx %[wi], %[tmp3](%[kSinTable1024]) \n\t" 64 "sllv %[tmp3], %[m], %[k] \n\t" 65 "addu %[ptr_j], %[tmp3], %[kSinTable1024] \n\t" 77 "lh %[tmp3], 0(%[ptr_j]) \n\t" 81 "mult %[wr], %[tmp3] \n\t" 84 "msub $ac1, %[wi], %[tmp3] \n\t" 101 "mul %[tmp1], %[wr], %[tmp3] \n\t 156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
milenage.c | 39 u8 tmp1[16], tmp2[16], tmp3[16]; local 57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; 60 tmp3[i] ^= tmp1[i]; 63 /* f1 || f1* = E_K(tmp3) XOR OP_c */ 64 if (aes_128_encrypt_block(k, tmp3, tmp1)) 91 u8 tmp1[16], tmp2[16], tmp3[16]; local 111 if (aes_128_encrypt_block(k, tmp1, tmp3)) 114 tmp3[i] ^= opc[i]; 116 os_memcpy(res, tmp3 + 8, 8); /* f2 */ 118 os_memcpy(ak, tmp3, 6); /* f5 * [all...] |
/art/libartbase/base/unix_file/ |
fd_file_test.cc | 256 art::ScratchFile tmp3; local 257 EXPECT_TRUE(tmp3.GetFile()->WriteFully(&buffer[0], length)); 259 EXPECT_NE(reset_compare(tmp, tmp3), 0);
|
/bionic/libc/arch-arm64/generic/bionic/ |
string_copy.S | 89 #define tmp3 x9 define 123 sub tmp3, data2, zeroones 125 bic has_nul2, tmp3, tmp4
|
strncmp.S | 55 #define tmp3 x10 define 151 rev tmp3, data1 152 sub tmp1, tmp3, zeroones 153 orr tmp2, tmp3, #REP8_7f 180 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */ 186 lsl tmp2, tmp2, tmp3 /* Shift (count & 63). */ 189 lsr tmp2, tmp2, tmp3 /* Shift (count & 63). */ 191 and tmp3, limit_wd, #7 195 add tmp3, tmp3, coun [all...] |
strnlen.S | 49 #define tmp3 x10 define 95 sub tmp3, data2, zeroones 98 bic has_nul2, tmp3, tmp4 151 and tmp3, limit_wd, #15 157 add tmp3, tmp3, tmp1 166 add limit_wd, limit_wd, tmp3, lsr #4
|
/external/eigen/unsupported/test/ |
NumericalDiff.cpp | 39 double tmp1, tmp2, tmp3; local 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 60 tmp3 = (i>=8)? tmp2 : tmp1; 61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4; 64 fjac(i,2) = tmp1*tmp3/tmp4;
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.c | 394 uint32_t tmp3; local 397 tmp3 = ntohl(netentry->network.mask4.s_addr); 398 for (cidrmask = 0; tmp3 != 0; cidrmask++) 399 tmp3 <<= 1;
|
/external/libaom/libaom/aom_dsp/mips/ |
intrapred8_dspr2.c | 17 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 23 "lb %[tmp3], 2(%[left]) \n\t" 32 "replv.qb %[tmp3], %[tmp3] \n\t" 45 "sw %[tmp3], (%[dst]) \n\t" 46 "sw %[tmp3], 4(%[dst]) \n\t" 63 : [tmp1] "=&r"(tmp1), [tmp2] "=&r"(tmp2), [tmp3] "=&r"(tmp3),
|
intrapred16_dspr2.c | 17 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 25 "lb %[tmp3], 2(%[left]) \n\t" 42 "replv.qb %[tmp3], %[tmp3] \n\t" 69 "sw %[tmp3], (%[dst]) \n\t" 70 "sw %[tmp3], 4(%[dst]) \n\t" 71 "sw %[tmp3], 8(%[dst]) \n\t" 72 "sw %[tmp3], 12(%[dst]) \n\t" 152 : [tmp1] "=&r"(tmp1), [tmp2] "=&r"(tmp2), [tmp3] "=&r"(tmp3), [all...] |
/external/libjpeg-turbo/ |
jfdctflt.c | 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 78 tmp3 = dataptr[3] + dataptr[4]; 83 tmp10 = tmp0 + tmp3; /* phase 2 */ 84 tmp13 = tmp0 - tmp3; 128 tmp3 = dataptr[DCTSIZE * 3] + dataptr[DCTSIZE * 4]; 133 tmp10 = tmp0 + tmp3; /* phase 2 */ 134 tmp13 = tmp0 - tmp3;
|
jfdctfst.c | 119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 136 tmp3 = dataptr[3] + dataptr[4]; 141 tmp10 = tmp0 + tmp3; /* phase 2 */ 142 tmp13 = tmp0 - tmp3; 186 tmp3 = dataptr[DCTSIZE * 3] + dataptr[DCTSIZE * 4]; 191 tmp10 = tmp0 + tmp3; /* phase 2 */ 192 tmp13 = tmp0 - tmp3;
|
jfdctint.c | 145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 164 tmp3 = dataptr[3] + dataptr[4]; 171 tmp10 = tmp0 + tmp3; 172 tmp13 = tmp0 - tmp3; 229 tmp3 = dataptr[DCTSIZE * 3] + dataptr[DCTSIZE * 4]; 236 tmp10 = tmp0 + tmp3; 237 tmp13 = tmp0 - tmp3;
|
jidctflt.c | 76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 131 tmp3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6] * _0_125); 136 tmp13 = tmp1 + tmp3; /* phases 5-3 */ 137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT)1.414213562) - tmp13; /* 2*c4 */ 140 tmp3 = tmp10 - tmp13; 173 wsptr[DCTSIZE * 3] = tmp3 + tmp4; 174 wsptr[DCTSIZE * 4] = tmp3 - tmp4; 203 tmp3 = tmp10 - tmp13; 233 outptr[3] = range_limit[((int)(tmp3 + tmp4)) & RANGE_MASK]; 234 outptr[4] = range_limit[((int)(tmp3 - tmp4)) & RANGE_MASK] [all...] |
/external/libopus/silk/fixed/mips/ |
prefilter_FIX_mipsr1.h | 51 opus_int32 acc_Q11, acc_Q22, tmp1, tmp2, tmp3, tmp4; local 77 tmp3 = silk_SMLAWB( state_next, tmp1 - tmp4, lambda_Q16 ); 95 tmp4 = silk_SMLAWB( state_cur, state_next - tmp3, lambda_Q16 ); 96 state[ i ] = tmp3; 97 acc_Q22 = silk_SMLAWB( acc_Q22, tmp3, coef_Q13[ i - 1 ] ); 99 tmp3 = silk_SMLAWB( state_next, tmp1 - tmp4, lambda_Q16 ); 106 state[ order ] = tmp3; 107 acc_Q22 = silk_SMLAWB( acc_Q22, tmp3, coef_Q13[ order - 1 ] );
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
intrapred4_dspr2.c | 16 int32_t tmp1, tmp2, tmp3, tmp4; local 22 "lb %[tmp3], 2(%[left]) \n\t" 26 "replv.qb %[tmp3], %[tmp3] \n\t" 32 "sw %[tmp3], (%[dst]) \n\t" 36 : [tmp1] "=&r"(tmp1), [tmp2] "=&r"(tmp2), [tmp3] "=&r"(tmp3),
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_quantize_intrin_sse2.c | 83 const int64_t tmp3 = abs_coeff[j] + round_ptr[k != 0]; local 84 const int64_t tmp4 = ((tmp3 * quant_ptr[k != 0]) >> 16) + tmp3;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_mips.c | 36 int32_t tmp2, tmp3; local 51 "mflo %[tmp3], $ac0 \n\t" 55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32), 67 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t" 71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3) 84 "prepend %[tmp3], %[tmp2], 1 \n\t" 86 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t" 89 : [tmp2] "+r" (tmp2), [tmp3] "+r" (tmp3) 119 int32_t tmp2, tmp3; local [all...] |
pitch_estimator_mips.c | 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 43 "lh %[tmp3], 4(%[tmp_in]) \n\t" 53 "mul %[tmp7], %[tmp3], %[tmp7] \n\t" 54 "mul %[tmp3], %[tmp3], %[tmp3] \n\t" 63 "srav %[tmp3], %[tmp3], %[scaling] \n\t" 70 "addu %[ysum32], %[ysum32], %[tmp3] \n\t" 78 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3) 105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 284 int16 tmp1, tmp2, tmp3, tmp4; local 290 tmp3 = *(pt_x++); 294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 298 tmp3 = *(pt_x++); 302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 306 tmp3 = *(pt_x++); 310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 314 tmp3 = *(pt_x++); 318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 322 tmp3 = *(pt_x++) [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dct_9.cpp | 132 int32 tmp3 = vec[5] + vec[3]; local 135 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]); 136 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]); 146 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9); 147 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9); 148 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
|
/external/aac/libFDK/src/ |
dct.cpp | 246 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local 249 tmp3 = *--pTmp_1; 252 *pDat++ = tmp3;
|
/external/aac/libSBRenc/src/ |
code_env.cpp | 408 FIXP_DBL tmp1, tmp2, tmp3, dF_edge_1stEnv; local 432 tmp3 = (FIXP_DBL)fMult(h_sbrCodeEnvelope->dF_edge_incr, 435 dF_edge_1stEnv = tmp1 + tmp2 + tmp3;
|
/external/libaom/libaom/aom_dsp/x86/ |
highbd_quantize_intrin_sse2.c | 79 const int64_t tmp3 = abs_coeff[j] + round_ptr[k != 0]; local 80 const int64_t tmp4 = ((tmp3 * quant_ptr[k != 0]) >> 16) + tmp3;
|