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

/system/connectivity/shill/test-scripts/
H A Drouting.py112 for rr in self.routes:
113 if (rr.isUsable() and
114 rr.interface == interface and
115 rr.isDefaultRoute()):
121 for rr in self.routes:
122 if rr.isUsable() and rr.isDefaultRoute():
123 defroutes.append(rr)
127 for rr in self.routes:
128 if (rr
[all...]
/system/core/include/mincrypt/
H A Drsa.h44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */ member in struct:RSAPublicKey
/system/extras/verity/
H A Dgenerate_verity_key.c50 BIGNUM* rr = BN_new(); local
59 BN_mod_sqr(rr, r, n, ctx);
66 BN_div(rr, rem, rr, r32, ctx);
67 pkey->rr[i] = BN_get_word(rem);
79 BN_free(rr);
/system/core/adb/
H A Dadb_auth_host.cpp69 BIGNUM* rr = BN_new(); local
83 BN_mod_sqr(rr, r, n, ctx);
90 BN_div(rr, rem, rr, r32, ctx);
91 pkey->rr[i] = BN_get_word(rem);
102 BN_free(rr);
/system/bt/stack/avdt/
H A Davdt_api.c1244 *p++ = p_data->rr.frag_lost;
1245 AVDT_TRACE_API("packet_lost: %d", p_data->rr.packet_lost);
1246 p_data->rr.packet_lost &= 0xFFFFFF;
1247 AVDT_TRACE_API("packet_lost: %d", p_data->rr.packet_lost);
1248 UINT24_TO_BE_STREAM(p, p_data->rr.packet_lost);
1249 UINT32_TO_BE_STREAM(p, p_data->rr.seq_num_rcvd);
1250 UINT32_TO_BE_STREAM(p, p_data->rr.jitter);
1251 UINT32_TO_BE_STREAM(p, p_data->rr.lsr);
1252 UINT32_TO_BE_STREAM(p, p_data->rr.dlsr);
H A Davdt_scb_act.c373 report.rr.frag_lost = *p;
374 BE_STREAM_TO_UINT32(report.rr.packet_lost, p);
375 report.rr.packet_lost &= 0xFFFFFF;
376 BE_STREAM_TO_UINT32(report.rr.seq_num_rcvd, p);
377 BE_STREAM_TO_UINT32(report.rr.jitter, p);
378 BE_STREAM_TO_UINT32(report.rr.lsr, p);
379 BE_STREAM_TO_UINT32(report.rr.dlsr, p);
/system/core/libmincrypt/
H A Drsa.c117 montMul(key, aR, a, key->rr); // aR = a * RR / R mod M
125 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
H A Dp256_ec.c844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; local
861 felem_square(rr, r);
862 felem_diff(x_out, rr, j);
882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
908 felem_square(rr, r);
909 felem_diff(x_out, rr, j);
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; local
962 felem_square(rr, r);
963 felem_diff(x_out, rr, j);
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java150 long rr = RR.mod(B).longValue();
151 result.append(rr);
/system/core/libmincrypt/test/
H A Drsa_test.c93 .rr = {820482522u,2494434288u,1082168230u,731376296u,
/system/core/gatekeeperd/
H A Dgatekeeperd.cpp176 bool rr; local
181 desired_password_length, &rr);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr
/system/bt/stack/include/
H A Davdt_api.h228 tAVDT_REPORT_BLK rr; member in union:__anon933
/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 424 milliseconds