Searched refs:xp (Results 1 - 25 of 75) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudioenc.c198 const int *xp = costab32; local
244 x1 = MUL((t[8] - x2), xp[0]);
245 x2 = MUL((t[8] + x2), xp[1]);
254 xp += 2;
258 xr = MUL(t[28],xp[0]);
262 xr = MUL(t[4],xp[1]);
266 xr = MUL(t[20],xp[2]);
270 xr = MUL(t[12],xp[3]);
275 xp += 4;
278 xr = MUL(tab[30-i*4],xp[
[all...]
H A Droqvideodec.c42 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
77 for (xp = xpos; xp < xpos + 16; xp += 8) {
92 ff_apply_motion_8x8(ri, xp, yp, mx, my);
96 ff_apply_vector_4x4(ri, xp, yp, ri->cb2x2 + qcell->idx[0]);
97 ff_apply_vector_4x4(ri, xp+4, yp, ri->cb2x2 + qcell->idx[1]);
98 ff_apply_vector_4x4(ri, xp, yp+4, ri->cb2x2 + qcell->idx[2]);
99 ff_apply_vector_4x4(ri, xp+4, yp+4, ri->cb2x2 + qcell->idx[3]);
103 x = xp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509.h1176 int X509_TRUST_get_flags(X509_TRUST *xp);
1177 char *X509_TRUST_get0_name(X509_TRUST *xp);
1178 int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dx509_trs.c228 int X509_TRUST_get_flags(X509_TRUST *xp) argument
230 return xp->flags;
233 char *X509_TRUST_get0_name(X509_TRUST *xp) argument
235 return xp->name;
238 int X509_TRUST_get_trust(X509_TRUST *xp) argument
240 return xp->trust;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
248 int X509_PURPOSE_get_id(X509_PURPOSE *xp) argument
250 return xp
253 X509_PURPOSE_get0_name(X509_PURPOSE *xp) argument
258 X509_PURPOSE_get0_sname(X509_PURPOSE *xp) argument
263 X509_PURPOSE_get_trust(X509_PURPOSE *xp) argument
472 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) argument
483 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) argument
496 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) argument
527 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) argument
536 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) argument
545 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) argument
560 ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) argument
569 no_check(const X509_PURPOSE *xp, const X509 *x, int ca) argument
[all...]
H A Dx509v3.h542 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
543 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
544 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aesavs.c708 char *xp, *pp = ibuf+2; local
723 xp = strchr(pp, ' ');
724 n = xp-pp;
728 xp = strrchr(pp, ' '); /* get mode" */
729 n = strlen(xp+1)-1;
730 strncpy(amode, xp+1, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_desmovs.c489 char *xp, *pp = ibuf+2; local
510 xp = strchr(pp, ' ');
511 n = xp-pp;
515 xp = strrchr(pp, ' '); /* get mode" */
516 n = strlen(xp+1)-1;
517 strncpy(amode, xp+1, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dx509.h1176 int X509_TRUST_get_flags(X509_TRUST *xp);
1177 char *X509_TRUST_get0_name(X509_TRUST *xp);
1178 int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dx509v3.h542 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp);
543 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp);
544 int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dfips_aesavs.c708 char *xp, *pp = ibuf+2; local
723 xp = strchr(pp, ' ');
724 n = xp-pp;
728 xp = strrchr(pp, ' '); /* get mode" */
729 n = strlen(xp+1)-1;
730 strncpy(amode, xp+1, n);
H A Dfips_desmovs.c489 char *xp, *pp = ibuf+2; local
510 xp = strchr(pp, ' ');
511 n = xp-pp;
515 xp = strrchr(pp, ' '); /* get mode" */
516 n = strlen(xp+1)-1;
517 strncpy(amode, xp+1, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4223 uIntf *xp; /* pointer into x */ local
4274 p = c + 1; xp = x + 2;
4276 *xp++ = (j += *p++);
4317 xp = c + k;
4321 if ((f <<= 1) <= *++xp)
4323 f -= *xp; /* else deduct codes from patterns */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3723 uIntf *xp; /* pointer into x */ local
3774 p = c + 1; xp = x + 2;
3776 *xp++ = (j += *p++);
3815 xp = c + k;
3819 if ((f <<= 1) <= *++xp)
3821 f -= *xp; /* else deduct codes from patterns */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c409 u_int32_t v, *xp; local
414 for (cnt = 0, xp = (u_int32_t *)txn->xid, i = 0;;) {
415 memcpy(&v, xp++, sizeof(u_int32_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c1314 _gcry_derive_x931_prime (const gcry_mpi_t xp,
1321 if (!xp || !xp1 || !xp2)
1328 p1p2 = mpi_alloc_like (xp);
1349 /* yp0 = xp + (r1 - xp mod p1*p2) */
1351 mpi_subm (yp0, r1, xp, p1p2);
1352 mpi_add (yp0, yp0, xp);
1356 if (mpi_cmp (yp0, xp) < 0 )
1360 /* yp0 is now the first integer greater than xp with p1 being a
1311 _gcry_derive_x931_prime(const gcry_mpi_t xp, const gcry_mpi_t xp1, const gcry_mpi_t xp2, const gcry_mpi_t e, gcry_mpi_t *r_p1, gcry_mpi_t *r_p2) argument
H A Drsa.c336 gcry_mpi_t xp;
338 xp = gcry_mpi_snew (nbits);
339 gcry_mpi_randomize (xp, nbits, GCRY_VERY_STRONG_RANDOM);
343 sqrt{2}*2^{nbits-1} <= xp <= 2^{nbits} - 1
348 mpi_set_highbit (xp, nbits-1);
349 mpi_set_bit (xp, nbits-2);
350 gcry_assert ( mpi_get_nbits (xp) == nbits );
352 return xp;
418 gcry_mpi_t xp = NULL;
427 xp
335 gcry_mpi_t xp; local
417 gcry_mpi_t xp = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-bit.c339 mpi_ptr_t xp, ap; local
342 xp = x->d;
344 MPN_COPY (xp, ap, alimbs);
H A Dmpi-pow.c171 mpi_ptr_t xp; local
178 xp = xp_marker = mpi_alloc_limb_space( 2 * (msize + 1), msec );
204 /*mpih_mul_n(xp, rp, rp, rsize);*/
206 _gcry_mpih_sqr_n_basecase( xp, rp, rsize );
220 _gcry_mpih_sqr_n (xp, rp, rsize, tspace);
226 _gcry_mpih_divrem(xp + msize, 0, xp, xsize, mp, msize);
230 tp = rp; rp = xp; xp = tp;
235 /*mpih_mul( xp, r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h183 gcry_mpi_t _gcry_derive_x931_prime (const gcry_mpi_t xp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl384 my $xp = shift;
398 . "(Xp #$xp#)"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86_64-xlate.pl169 $self->{index} =~ s/^[er](.?[0-9xp])[d]?$/r\1/;
170 $self->{base} =~ s/^[er](.?[0-9xp])[d]?$/r\1/;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h1257 int X509_TRUST_get_flags(X509_TRUST *xp);
1258 char *X509_TRUST_get0_name(X509_TRUST *xp);
1259 int X509_TRUST_get_trust(X509_TRUST *xp);
H A Dx509_trs.c228 int X509_TRUST_get_flags(X509_TRUST *xp) argument
230 return xp->flags;
233 char *X509_TRUST_get0_name(X509_TRUST *xp) argument
235 return xp->name;
238 int X509_TRUST_get_trust(X509_TRUST *xp) argument
240 return xp->trust;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
248 int X509_PURPOSE_get_id(X509_PURPOSE *xp) argument
250 return xp
253 X509_PURPOSE_get0_name(X509_PURPOSE *xp) argument
258 X509_PURPOSE_get0_sname(X509_PURPOSE *xp) argument
263 X509_PURPOSE_get_trust(X509_PURPOSE *xp) argument
498 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) argument
509 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) argument
522 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) argument
553 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) argument
562 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) argument
571 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) argument
586 ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) argument
595 no_check(const X509_PURPOSE *xp, const X509 *x, int ca) argument
[all...]

Completed in 273 milliseconds

123