/system/core/libmincrypt/ |
dsa_sig.c | 54 int dsa_sig_unpack(unsigned char* sig, int sig_len, p256_int* r_int, p256_int* s_int) { 122 p256_from_bin(r_bytes, r_int);
|
/system/core/include/mincrypt/ |
dsa_sig.h | 37 int dsa_sig_unpack(unsigned char* sig, int sig_len, p256_int* r_int, p256_int* s_int);
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
BoundedRational.java | 326 final int r_int = r_BI.mod(BIG360).intValue(); local 327 if (r_int % 30 != 0) { 330 switch (r_int / 10) { 409 final int r_int = r_BI.intValue(); local 411 switch (r_int) {
|
/bootable/recovery/edify/ |
expr.cpp | 299 long r_int; local 300 r_int = strtol(right, &end, 10); 305 result = l_int < r_int;
|
/external/llvm/lib/Target/X86/ |
X86InstrFMA.td | 179 def r_Int : FMA3<opc, MRMSrcReg, (outs RC:$dst),
|
X86InstrSSE.td | [all...] |
X86InstrAVX512.td | [all...] |