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

  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 80 void Move(TInt aX, TInt aY);
102 void TVirtualCursor::Move(TInt aX, TInt aY)
111 if(aY > 0 && iInc.iY > 0)
113 else if(aY < 0 && iInc.iY < 0)
116 iInc.iY = aY;
  /external/openssl/crypto/ec/
ec2_smpl.c 607 BIGNUM *aX, *aY, *bX, *bY;
633 aY = 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/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/zxing/core/
core.jar 

Completed in 103 milliseconds