Searched refs:rr (Results 51 - 75 of 103) sorted by relevance

12345

/external/guava/guava/src/com/google/common/collect/
H A DBstCountBasedBalancePolicies.java101 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/
H A Ddsa_ossl.c104 #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), \
H A Ddsa.h137 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c1303 *p++ = p_data->rr.frag_lost;
1304 AVDT_TRACE_API1("packet_lost: %d", p_data->rr.packet_lost);
1305 p_data->rr.packet_lost &= 0xFFFFFF;
1306 AVDT_TRACE_API1("packet_lost: %d", p_data->rr.packet_lost);
1307 UINT24_TO_BE_STREAM(p, p_data->rr.packet_lost);
1308 UINT32_TO_BE_STREAM(p, p_data->rr.seq_num_rcvd);
1309 UINT32_TO_BE_STREAM(p, p_data->rr.jitter);
1310 UINT32_TO_BE_STREAM(p, p_data->rr.lsr);
1311 UINT32_TO_BE_STREAM(p, p_data->rr.dlsr);
H A Davdt_scb_act.c357 report.rr.frag_lost = *p;
358 BE_STREAM_TO_UINT32(report.rr.packet_lost, p);
359 report.rr.packet_lost &= 0xFFFFFF;
360 BE_STREAM_TO_UINT32(report.rr.seq_num_rcvd, p);
361 BE_STREAM_TO_UINT32(report.rr.jitter, p);
362 BE_STREAM_TO_UINT32(report.rr.lsr, p);
363 BE_STREAM_TO_UINT32(report.rr.dlsr, p);
/external/skia/bench/
H A DBitmapBench.cpp64 int rr = conv6ToByte(r); local
69 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h45 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
[all...]
H A Davdt_api.h233 tAVDT_REPORT_BLK rr; member in union:__anon1070
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c364 CacheRecord *rr; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
/external/regex-re2/re2/
H A Dparse.cc128 // Parse a character class range into rr.
130 bool ParseCCRange(StringPiece* s, RuneRange* rr,
1628 // For single characters, rr->lo == rr->hi.
1631 bool Regexp::ParseState::ParseCCRange(StringPiece* s, RuneRange* rr, argument
1635 if (!ParseCCCharacter(s, &rr->lo, whole_class, status))
1640 if (!ParseCCCharacter(s, &rr->hi, whole_class, status))
1642 if (rr->hi < rr->lo) {
1648 rr
1736 RuneRange rr; local
[all...]
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h513 Bool rr, Bool ww, Bool xx,
518 Bool rr, Bool ww, Bool xx,
523 Bool rr, Bool ww, Bool xx));
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c222 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_RR_INFO, (integer_t*)&(thePolicyInfo.rr), &count);
223 if (thePolicyInfo.rr.depressed) {
224 return thePolicyInfo.rr.depress_priority;
226 return thePolicyInfo.rr.base_priority;
/external/openssl/crypto/conf/
H A Dconf_def.c505 int q,r,rr=0,to=0,len=0; local
585 rr= *e;
610 * r and rr are the chars replaced by the '\0'
611 * rp and rrp is where 'r' and 'rr' came from.
614 if (rrp != NULL) *rrp=rr;
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c1011 mp_digit D, r, rr; local
1066 rr = *tmpc & mask;
1073 r = rr;
1333 register mp_digit r, rr, *tmpa, *tmpb; local
1345 rr = *tmpa & 1;
1351 r = rr;
1396 register mp_digit *tmpc, shift, mask, r, rr; local
1412 rr = (*tmpc >> shift) & mask;
1419 r = rr;
2843 register mp_digit r, rr, *tmp local
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c1019 mp_digit D, r, rr; local
1074 rr = *tmpc & mask;
1081 r = rr;
1341 register mp_digit r, rr, *tmpa, *tmpb; local
1353 rr = *tmpa & 1;
1359 r = rr;
1404 register mp_digit *tmpc, shift, mask, r, rr; local
1420 rr = (*tmpc >> shift) & mask;
1427 r = rr;
2851 register mp_digit r, rr, *tmp local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c1019 mp_digit D, r, rr; local
1074 rr = *tmpc & mask;
1081 r = rr;
1341 register mp_digit r, rr, *tmpa, *tmpb; local
1353 rr = *tmpa & 1;
1359 r = rr;
1404 register mp_digit *tmpc, shift, mask, r, rr; local
1420 rr = (*tmpc >> shift) & mask;
1427 r = rr;
2851 register mp_digit r, rr, *tmp local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c1019 mp_digit D, r, rr; local
1074 rr = *tmpc & mask;
1081 r = rr;
1341 register mp_digit r, rr, *tmpa, *tmpb; local
1353 rr = *tmpa & 1;
1359 r = rr;
1404 register mp_digit *tmpc, shift, mask, r, rr; local
1420 rr = (*tmpc >> shift) & mask;
1427 r = rr;
2851 register mp_digit r, rr, *tmp local
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DTreeToNFAConverter.g574 Rule rr = grammar.getRule(scopeName,$r.text);
575 $g = factory.build_RuleRef(rr, start);
594 Rule rr = grammar.getRule(scopeName,t.getText());
595 $g = factory.build_RuleRef(rr, start);
H A DDefineGrammarItemsWalker.g498 : ^( rr=RULE_REF (rarg=ARG_ACTION)? )
500 grammar.altReferencesRule( currentRuleName, $scope_, $rr, this.outerAltNum );
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp74 struct { int a; const int &r; } rr = { 0, {{0}} }; // expected-warning {{reference initialized from initializer list is incompatible with C++98}} local
/external/kernel-headers/original/video/
H A Ddsscomp.h103 __s16 rr, rg, rb; member in struct:omap_dss_cpr_coefs
/external/openssl/include/openssl/
H A Ddsa.h137 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmxp2_32.asm215 psrld mm1, 14 ; 0 0 000000rr rrr00000
227 psrld mm2, 14 ; 0 0 000000rr rrr00000
/external/skia/src/core/
H A DSkDraw.cpp1104 SkRect rr; local
1105 rr.set(0, 0, SkIntToScalar(bitmap.width()),
1107 c.drawRect(rr, install.paintWithShader());
2452 SkIRect rr; local
2453 return rr.intersect(fClip->getBounds(), r) && this->onIRect(rr);
2459 SkIRect rr; local
2460 if (!rr.intersect(fClip->getBounds(), r)) {
2469 return this->onIRectGlyph(rr, rec);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java753 RecordRoute rr = (RecordRoute) li.previous();
757 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress())
761 route.setParameters((NameValueList) rr.getParameters().clone());
775 RecordRoute rr = (RecordRoute) li.next();
779 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress())
782 route.setParameters((NameValueList) rr.getParameters().clone());
2681 RecordRoute rr = (RecordRoute) it.previous();
2683 if (route != null && rr.getAddress().equals(route.getAddress())) {

Completed in 516 milliseconds

12345