HomeSort by relevance Sort by last modified time
    Searched refs:rr (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java 99 SecureRandom rr = new SecureRandom(); local
101 kpg[i].initialize(512, rr);
  /system/core/libmincrypt/tools/
DumpPublicKey.java 95 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
114 long rr = RR.mod(B).longValue(); local
115 result.append(rr);
121 RR = RR.divide(B);
  /external/clang/test/SemaCXX/
references.cpp 9 int &rr = r; local
  /external/mdnsresponder/mDNSShared/
dnsextd.h 69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs member in struct:RRTableElem
uds_daemon.h 56 extern void FreeExtraRR(mDNS *const m, AuthRecord *const rr, mStatus result);
  /external/regex-re2/re2/
regexp.cc 815 RuneRange rr = *it; local
817 nrunes_ -= rr.hi - rr.lo + 1;
818 if (rr.lo <= r) {
819 rr.hi = r;
820 ranges_.insert(rr);
821 nrunes_ += rr.hi - rr.lo + 1;
903 RuneRange* rr = ranges_; local
907 if (rr[m].hi < r)
    [all...]
parse.cc 127 // Parse a character class range into rr.
129 bool ParseCCRange(StringPiece* s, RuneRange* rr,
1742 RuneRange rr; local
    [all...]
  /external/skia/gm/
imagefiltersbase.cpp 86 SkRect rr(r);
87 rr.inset(r.width()/10, r.height()/10);
88 canvas->drawRect(rr, paint);
rrect.cpp 117 SkRRect rr; local
119 proc(rrect, d, d, &rr);
120 draw_rrect_color(canvas, rr);
strokes.cpp 141 SkRect rr(r);
142 rr.inset(r.width()/10, r.height()/10);
143 return rr;
  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.cpp 207 RenderRubyRun* rr = new (parentRuby->renderArena()) RenderRubyRun(parentRuby->document() /* anonymous */); local
210 rr->setStyle(newStyle.release());
211 return rr;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 213 int rr = computePrePostMul(a0, r0); local
214 assertTrue("red", Math.abs(rr - r1) <= tolerance);
227 int cc = Color.argb(a0, rr, gg, bb);
  /external/guava/guava/src/com/google/common/collect/
BstCountBasedBalancePolicies.java 101 N rr = right.childOrNull(RIGHT);
102 if (countAggregate.treeValue(rl) >= SECOND_ROTATE_RATIO * countAggregate.treeValue(rr)) {
103 right = singleR(nodeFactory, right, rl, rr);
  /external/openssl/crypto/dsa/
dsa_ossl.c 104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
108 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
111 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
  /bionic/libc/netbsd/resolv/
res_debug.c 167 ns_rr rr; local
185 if (ns_parserr(handle, section, rrnum, &rr)) {
199 ns_rr_name(rr),
200 p_type(ns_rr_type(rr)),
201 p_class(ns_rr_class(rr)));
202 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
203 u_int32_t ttl = ns_rr_ttl(rr);
206 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
208 n = ns_sprintrr(handle, &rr, NULL, NULL,
371 * Names of RR classes and qclasses. Classes and qclasses are the same, excep
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c     [all...]
  /bootable/recovery/
verifier.cpp 256 if (fscanf(f, " } , { %u", &(key->rr[0])) != 1) goto exit;
258 if (fscanf(f, " , %u", &(key->rr[i])) != 1) goto exit;
  /external/v8/test/mjsunit/compiler/
regress-2.js 42 assertEquals("rr", TestCreateString(2));
  /packages/apps/Gallery2/jni/filters/
redEyeMath.c 148 float rr = (r - m) / (float) m; local
149 if (rr > .7f && g < 60 && b < 60) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 146 boolean rr = prefs.getBoolean(MessagingPreferenceActivity.READ_REPORT_MODE,
148 sendReq.setReadReport(rr?PduHeaders.VALUE_YES:PduHeaders.VALUE_NO);
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 45 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x; \
46 int ii; for (ii = 0; ii < len; ii++) *rr++ = *qq++; \
51 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x + 15; \
52 int ii; for (ii = 0; ii < 16; ii++) *rr-- = *qq++; \
57 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x + BD_ADDR_LEN - 1; \
58 int ii; for (ii = 0; ii < BD_ADDR_LEN; ii++) *rr-- = *qq++; \
63 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x + DEV_CLASS_LEN - 1; \
64 int ii; for (ii = 0; ii < DEV_CLASS_LEN; ii++) *rr-- = *qq++; \
69 UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x + LAP_LEN - 1; \
70 int ii; for (ii = 0; ii < LAP_LEN; ii++) *rr-- = *qq++;
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 86 * ns_sprintrr(handle, rr, name_ctx, origin, buf, buflen)
87 * Convert an RR to presentation format.
92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr,
99 ns_rr_name(*rr), ns_rr_class(*rr), ns_rr_type(*rr),
100 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr),
109 * Convert the fields of an RR into presentation format
    [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 364 CacheRecord *rr; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
  /external/skia/tests/
PictureTest.cpp 59 SkRRect rr; local
60 rr.setRectXY(r, 10, 10);
61 canvas->drawRRect(rr, paint);

Completed in 719 milliseconds

1 2 3 45 6 7 8