Searched refs:rr (Results 1 - 7 of 7) 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/libmincrypt/tools/
H A DDumpPublicKey.java94 long rr = RR.mod(B).longValue();
95 result.append(rr);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr
/system/core/libmincrypt/
H A Drsa.c113 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
/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 213 milliseconds