Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 6 of 6) sorted by relevance

/system/core/libmincrypt/tools/
DDumpPublicKey.java181 BigInteger Y = key.getW().getAffineY(); in printEC() local
206 long n = Y.mod(B).longValue(); in printEC()
213 Y = Y.divide(B); in printEC()
/system/core/include/utils/
DStrongPointer.h101 template<typename Y> friend class sp;
102 template<typename Y> friend class wp;
DRefBase.h298 template<typename Y> friend class sp;
299 template<typename Y> friend class wp;
/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
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h88 template<typename Y> friend class sp;
/system/bt/stack/smp/
Dsmp_int.h379 extern void smp_g2_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Y);