Searched refs:rp (Results 51 - 75 of 237) sorted by relevance

12345678910

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Decdsa.h133 * |*kinv| and |*rp| to the precomputed values and uses the |ctx| argument, if
136 BIGNUM **rp);
142 const BIGNUM *kinv, const BIGNUM *rp,
150 const BIGNUM *rp, EC_KEY *eckey);
/external/openssl/crypto/ecdsa/
H A Decdsa.h125 * \param rp BIGNUM with a pre-computed rp value (optioanl),
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
174 * \param rp BIGNUM pointer for x coordinate of k * generator
178 BIGNUM **rp);
202 * \param rp BIGNUM with a pre-computed rp value (optioanl),
209 const BIGNUM *rp, EC_KEY *eckey);
H A Decs_locl.h72 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);
/external/openssl/include/openssl/
H A Decdsa.h125 * \param rp BIGNUM with a pre-computed rp value (optioanl),
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
174 * \param rp BIGNUM pointer for x coordinate of k * generator
178 BIGNUM **rp);
202 * \param rp BIGNUM with a pre-computed rp value (optioanl),
209 const BIGNUM *rp, EC_KEY *eckey);
/external/openssl/crypto/bn/asm/
H A Ds390x-mont.pl66 $rp="%r2"; # BN_ULONG *rp,
73 $bi="%r2"; # zaps rp
111 lghi $rp,-$stdframe-8 # leave room for carry bit
114 la $rp,0($rp,$sp)
115 la $sp,0($j,$rp) # alloca
233 l${g} $rp,`$stdframe+8+2*$SIZE_T`($j,$sp) # reincarnate rp
243 stg $alo,0($j,$rp)
[all...]
H A Ds390x-gf2m.pl43 $rp="%r2";
176 stmg $lo,$hi,16($rp)
181 stmg $lo,$hi,0($rp)
188 lmg @r[0],@r[3],0($rp)
197 stg $hi,16($rp)
198 stg $lo,8($rp)
209 stmg $lo,$hi,0($rp)
/external/bison/src/
H A Dlalr.c237 item_number const *rp; local
241 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++)
244 item_number_as_symbol_number (*rp));
259 rp--;
260 if (ISVAR (*rp))
264 item_number_as_symbol_number (*rp));
265 if (nullable[*rp - ntokens])
332 reductions *rp local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dshift.c95 BN_ULONG *ap, *rp, t, c; local
110 rp = r->d;
114 *(rp++) = ((t << 1) | c) & BN_MASK2;
118 *rp = 1;
174 BN_ULONG *ap, *rp, t, c; local
190 rp = r->d;
194 rp[i] = t;
198 rp[i] = ((t >> 1) & BN_MASK2) | c;
H A Dinternal.h188 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
189 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
190 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
192 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
193 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
210 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/external/chromium_org/third_party/skia/gm/
H A Dstringart.cpp50 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX, local
52 path.lineTo(rp);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleStringArt.cpp42 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX, variable
44 path.lineTo(rp);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStatusLineParser.java83 String rp = reasonPhrase();
84 retval.setReasonPhrase(rp);
/external/openssl/crypto/dsa/
H A Ddsa_sign.c79 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument
96 return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp, NULL, 0);
/external/skia/gm/
H A Dstringart.cpp50 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX, local
52 path.lineTo(rp);
/external/skia/samplecode/
H A DSampleStringArt.cpp42 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX, variable
44 path.lineTo(rp);
/external/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
85 ap+=4; rp+=4; num-=4;
90 mul_add(rp[0],ap[0],w,c1);
91 ap++; rp++; num--;
97 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
107 mul(rp[
146 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
175 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
847 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
941 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
986 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0p, int num) argument
1025 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECFieldF2mTest.java61 * The <code>rp</code> parameter for <code>ECFieldF2m</code>
64 final BigInteger rp; field in class:ECFieldF2mTest.ECFieldF2mDomainParams
82 * @param rp
87 final BigInteger rp,
91 this.rp = rp;
248 * using valid parameters m and rp. ks represents trinomial basis.
378 * Assertion: trinomial basis - objects equal if their m, and rp
390 * Assertion: pentanomial basis - objects equal if their m, and rp
404 * Assertion: objects equal if their m, and rp ar
86 ECFieldF2mDomainParams(final int m, final BigInteger rp, final int[] ks, final Exception expectedException) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c42 int16_t *tp, *rp; local
82 rp = &regressor[pos];
84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts);
/external/clang/test/Sema/
H A Dblock-misc.c164 void (*rp)(int);
171 (void)(bp > rp); // expected-error {{invalid operands}}
175 f(1 ? bp : rp); // expected-error {{incompatible operand types ('void (^)(int)' and 'void (*)(int)')}}
/external/libunwind/tests/
H A Dia64-test-rbs-asm.S68 mov r16 = rp; \
70 .savesp rp, SAVED_RP_OFF+16; \
92 br.call.sptk.many rp = b6; \
99 ld8 r17 = [r3], (SAVED_PFS_OFF-SAVED_RP_OFF);; /* saved rp */ \
104 mov rp = r17; \
120 br.ret.sptk.many rp; \
172 .save rp, loc0
173 mov loc0 = rp
221 (p6) br.call.sptk.many rp = b6
222 (p7) br.call.sptk.many rp
[all...]
H A Dflush-cache.S36 br.ret.sptk.many rp
53 bv %r0(%rp)
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPrivacyParser.java134 PrivacyParser rp =
136 PrivacyList list = (PrivacyList) rp.parse();
/external/oprofile/module/ia64/
H A Doprofile_stubs.S61 mov loc0=rp
73 * br.call.sptk.many rp=my_sys_execve
98 mov rp=loc0
100 (p7) br.ret.sptk.many rp
121 br.ret.sptk.many rp
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ssim.c16 int rp, unsigned long *sum_s, unsigned long *sum_r,
20 for (i = 0; i < 16; i++, s += sp, r += rp) {
30 void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp, argument
35 for (i = 0; i < 8; i++, s += sp, r += rp) {
69 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { argument
71 vp9_ssim_parms_8x8(s, sp, r, rp, &sum_s, &sum_r, &sum_sq_s, &sum_sq_r,
15 vp9_ssim_parms_16x16_c(uint8_t *s, int sp, uint8_t *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c16 int rp, unsigned long *sum_s, unsigned long *sum_r,
20 for (i = 0; i < 16; i++, s += sp, r += rp) {
30 void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp, argument
35 for (i = 0; i < 8; i++, s += sp, r += rp) {
69 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { argument
71 vp9_ssim_parms_8x8(s, sp, r, rp, &sum_s, &sum_r, &sum_sq_s, &sum_sq_r,
15 vp9_ssim_parms_16x16_c(uint8_t *s, int sp, uint8_t *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr) argument

Completed in 1438 milliseconds

12345678910