/frameworks/base/core/java/android/os/ |
RegistrantList.java | 114 Handler rh; local 116 rh = r.getHandler(); 121 if (rh == null || rh == h) {
|
/external/mesa3d/include/pixelflinger2/ |
pixelflinger2_format.h | 117 uint8_t rh; // red high bit position + 1 member in struct:__anon8537::__anon8539::__anon8540
|
/external/openssl/crypto/ec/ |
ecp_smpl.c | 1305 BIGNUM *rh, *tmp, *Z4, *Z6; local 1323 rh = BN_CTX_get(ctx); 1335 * To test this, we add up the right-hand side in 'rh'. 1338 /* rh := X^2 */ 1339 if (!field_sqr(group, rh, &point->X, ctx)) goto err; 1347 /* rh := (rh + a*Z^4)*X */ 1352 if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err; 1353 if (!field_mul(group, rh, rh, &point->X, ctx)) goto err [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes.c | 1063 int rw, rh; local [all...] |
/external/speex/libspeex/ |
sb_celp.c | 556 spx_word32_t rl, rh; /*Q13*/ local 581 rh = LPC_SCALING; 584 rh += st->interp_qlpc[i+1] - st->interp_qlpc[i]; 590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767)); 592 filter_ratio=(rl+.01)/(rh+.01); 987 spx_word32_t rl=0,rh=0; local 1011 rh = LPC_SCALING; 1014 rh += ak[i+1] - ak[i]; 1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767)); 1022 filter_ratio=(rl+.01)/(rh+.01) [all...] |
/system/core/include/pixelflinger/ |
format.h | 111 uint8_t rh; // red high bit position + 1 member in struct:__anon25716::__anon25718::__anon25719
|
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 656 ReturnHook rh = new ReturnHook(this) { local 672 rh.doit(bc, 0); // the 2nd arg is ignored. 680 rh.doit(bc, 0); // the 2nd arg is ignored. 688 rh.remove(this); [all...] |
/external/hyphenation/ |
hyphen.c | 667 char * rh = strchr((*rep)[j], '='); local 668 if (rh && (hnj_hyphen_strnlen(word, j - (*pos)[j] + 1, utf8) + 669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) { 690 char * rh = strchr((*rep)[j], '='); local 691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) + 692 hnj_hyphen_strnlen(rh + 1, strlen(rh + 1), utf8)) < rhmin) { [all...] |
/external/tcpdump/ |
print-udp.c | 212 struct rtcphdr *rh = (struct rtcphdr *)hdr; local 217 if ((u_char *)(rh + 1) > ep) { 221 len = (EXTRACT_16BITS(&rh->rh_len) + 1) * 4; 222 flags = EXTRACT_16BITS(&rh->rh_flags); 226 sr = (struct rtcp_sr *)(rh + 1); 228 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh)) 231 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc)); 245 if (len != cnt * sizeof(*rr) + sizeof(*rh)) 247 rr = (struct rtcp_rr *)(rh + 1); 249 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc)) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 395 HoldCounter rh = cachedHoldCounter; local 396 if (rh == null || rh.tid != current.getId()) 397 rh = readHolds.get(); 398 int count = rh.count; 404 --rh.count; 453 HoldCounter rh = cachedHoldCounter; local 454 if (rh == null || rh.tid != current.getId()) 455 cachedHoldCounter = rh = readHolds.get() 476 HoldCounter rh = null; local 567 HoldCounter rh = cachedHoldCounter; local [all...] |
/external/qemu/ |
qemu-common.h | 376 uint64_t rl, rh; local 380 rh = (uint64_t)u.l.high * (uint64_t)b; 381 rh += (rl >> 32); 382 res.l.high = rh / c; 383 res.l.low = (((rh % c) << 32) + (rl & 0xffffffff)) / c;
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerCompositor.cpp | 471 int rh = m_renderView->frameView()->contentsHeight(); local 474 boundingBoxRect.setHeight(max(boundingBoxRect.height(), rh - boundingBoxRect.y())); [all...] |
RenderTableSection.cpp | 531 int rh = m_rowPos[1] - m_rowPos[0]; local 534 int toAdd = min(dh, static_cast<int>((totalHeight * m_grid[r].logicalHeight.percent() / 100) - rh)); 543 rh = m_rowPos[r + 2] - m_rowPos[r + 1]; [all...] |
RenderBox.cpp | 1021 int rh; local [all...] |
/external/bluetooth/bluez/audio/ |
headset.c | 77 int rh; /* Response and Hold state */ member in struct:__anon1447 87 .rh = BTRH_NOT_SUPPORTED, 898 if (ag.rh == BTRH_NOT_SUPPORTED) 906 if (ag.rh >= 0) 907 headset_send(hs, "\r\n+BTRH: %d\r\n", ag.rh); [all...] |
/external/ping6/ |
ping6.c | 1801 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; local [all...] |
/external/ppp/pppd/ |
sys-solaris.c | 2643 struct opthdr *rh; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 3034 RequireHeader rh = (RequireHeader) requireList.next(); local [all...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |
jfreechart-1.0.9.jar | |