Searched defs:rr (Results 1 - 4 of 4) 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_zlib.c223 int ret, rr; local
255 for ( rr = repeat_count; rr > 0; rr -- )
H A Dtest_jpeg.c312 int rr; local
328 for ( rr = repeat_count; rr > 0; rr-- ) {
349 for ( rr = repeat_count; rr > 0; 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 113 milliseconds