Searched refs:rr (Results 1 - 9 of 9) sorted by relevance

/system/core/include/mincrypt/
H A Drsa.h44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */ member in struct:RSAPublicKey
/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c312 int rr; local
328 for ( rr = repeat_count; rr > 0; rr-- ) {
349 for ( rr = repeat_count; rr > 0; rr -- )
H A Dtest_zlib.c223 int ret, rr; local
255 for ( rr = repeat_count; rr > 0; rr -- )
/system/core/adb/
H A Dadb_auth_host.c70 BIGNUM* rr = BN_new(); local
84 BN_mod_sqr(rr, r, n, ctx);
91 BN_div(rr, rem, rr, r32, ctx);
92 pkey->rr[i] = BN_get_word(rem);
103 BN_free(rr);
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java114 long rr = RR.mod(B).longValue();
115 result.append(rr);
/system/core/libmincrypt/
H A Drsa_e_f4.c114 montMul(key, aR, a, key->rr); // aR = a * RR / R mod M
H A Drsa_e_3.c113 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr
/system/core/libpixelflinger/
H A Dtrap.cpp178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
192 const int xval = rr - (x_sample * x_sample);
236 GGLcoord rr = rad*rad; local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
177 coverageNice(GGLcoord x, GGLcoord y, GGLcoord rmin, GGLcoord rmax, GGLcoord rr) argument

Completed in 298 milliseconds