Home
last modified time | relevance | path

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

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