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

123456

/external/boringssl/src/crypto/bn/
H A Dinternal.h198 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
199 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
200 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
202 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
203 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
220 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/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
/external/libopus/tests/
H A Dtest_opus_api.c1440 OpusRepacketizer *rp; local
1458 rp=malloc(i);
1459 rp=opus_repacketizer_init(rp);
1460 if(rp==NULL)test_failed();
1462 free(rp);
1465 rp=opus_repacketizer_create();
1466 if(rp==NULL)test_failed();
1470 if(opus_repacketizer_get_nb_frames(rp)!=0)test_failed();
1476 if(opus_repacketizer_cat(rp,packe
1764 OpusRepacketizer *rp; local
[all...]
/external/boringssl/src/crypto/bn/asm/
H A Dx86_64-gcc.c99 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, argument
108 mul_add(rp[0], ap[0], w, c1);
109 mul_add(rp[1], ap[1], w, c1);
110 mul_add(rp[2], ap[2], w, c1);
111 mul_add(rp[3], ap[3], w, c1);
113 rp += 4;
117 mul_add(rp[0], ap[0], w, c1);
121 mul_add(rp[1], ap[1], w, c1);
125 mul_add(rp[2], ap[2], w, c1);
132 BN_ULONG bn_mul_words(BN_ULONG *rp, cons argument
197 bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, int n) argument
224 bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, int n) argument
[all...]
/external/mksh/src/
H A Dshf.c147 shf->rp = shf->wp = shf->buf;
174 shf->rp = shf->wp = shf->buf;
214 shf->buf = shf->rp = shf->wp = (unsigned char *)buf;
256 shf->rp = shf->buf;
307 shf->rp = shf->buf;
353 shf->rp = nbuf + (shf->rp - shf->buf);
425 shf->rp = shf->buf;
436 shf->rp = shf->buf;
467 memcpy(buf, shf->rp, ncop
[all...]
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h508 Index *rp ; /* a row pointer */ local
681 rp = &A [Row [row].start] ;
682 rp_end = rp + Row [row].length ;
683 while (rp < rp_end)
685 A [(p [*rp++])++] = row ;
963 Index *rp ; /* a row pointer */ local
1080 rp = &A [Row [row].start] ;
1081 rp_end = rp + Row [row].length ;
1082 while (rp < rp_end)
1085 col = *rp
1568 Index *rp ; /* pointer to a row */ local
[all...]
/external/e2fsprogs/intl/
H A Drelocatable.c216 const char *rp = rel_installdir + strlen (rel_installdir); local
221 while (rp > rel_installdir && cp > cp_base)
224 const char *rpi = rp;
251 rp = rpi;
255 if (rp > rel_installdir)
/external/toybox/toys/pending/
H A Dexpr.c86 regex_t rp; local
89 xregcomp(&rp, rhs->s, 0);
90 if (!regexec(&rp, lhs->s, 2, rm, 0) && rm[0].rm_so == 0) {
91 if (rp.re_nsub > 0 && rm[1].rm_so >= 0)
98 if (!rp.re_nsub) {
/external/tcpdump/
H A Dprint-udp.c411 register struct sunrpc_msg *rp; local
427 rp = (struct sunrpc_msg *)(up + 1);
428 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
430 sunrpcrequest_print((u_char *)rp, length,
433 nfsreply_print((u_char *)rp, length,
497 register struct sunrpc_msg *rp; local
500 rp = (struct sunrpc_msg *)(up + 1);
501 if (TTEST(rp->rm_direction)) {
502 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
504 nfsreq_print((u_char *)rp, lengt
[all...]
H A Dprint-decnet.c328 print_l1_routes(const char *rp, u_int len) argument
336 TCHECK2(*rp, 3 * sizeof(short));
337 count = EXTRACT_LE_16BITS(rp);
340 rp += sizeof(short);
342 id = EXTRACT_LE_16BITS(rp);
343 rp += sizeof(short);
345 info = EXTRACT_LE_16BITS(rp);
346 rp += sizeof(short);
358 print_l2_routes(const char *rp, u_int len) argument
366 TCHECK2(*rp,
[all...]
H A Dprint-domain.c151 register const u_char *rp = NULL; local
164 rp = cp + l;
171 rp = cp + 1;
223 rp += l + 1;
227 return (rp);
361 register const u_char *rp; local
410 rp = cp + len;
413 if (rp > snapend)
466 while (cp < rp) {
575 return (rp); /* XX
[all...]
/external/libgsm/src/
H A Dshort_term.c148 * The reflection coefficients, rp[i], are used in the analysis
183 static void Short_term_analysis_filtering P4((S,rp,k_n,s), argument
185 register word * rp, /* [0..7] IN */
191 * to the RPE-LTP loop from the s[..] signal and from the local rp[..]
212 rpi = rp[i];
228 static void Fast_Short_term_analysis_filtering P4((S,rp,k_n,s), argument
230 register word * rp, /* [0..7] IN */
246 rpf[i] = rp[i] * scalef;
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DListViewActivity.java83 double rp = Math.random();
90 Color.rgb(new Double(rp * 255).intValue(), new Double(gp * 255).intValue(), new Double(bp * 255).intValue()),
/external/clang/test/Analysis/
H A Dreference.cpp192 int *&rp = p; local
193 ptrRefParam(rp);
/external/clang/test/CodeGen/
H A Dstruct.c181 rangepair rp; local
182 return (rp = f18_ext()).range1;
/external/opencv/cv/src/
H A Dcvshapedescr.cpp1014 double gfp[5], rp[5], t; local
1057 x = cvMat( 2, 1, CV_64F, rp );
1081 Ad[i * 3] = (p.x - rp[0]) * (p.x - rp[0]);
1082 Ad[i * 3 + 1] = (p.y - rp[1]) * (p.y - rp[1]);
1083 Ad[i * 3 + 2] = (p.x - rp[0]) * (p.y - rp[1]);
1088 rp[4] = -0.5 * atan2(gfp[2], gfp[1] - gfp[0]); // convert from APP angle usage
1089 t = sin(-2.0 * rp[
[all...]
/external/libpng/
H A Dpngwrite.c562 png_bytepp rp; /* row pointer */ local
570 for (i = 0, rp = row; i < num_rows; i++, rp++)
572 png_write_row(png_ptr, *rp);
584 png_bytepp rp; /* points to current row */ local
603 for (i = 0, rp = image; i < png_ptr->height; i++, rp++)
605 png_write_row(png_ptr, *rp);
623 png_bytep rp; local
635 for (i = 0, rp
645 png_bytep rp; local
[all...]
H A Dpngwutil.c2383 png_bytep rp; local
2388 for (i = 0, rp = row_buf + 1; i < row_bytes; i++, rp++)
2390 v = *rp;
2439 png_bytep rp, lp, dp; local
2442 for (i = 0, rp = row_buf + 1, dp = png_ptr->sub_row + 1; i < bpp;
2443 i++, rp++, dp++)
2445 *dp = *rp;
2449 i++, rp++, lp++, dp++)
2451 *dp = (png_byte)(((int)*rp
2459 png_bytep rp, dp, lp; local
2565 png_bytep rp, dp, pp; local
2580 png_bytep rp, dp, pp; local
2675 png_bytep rp, dp, pp, lp; local
2694 png_bytep rp, dp, pp, lp; local
2796 png_bytep rp, dp, pp, cp, lp; local
2835 png_bytep rp, dp, pp, cp, lp; local
[all...]
H A Dpngread.c335 png_bytep rp; local
347 for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel)
349 *(rp) = (png_byte)((256 + *rp + *(rp + 1)) & 0xff);
350 *(rp+2) = (png_byte)((256 + *(rp + 2) + *(rp + 1)) & 0xff);
355 png_bytep rp; local
647 png_bytepp rp; local
747 png_bytep rp; local
844 png_bytepp rp; local
[all...]
/external/libunwind/src/hppa/
H A Dgetcontext.S69 bv,n %r0(%rp)
H A Dsetcontext.S72 bv,n %r0(%rp)
/external/libvpx/libvpx/vp8/common/
H A Dvariance.h85 int rp,
/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h272 RegPressureTracker(IntervalPressure &rp) :
273 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
276 RegPressureTracker(RegionPressure &rp) :
277 MF(nullptr), TRI(nullptr), RCI(nullptr), LIS(nullptr), MBB(nullptr), P(rp),
/external/ltrace/testsuite/ltrace.torture/
H A Dia64-sigill.s18 .save rp, r32
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngwutil.c2381 png_bytep rp; local
2386 for (i = 0, rp = row_buf + 1; i < row_bytes; i++, rp++)
2388 v = *rp;
2437 png_bytep rp, lp, dp; local
2440 for (i = 0, rp = row_buf + 1, dp = png_ptr->sub_row + 1; i < bpp;
2441 i++, rp++, dp++)
2443 *dp = *rp;
2447 i++, rp++, lp++, dp++)
2449 *dp = (png_byte)(((int)*rp
2457 png_bytep rp, dp, lp; local
2563 png_bytep rp, dp, pp; local
2578 png_bytep rp, dp, pp; local
2673 png_bytep rp, dp, pp, lp; local
2692 png_bytep rp, dp, pp, lp; local
2794 png_bytep rp, dp, pp, cp, lp; local
2833 png_bytep rp, dp, pp, cp, lp; local
[all...]

Completed in 1828 milliseconds

123456