/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 16 LDR r5, [r0, #96] @x_6 = x[24] 19 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 20 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 53 LDR r5, [r0, #104] @x_6 = x[26] 56 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 57 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 90 LDR r5, [r0, #112] @x_6 = x[28] 93 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 94 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 127 LDR r5, [r0, #120] @x_6 = x[30] [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat224.java | 861 long x_6 = x[6] & M; in square() local 865 zz_6 += x_6 * x_0; in square() 869 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 870 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 871 zz_9 += (zz_8 >>> 32) + x_6 * x_3; in square() 872 zz_10 += (zz_9 >>> 32) + x_6 * x_4; in square() 873 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square() 1000 long x_6 = x[xOff + 6] & M; in square() local 1004 zz_6 += x_6 * x_0; in square() 1008 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() [all …]
|
D | Nat256.java | 1003 long x_6 = x[6] & M; in square() local 1007 zz_6 += x_6 * x_0; in square() 1011 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 1012 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 1014 zz_9 += (zz_8 >>> 32) + x_6 * x_3; in square() 1016 zz_10 += (zz_9 >>> 32) + x_6 * x_4; in square() 1018 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square() 1037 zz_13 += (zz_12 >>> 32) + x_7 * x_6; in square() 1167 long x_6 = x[xOff + 6] & M; in square() local 1171 zz_6 += x_6 * x_0; in square() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat224.java | 857 long x_6 = x[6] & M; in square() local 861 zz_6 += x_6 * x_0; in square() 865 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 866 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 867 zz_9 += (zz_8 >>> 32) + x_6 * x_3; in square() 868 zz_10 += (zz_9 >>> 32) + x_6 * x_4; in square() 869 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square() 996 long x_6 = x[xOff + 6] & M; in square() local 1000 zz_6 += x_6 * x_0; in square() 1004 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() [all …]
|
D | Nat256.java | 999 long x_6 = x[6] & M; in square() local 1003 zz_6 += x_6 * x_0; in square() 1007 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 1008 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 1010 zz_9 += (zz_8 >>> 32) + x_6 * x_3; in square() 1012 zz_10 += (zz_9 >>> 32) + x_6 * x_4; in square() 1014 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square() 1033 zz_13 += (zz_12 >>> 32) + x_7 * x_6; in square() 1163 long x_6 = x[xOff + 6] & M; in square() local 1167 zz_6 += x_6 * x_0; in square() [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 845 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute2() local 873 x_6 = *x0++; in ixheaacd_esbr_postradixcompute2() 880 n10 = ixheaacd_add32_sat(x_4, x_6); in ixheaacd_esbr_postradixcompute2() 882 n30 = ixheaacd_sub32_sat(x_4, x_6); in ixheaacd_esbr_postradixcompute2() 935 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute4() local 963 x_6 = *x0++; in ixheaacd_esbr_postradixcompute4() 970 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 972 xl0_1 = ixheaacd_sub32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 1684 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_postradixcompute4() local 1712 x_6 = *x0++; in ixheaacd_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 620 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute2() local 646 x_6 = *x0++; in ixheaacd_esbr_postradixcompute2() 651 y1[h2] = ixheaacd_add32_sat(x_4, x_6); in ixheaacd_esbr_postradixcompute2() 655 y3[h2] = ixheaacd_sub32_sat(x_4, x_6); in ixheaacd_esbr_postradixcompute2() 690 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute4() local 718 x_6 = *x0++; in ixheaacd_esbr_postradixcompute4() 725 xh0_1 = x_2 + x_6; in ixheaacd_esbr_postradixcompute4() 727 xl0_1 = x_2 - x_6; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1952 WORD32 x_4, x_5, x_6, x_7, x_h2_0, x_h2_1; in ixheaacd_fft32x32_ld_dec() local 2094 x_6 = x0[6]; in ixheaacd_fft32x32_ld_dec() 2102 xh0_1 = x_2 + x_6; in ixheaacd_fft32x32_ld_dec() 2104 xl0_1 = x_2 - x_6; in ixheaacd_fft32x32_ld_dec() 2121 n10 = x_4 + x_6; in ixheaacd_fft32x32_ld_dec() 2123 n30 = x_4 - x_6; in ixheaacd_fft32x32_ld_dec()
|
/external/libopus/celt/arm/ |
D | celt_pitch_xcorr_arm_gnu.s | 61 @ q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 67154715f57204df236d04030732b84d.000eb1d3.honggfuzz.cov | 6160 …1뙱�ZT�����'��J�H<�����A��Ľ:�����u�����ˏ�Z���D(�үE8$���I��%�5X��x_6���Qy�7�M3�Ө���x��V…
|