HomeSort by relevance Sort by last modified time
    Searched refs:aY (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/ec/
ec2_smpl.c 932 BIGNUM *aX, *aY, *bX, *bY;
955 aY = BN_CTX_get(ctx);
960 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
962 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 134 milliseconds