Home
last modified time | relevance | path

Searched defs:R (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/mips/
Dmachine.cpp28 #define R(x) (static_cast<uintptr_t>(x)) macro
/system/core/debuggerd/mips64/
Dmachine.cpp28 #define R(x) (static_cast<uintptr_t>(x)) macro
/system/core/libmincrypt/tools/
DDumpPublicKey.java130 BigInteger R = BigInteger.valueOf(2).pow(N.bitLength()); in printRSA() local
/system/core/libmincrypt/
Dp256.c294 p256_int R = P256_ZERO; in p256_modinv_vartime() local