HomeSort by relevance Sort by last modified time
    Searched defs:aX (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 607 BIGNUM *aX, *aY, *bX, *bY;
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/
ec2_smpl.c 607 BIGNUM *aX, *aY, *bX, *bY;
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/
mdct.c 65 DATA_TYPE *aX;
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[2]
    [all...]
  /external/zxing/core/
core.jar 

Completed in 118 milliseconds