Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 2 of 2) sorted by relevance

/system/core/libmincrypt/tools/
DDumpPublicKey.java181 BigInteger Y = key.getW().getAffineY(); in printEC() local
/system/bt/btif/co/
Dbta_av_co.c52 #define BTA_AV_CO_MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
53 #define BTA_AV_CO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument