Searched refs:xi (Results 1 - 25 of 59) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Ddebug-info-fn-template.cpp9 T fx(XF<T> xi) { argument
10 return xi.member;
H A Dimplicit-instantiation-1.cpp13 void foo(X<int> &xi, X<float> *xfp, int i, float f) { argument
15 xi.f(i);
18 xi.g(f);
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { argument
18 xi.f();
20 xi.g();
/external/clang/test/SemaTemplate/
H A Denum-forward.cpp8 X<int> xi; variable
H A Dinstantiate-field.cpp14 void test1(const X<int> *xi) { argument
15 int i1 = xi->x;
16 const int &i2 = xi->y;
17 int* ip1 = xi->z;
18 int i3 = xi->bitfield;
19 xi->x2 = 17;
H A Dcopy-ctor-assign.cpp32 void test3(X<int> &x, X<int> xi, X<long> xl, X<int Y::*> xmptr) { argument
33 x = xi;
H A Dextern-templates.cpp27 void test_intptr(X0<int*> xi, X0<int*>::Inner xii) { argument
28 xi.f(0);
H A Dtemplate-id-expr.cpp27 void test_X0_int(X0<int> xi, float f) { argument
28 xi.f2(f);
H A Dvirtual-member-functions.cpp83 void test_X(X<int> xi, X<float> xf) { argument
84 xi.f();
H A Dconstructor-template.cpp44 void test_X1(X1<int> xi) { argument
45 Outer<int> oi(xi);
46 Outer<float> of(xi);
H A Dinstantiate-method.cpp13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { argument
14 xi->f(17);
15 xi->g(ip);
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp3.cpp13 void test(X<int> xi, X<float> xf) { argument
14 float& ir = (xi == xf);
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp14.cpp36 void test(X<int> xi) { argument
39 xi.f();
40 xi.g();
41 xi.h();
H A Dp19.cpp20 void test(X<int> xi, X<long> xl, float *fp) { argument
23 xi.f(17, 25);
24 xi.f(17, 3.14159);
25 xi.f(17, fp); // expected-note{{instantiation}}
/external/openssl/crypto/pem/
H A Dpem_info.c93 X509_INFO *xi=NULL; local
115 if ((xi=X509_INFO_new()) == NULL) goto err;
136 if (xi->x509 != NULL)
138 if (!sk_X509_INFO_push(ret,xi)) goto err;
139 if ((xi=X509_INFO_new()) == NULL) goto err;
142 pp=&(xi->x509);
147 if (xi->x509 != NULL)
149 if (!sk_X509_INFO_push(ret,xi)) goto err;
150 if ((xi=X509_INFO_new()) == NULL) goto err;
153 pp=&(xi
313 PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp24 X2<int> xi; local
25 f(xi);
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp9-linkage.cpp31 int *&test(X0<int*> xi, int *ip) { argument
33 xi.f(ip);
35 xi.g(ip);
37 xi.h(ip);
H A Dp9.cpp31 int *&test(X0<int*> xi, int *ip) { argument
32 xi.f(ip); // expected-note{{instantiation}}
33 xi.g(ip); // expected-note{{instantiation}}
34 xi.h(ip);
/external/openssl/crypto/x509/
H A Dx509_r2x.c71 X509_CINF *xi=NULL; local
81 xi=ret->cert_info;
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
/external/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl54 $xi="%eax";
111 mov `4*$i`($inp),$xi
112 `"bswap $xi" if(!defined($host))`
113 mov $xi,`4*$i`(%rsp)
116 lea 0x5a827999($xi,$e),$f
118 mov `4*$j`($inp),$xi
121 `"bswap $xi" if(!defined($host))`
124 mov $xi,`4*$j`(%rsp)
131 lea 0x5a827999($xi,$e),$f
132 mov `4*($j%16)`(%rsp),$xi
[all...]
H A Dsha1-sparcv9.pl54 my $xi=($i&1)?@X[($i/2)%8]:$Xi;
68 add $xi,$e,$e
114 $xi=@X[($i/2)%8];
116 $xi=$Xi;
117 $code.="\tsrlx @X[($i/2)%8],32,$xi\n";
124 add $xi,$e,$e
135 my $xi;
138 $xi=@X[($i/2)%8];
140 $xi=$Xi;
141 $code.="\tsrlx @X[($i/2)%8],32,$xi\
[all...]
/external/clang/test/CXX/except/except.handle/
H A Dp16.cpp27 } catch (X<int> xi) { // expected-note{{instantiation}}
/external/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp43 X<int> xi; member in namespace:NestedClassRedecls
/external/svox/pico/lib/
H A Dpicofftsg.c439 PICOFFTSG_FFTTYPE xi; local
448 xi = a[0] - a[1];
450 a[1] = xi;
533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; local
550 xi = a[m];
552 a[0] = an - xi;
553 an += xi;
558 xi = *amj;
563 *aj = xr - xi;
564 *ak = xr + xi;
671 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local
1030 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local
3067 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
3145 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
3201 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local
[all...]
/external/webrtc/src/modules/audio_processing/utility/
H A Dfft4g.c324 float xi; local
344 xi = a[0] - a[1];
346 a[1] = xi;
488 float xr, xi, yr, yi; local
502 xi = a[0] + a[n];
504 t[0] = xi - yi;
505 t[m] = xi + yi;
511 xi = a[j] + a[n - j];
516 t[j] = xi - yi;
517 t[k] = xi
584 float xr, xi, yr, yi; local
722 float xr, xi, yr, yi; local
822 float xr, xi, yr, yi; local
1267 float wkr, wki, xr, xi, yr, yi; local
1292 float wkr, wki, xr, xi, yr, yi; local
[all...]

Completed in 372 milliseconds

123