Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 12 of 12) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; in SBC_FastIDCT8() local
93 x1 = (pInVect[3] + pInVect[5]) >>1; in SBC_FastIDCT8()
127 x1 -= x3 >>1 ; in SBC_FastIDCT8()
131 temp = x1 ; in SBC_FastIDCT8()
132 x1 = x1 + x5 ; in SBC_FastIDCT8()
146 …SBC_IDCT_MULT((SBC_COS_PI_SUR_16), ( x1 + x3 ) , res_odd[0]); /*res_odd[ 0 ] = ( x1 + x3 ) * c… in SBC_FastIDCT8()
149 …SBC_IDCT_MULT((SBC_COS_7PI_SUR_16), ( x1 - x3 ) , res_odd[3]); /*res_odd[ 3 ] = ( x1 - x3 ) * co… in SBC_FastIDCT8()
/system/bt/stack/smp/
Dp_256_ecc_pp.c49 DWORD *x1; in ECC_Double() local
62 x1=p->x; y1=p->y; z1=p->z; in ECC_Double()
66 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1 in ECC_Double()
67 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1 in ECC_Double()
77 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // t3=y3*x1=x1*y1^2 in ECC_Double()
95 DWORD *x1; in ECC_Add() local
105 x1=p->x; y1=p->y; z1=p->z; in ECC_Add()
128 multiprecision_sub_mod(t1, t1, x1, keyLength); // t1=t1-x1 in ECC_Add()
148 multiprecision_mersenns_mult_mod(y3, y3, x1, keyLength); // t3=t3*x1 in ECC_Add()
/system/core/toolbox/
Dnewfs_msdos.c263 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in newfs_msdos_main() local
584 x1 = bpb.res + rds; in newfs_msdos_main()
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) in newfs_msdos_main()
588 x1 += x * bpb.nft; in newfs_msdos_main()
589 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB / in newfs_msdos_main()
596 x1 += (bpb.bspf - 1) * bpb.nft; in newfs_msdos_main()
608 cls = (bpb.bsec - x1) / bpb.spc; in newfs_msdos_main()
618 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1; in newfs_msdos_main()
659 x1 = sizeof(struct bs); in newfs_msdos_main()
660 bsbpb = (struct bsbpb *)(img + x1); in newfs_msdos_main()
[all …]
/system/keymaster/
Docb.c437 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
443 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \
450 __m128i x0, x1, x2; in AES_128_Key_Expansion() local
454 EXPAND_ASSIST(x0, x1, x2, x0, 255, 1); in AES_128_Key_Expansion()
456 EXPAND_ASSIST(x0, x1, x2, x0, 255, 2); in AES_128_Key_Expansion()
458 EXPAND_ASSIST(x0, x1, x2, x0, 255, 4); in AES_128_Key_Expansion()
460 EXPAND_ASSIST(x0, x1, x2, x0, 255, 8); in AES_128_Key_Expansion()
462 EXPAND_ASSIST(x0, x1, x2, x0, 255, 16); in AES_128_Key_Expansion()
464 EXPAND_ASSIST(x0, x1, x2, x0, 255, 32); in AES_128_Key_Expansion()
466 EXPAND_ASSIST(x0, x1, x2, x0, 255, 64); in AES_128_Key_Expansion()
[all …]
/system/core/libpixelflinger/arch-arm64/
Dt32cb16blend.S167 ldr w4, [x1], #4
178 ldp w4,w5, [x1], #8
195 ldp w4,w5, [x1], #8
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S48 mov x28, x1
152 ldr x1, [x28,#8]
171 str x1, [x28,#8]
/system/core/libmincrypt/
Dp256_ec.c842 const felem x1, const felem y1, const felem z1, in point_add_mixed() argument
852 felem_diff(h, u2, x1); in point_add_mixed()
858 felem_mul(v, x1, i); in point_add_mixed()
879 static void point_add(felem x_out, felem y_out, felem z_out, const felem x1, in point_add() argument
886 felem_mul(u1, x1, z2z2); in point_add()
927 felem x_out, felem y_out, felem z_out, const felem x1, const felem y1, in point_add_or_double_vartime() argument
934 felem_mul(u1, x1, z2z2); in point_add_or_double_vartime()
955 point_double(x_out, y_out, z_out, x1, y1, z1); in point_add_or_double_vartime()
1248 felem x1, y1, z1, x2, y2, z2, px, py; in p256_points_mul_vartime() local
1259 scalar_base_mult(x1, y1, z1, n1); in p256_points_mul_vartime()
[all …]
/system/core/libpixelflinger/
Dtrap.cpp516 int32_t x1 = v1[0]; in trianglex_small() local
521 int32_t dx01 = x0 - x1; in trianglex_small()
529 swap(x0, x1); in trianglex_small()
531 dx01 = x0 - x1; in trianglex_small()
536 int32_t dx12 = x1 - x2; in trianglex_small()
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS; in trianglex_small()
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS; in trianglex_small()
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my); in trianglex_small()
694 const int x1 = top[0]; in edge_setup() local
695 const int dx = bot[0] - x1; in edge_setup()
[all …]
Dscanline.cpp646 const int x1 = c->iterators.xr; in scanline() local
647 int xc = x1 - xs; in scanline()
1910 const uint32_t x1 = c->iterators.xr; in scanline_perspective() local
1911 const uint32_t xc = x1 - xs; in scanline_perspective()
2001 const uint32_t x1 = c->iterators.xr; in scanline_perspective_single() local
2002 const uint32_t xc = x1 - xs; in scanline_perspective_single()
/system/core/debuggerd/arm64/
Dcrashglue.S5 ldr x1, =0xa5a50001
/system/bt/stack/include/
Dbt_types.h51 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
52 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
/system/core/libcutils/arch-arm64/
Dandroid_memset.S51 #define A_l x1