HomeSort by relevance Sort by last modified time
    Searched refs:RR (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/loader/
CachedResourceHandle.h 86 template <class R, class RR> bool operator==(const CachedResourceHandle<R>& h, const RR* res)
90 template <class R, class RR> bool operator==(const RR* res, const CachedResourceHandle<R>& h)
94 template <class R, class RR> bool operator!=(const CachedResourceHandle<R>& h, const RR* res)
98 template <class R, class RR> bool operator!=(const RR* res, const CachedResourceHandle<R>& h)
  /system/core/libmincrypt/tools/
DumpPublicKey.java 75 BigInteger RR = R.multiply(R).mod(N); // 2^4096 mod N
94 long rr = RR.mod(B).longValue(); local
95 result.append(rr);
101 RR = RR.divide(B);
  /external/opencore/protocols/rtp_payload_parser/rfc_2429/src/
h263_payload_parser.cpp 71 static const uint8 RR = 0xF8; // Reserved Bits Mask
81 if ((*vb) & (RR))
  /external/openssl/crypto/bn/
bn_mont.c 549 BN_init(&(ctx->RR));
565 BN_free(&(mont->RR));
579 R= &(mont->RR); /* grab RR as a temp */
673 /* setup RR for conversions */
674 BN_zero(&(mont->RR));
675 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
676 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
688 if (!BN_copy(&(to->RR),&(from->RR))) return NULL
    [all...]
bn.h 302 BIGNUM RR; /* used to convert to montgomery form */
476 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
550 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /external/grub/stage2/
iso9660.h 155 struct RR {
157 } rr; member in union:rock_ridge::__anon1981
194 struct rock_ridge *rr; member in union:RR_ptr
fsys_iso9660.c 211 if (rr_ptr.rr->version != 1)
217 "`%c%c'\n", rr_ptr.rr->version,
218 rr_ptr.rr->signature & 0xFF,
219 rr_ptr.rr->signature >> 8);
224 switch (rr_ptr.rr->signature)
227 if ( rr_ptr.rr->len >= (4+sizeof(struct RR)))
228 rr_flag &= rr_ptr.rr->u.rr.flags.l;
231 name = rr_ptr.rr->u.nm.name
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 135 Sk64 RR, tmp;
137 RR.setMul(B,B);
140 RR.sub(tmp);
141 if (RR.isNeg())
143 SkFixed R = RR.getSqrt();
    [all...]
  /external/openssl/include/openssl/
bn.h 302 BIGNUM RR; /* used to convert to montgomery form */
476 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
550 (r),(a),&((mont)->RR),(mont),(ctx))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 301 BIGNUM RR; /* used to convert to montgomery form */
464 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
527 (r),(a),&((mont)->RR),(mont),(ctx))
  /external/openssl/crypto/bn/asm/
pa-risc2.s 849 ;--- not PIC LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28
852 ;--- not PIC LDO RR'C$7(%r21),%r25 ;offset 0xa30
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 247 p(? ?Xv$???=????a>3VY??#??@?????????{y??5s?,???Rr?/???R}??V?>??2?z$??I?? ??pM??`????6?3rZ)???&?@??AI ???s>??? E?@+?;???
    [all...]

Completed in 428 milliseconds