Home
last modified time | relevance | path

Searched defs:X (Results 1 – 3 of 3) sorted by relevance

/system/vold/
Dhash.h56 #define CRAYFIX(X) ((X) & 0xffffffff) argument
58 #define CRAYFIX(X) (X) argument
/system/core/libmincrypt/tools/
DDumpPublicKey.java180 BigInteger X = key.getW().getAffineX(); in printEC() local
/system/bt/btif/co/
Dbta_av_co.c51 #define BTA_AV_CO_MIN(X,Y) ((X) < (Y) ? (X) : (Y)) argument
52 #define BTA_AV_CO_MAX(X,Y) ((X) > (Y) ? (X) : (Y)) argument