Searched defs:aX (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_smpl.c607 BIGNUM *aX, *aY, *bX, *bY; local
632 aX = BN_CTX_get(ctx);
638 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
640 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
/external/openssl/crypto/ec/
H A Dec2_smpl.c607 BIGNUM *aX, *aY, *bX, *bY; local
632 aX = BN_CTX_get(ctx);
638 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
640 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
/external/tremolo/Tremolo/
H A Dmdct.c65 DATA_TYPE *aX; local
70 aX = in+n2-3;
74 REG_TYPE s0= aX[0];
75 REG_TYPE s2= aX[2];
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
77 aX-=4;
78 }while(aX>=in+n4);
80 REG_TYPE s0= aX[0];
81 REG_TYPE s2= aX[
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp80 void Move(TInt aX, TInt aY);
102 void TVirtualCursor::Move(TInt aX, TInt aY) argument
104 if(aX > 0 && iInc.iX > 0)
106 else if(aX < 0 && iInc.iX < 0)
109 iInc.iX = aX;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1133 milliseconds