HomeSort by relevance Sort by last modified time
    Searched refs:rh (Results 1 - 25 of 35) sorted by null

1 2

  /external/skia/gpu/include/
GrKey.h 31 bool operator<(const GrKey& rh) const {
32 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
34 bool operator==(const GrKey& rh) const {
35 return fHash == rh.fHash && this->eq(rh);
39 virtual bool lt(const GrKey& rh) const = 0;
40 virtual bool eq(const GrKey& rh) const = 0;
  /external/clang/test/CodeGen/
arm-asm-variable.c 9 register uint32_t rh asm("r2");
16 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
162 * CLIENT *rh;
170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
177 * CLNT_ABORT(rh);
178 * CLIENT *rh;
    [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...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 114 Handler rh; local
116 rh = r.getHandler();
121 if (rh == null || rh == h) {
  /external/skia/src/gpu/
SkGrFontScaler.cpp 29 virtual bool lt(const GrKey& rh) const;
30 virtual bool eq(const GrKey& rh) const;
58 bool SkGrDescKey::lt(const GrKey& rh) const {
59 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc;
70 bool SkGrDescKey::eq(const GrKey& rh) const {
71 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc;
  /external/bluetooth/bluez/audio/
telephony.h 154 void telephony_response_and_hold_req(void *telephony_device, int rh);
186 int telephony_response_and_hold_ind(int rh);
190 int rh, const char *chld);
headset.c 77 int rh; /* Response and Hold state */ member in struct:__anon1530
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...]
telephony-dummy.c 83 void telephony_response_and_hold_req(void *telephony_device, int rh)
  /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...]
  /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/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 117 uint8_t rh; // red high bit position + 1 member in struct:__anon8728::__anon8730::__anon8731
  /system/core/include/pixelflinger/
format.h 111 uint8_t rh; // red high bit position + 1 member in struct:__anon25924::__anon25926::__anon25927
  /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...]
  /frameworks/base/libs/ui/
PixelFormat.cpp 106 info->h_red = i->rh;
  /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/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...]
  /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/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 1063 int rw, rh; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
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...]
RenderLayerCompositor.cpp 471 int rh = m_renderView->frameView()->contentsHeight(); local
474 boundingBoxRect.setHeight(max(boundingBoxRect.height(), rh - boundingBoxRect.y()));
    [all...]
  /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...]
  /system/core/libpixelflinger/
buffer.cpp 264 p = downshift_component(p, r, hbits, lbits, f->rh, f->rl, 0, 1, -1);
  /frameworks/base/opengl/libagl/
state.cpp 377 params[0] = formats[index].rh - formats[index].rl;

Completed in 2179 milliseconds

1 2