Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 25 of 56) sorted by relevance

123

/external/skia/include/gpu/
DGrKey.h24 bool operator<(const GrKey& rh) const {
25 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
27 bool operator==(const GrKey& rh) const {
28 return fHash == rh.fHash && this->eq(rh);
32 virtual bool lt(const GrKey& rh) const = 0;
33 virtual bool eq(const GrKey& rh) const = 0;
/external/skia/src/gpu/
DSkGrFontScaler.cpp22 virtual bool lt(const GrKey& rh) const;
23 virtual bool eq(const GrKey& rh) const;
51 bool SkGrDescKey::lt(const GrKey& rh) const { in lt()
52 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc; in lt()
63 bool SkGrDescKey::eq(const GrKey& rh) const { in eq()
64 const SkDescriptor* srcDesc = ((const SkGrDescKey*)&rh)->fDesc; in eq()
/external/lohit-fonts/lohit-kannada-ttf/
DChangeLog12 - fix rh bugzilla 578032, 576105, 673414, 692362 and 694705
17 - fix rh bugzilla 559462, 576105
21 - fix rh bug 524148
/external/tcpdump/
Dprint-udp.c212 struct rtcphdr *rh = (struct rtcphdr *)hdr; in rtcp_print() local
217 if ((u_char *)(rh + 1) > ep) { in rtcp_print()
221 len = (EXTRACT_16BITS(&rh->rh_len) + 1) * 4; in rtcp_print()
222 flags = EXTRACT_16BITS(&rh->rh_flags); in rtcp_print()
226 sr = (struct rtcp_sr *)(rh + 1); in rtcp_print()
228 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh)) in rtcp_print()
231 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc)); in rtcp_print()
245 if (len != cnt * sizeof(*rr) + sizeof(*rh)) in rtcp_print()
247 rr = (struct rtcp_rr *)(rh + 1); in rtcp_print()
249 printf(" %u", EXTRACT_32BITS(&rh->rh_ssrc)); in rtcp_print()
[all …]
/external/clang/test/CodeGen/
Darm-asm-variable.c9 register uint32_t rh asm("r2"); in foo()
16 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/external/openssl/crypto/ec/
Decp_smpl.c946 BIGNUM *rh, *tmp, *Z4, *Z6; in ec_GFp_simple_is_on_curve() local
964 rh = BN_CTX_get(ctx); in ec_GFp_simple_is_on_curve()
980 if (!field_sqr(group, rh, &point->X, ctx)) goto err; in ec_GFp_simple_is_on_curve()
993 if (!BN_mod_sub_quick(rh, rh, tmp, p)) goto err; in ec_GFp_simple_is_on_curve()
994 if (!field_mul(group, rh, rh, &point->X, ctx)) goto err; in ec_GFp_simple_is_on_curve()
999 if (!BN_mod_add_quick(rh, rh, tmp, p)) goto err; in ec_GFp_simple_is_on_curve()
1000 if (!field_mul(group, rh, rh, &point->X, ctx)) goto err; in ec_GFp_simple_is_on_curve()
1005 if (!BN_mod_add_quick(rh, rh, tmp, p)) goto err; in ec_GFp_simple_is_on_curve()
1012 if (!BN_mod_add_quick(rh, rh, &group->a, p)) goto err; in ec_GFp_simple_is_on_curve()
1013 if (!field_mul(group, rh, rh, &point->X, ctx)) goto err; in ec_GFp_simple_is_on_curve()
[all …]
/external/llvm/test/CodeGen/PTX/
Dadd.ll4 ; CHECK: add.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}}, %rh{{[0-9]+}};
39 ; CHECK: add.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}}, 1;
Dsub.ll4 ; CHECK: sub.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}}, %rh{{[0-9]+}};
39 ; CHECK: add.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}}, -1;
Dcvt.ll7 ; CHECK: setp.gt.u16 %p[[P0:[0-9]+]], %rh{{[0-9]+}}, 0
108 ; CHECK: cvt.u32.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}};
145 ; CHECK: cvt.u64.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}};
184 ; CHECK: cvt.rn.f32.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}};
212 ; CHECK: cvt.rn.f32.s16 %ret{{[0-9]+}}, %rh{{[0-9]+}}
244 ; CHECK: cvt.rn.f64.u16 %ret{{[0-9]+}}, %rh{{[0-9]+}};
272 ; CHECK: cvt.rn.f64.s16 %ret{{[0-9]+}}, %rh{{[0-9]+}}
Dst.ll51 ;CHECK: st.global.u16 [%r{{[0-9]+}}], %rh{{[0-9]+}};
91 ;CHECK: st.global.u16 [%r{{[0-9]+}}+2], %rh{{[0-9]+}};
138 ;CHECK: st.global.u16 [%r{{[0-9]+}}], %rh{{[0-9]+}};
192 ;CHECK: st.global.u16 [%r[[R0]]], %rh{{[0-9]+}};
242 ;CHECK: st.shared.u16 [%r[[R0]]], %rh{{[0-9]+}};
292 ;CHECK: st.global.u16 [%r[[R0]]+2], %rh{{[0-9]+}};
/external/lohit-fonts/lohit-telugu-ttf/
DChangeLog16 - fix rh bug 531201
20 - fix rh bug 504270
/external/qemu/
Dqemu-common.h376 uint64_t rl, rh; in muldiv64() local
380 rh = (uint64_t)u.l.high * (uint64_t)b; in muldiv64()
381 rh += (rl >> 32); in muldiv64()
382 res.l.high = rh / c; in muldiv64()
383 res.l.low = (((rh % c) << 32) + (rl & 0xffffffff)) / c; in muldiv64()
/external/bluetooth/bluez/audio/
Dtelephony.h154 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);
Dheadset.c77 int rh; /* Response and Hold state */ member
87 .rh = BTRH_NOT_SUPPORTED,
898 if (ag.rh == BTRH_NOT_SUPPORTED) in response_and_hold()
906 if (ag.rh >= 0) in response_and_hold()
907 headset_send(hs, "\r\n+BTRH: %d\r\n", ag.rh); in response_and_hold()
2775 int telephony_response_and_hold_ind(int rh) in telephony_response_and_hold_ind() argument
2780 ag.rh = rh; in telephony_response_and_hold_ind()
2783 if (ag.rh < 0) in telephony_response_and_hold_ind()
2787 ag.rh); in telephony_response_and_hold_ind()
2863 const struct indicator *indicators, int rh, in telephony_ready_ind() argument
[all …]
/external/icu4c/data/translit/
DLatin_InterIndic.txt74 $rh=\uE043;
134 $x=[$virama$aa$ai$au$ii$i$uu$u$rrh$rh$lh$e$o$se$ce$so$co];
151 \u0314r\u0325→$rh;
171 $consonants{ r\u0325a→$rh;
172 $consonants{ r\u0325→$rh;
280 $virama r\u0325a→$rh;
281 $virama r\u0325→$rh;
DInterIndic_Latin.txt74 $rh=\uE043;
121 $x=[$aa$ai$au$ii$i$uu$u$rrh$rh$lh$llh$e$o$se$ce$so$co];
336 $forceIndependentMatra{$rh → \u0314r\u0325;
355 $rh → r\u0325;
/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch1 --- dnsmasq-2.22/rpm/dnsmasq.rh 2005-03-24 09:51:18.000000000 -0500
2 +++ dnsmasq-2.22/rpm/dnsmasq.rh.new 2005-08-25 10:52:04.310568784 -0400
/external/icu4c/data/coll/
Dcy.txt23 "&R<rh<<<Rh<<<RH"
/external/speex/libspeex/
Dsb_celp.c556 spx_word32_t rl, rh; /*Q13*/ in sb_encode() local
581 rh = LPC_SCALING; in sb_encode()
584 rh += st->interp_qlpc[i+1] - st->interp_qlpc[i]; in sb_encode()
590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767)); in sb_encode()
592 filter_ratio=(rl+.01)/(rh+.01); in sb_encode()
987 spx_word32_t rl=0,rh=0; in sb_decode() local
1011 rh = LPC_SCALING; in sb_decode()
1014 rh += ak[i+1] - ak[i]; in sb_decode()
1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767)); in sb_decode()
1022 filter_ratio=(rl+.01)/(rh+.01); in sb_decode()
/external/hyphenation/
Dhyphen.c667 char * rh = strchr((*rep)[j], '='); in hnj_hyphen_lhmin() local
668 if (rh && (hnj_hyphen_strnlen(word, j - (*pos)[j] + 1, utf8) + in hnj_hyphen_lhmin()
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) { in hnj_hyphen_lhmin()
690 char * rh = strchr((*rep)[j], '='); in hnj_hyphen_rhmin() local
691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) + in hnj_hyphen_rhmin()
692 hnj_hyphen_strnlen(rh + 1, strlen(rh + 1), utf8)) < rhmin) { in hnj_hyphen_rhmin()
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_format.h117 uint8_t rh; // red high bit position + 1 member
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java46 RIFFHeader rh = new RIFFHeader(); in MjpegFileWriter() local
47 aviOutput.write(rh.toBytes()); in MjpegFileWriter()
/external/ppp/pppd/
Dsys-solaris.c2643 struct opthdr *rh; local
2696 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
2697 if (rh->level == 0 && rh->name == 0)
2699 if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) {
/external/llvm/lib/Target/Mips/
DMipsCondMov.td70 def : Pat<(select (i32 (setuge CRC:$lh, immSExt16:$rh)), DRC:$T, DRC:$F),
71 (MOVZInst DRC:$T, (SLTiuOp CRC:$lh, immSExt16:$rh), DRC:$F)>;
/external/ping6/
Dping6.c1801 struct ip6_rthdr *rh = (struct ip6_rthdr *)extbuf; in pr_rthdr() local
1805 printf("nxt %u, len %u (%d bytes), type %u, ", rh->ip6r_nxt, in pr_rthdr()
1806 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type); in pr_rthdr()
1811 printf("%d left\n", rh->ip6r_segleft); in pr_rthdr()

123