HomeSort by relevance Sort by last modified time
    Searched defs:xi (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_r2x.c 71 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/clang/test/SemaTemplate/
enum-forward.cpp 8 X<int> xi; variable
injected-class-name.cpp 14 X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather than a template name wherever a constructor can be declared}} variable
instantiate-type.cpp 27 X<int> xi; member in namespace:rdar13094134
instantiate-member-class.cpp 40 X<int>::X *xi; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}} variable
45 xi = xf; // expected-error{{assigning to 'X<int>::X<int> *' from incompatible type 'X<float>::X<float> *'}}
instantiate-member-template.cpp 15 X0<int> xi; local
16 int i1 = xi.f0(ip);
17 double *&dpr = xi.f1(ip, dp);
18 xi.f1(dp, dp); // expected-error{{no matching}}
  /external/openssl/crypto/x509/
x509_r2x.c 71 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/clang/test/CXX/temp/temp.spec/
p5.cpp 44 X<int> xi; member in namespace:NestedClassRedecls
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 24 X2<int> xi; local
25 f(xi);
41 X3<int> xi; local
42 h(xi);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
transform.c 54 double tmp1r, tmp1i, xr, xi, yr, yi, fact; local
78 xi = tmpim[k] - tmpim[FRAMESAMPLES_HALF - 1 - k];
83 outreQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1r - xi * tmp1i) * 128.0);
84 outimQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1i + xi * tmp1r) * 128.0);
95 double tmp1r, tmp1i, xr, xi, yr, yi, fact; local
106 xi = inim[k] * tmp1r - inre[k] * tmp1i;
113 outre2[k] = xi + yr;
114 outre2[FRAMESAMPLES_HALF - 1 - k] = -xi + yr;
  /external/chromium_org/third_party/openssl/openssl/apps/
crl2p7.c 301 X509_INFO *xi; local
320 xi=sk_X509_INFO_shift(sk);
321 if (xi->x509 != NULL)
323 sk_X509_push(stack,xi->x509);
324 xi->x509=NULL;
327 X509_INFO_free(xi);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_info.c 93 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->x509)
    [all...]
  /external/openssl/apps/
crl2p7.c 301 X509_INFO *xi; local
320 xi=sk_X509_INFO_shift(sk);
321 if (xi->x509 != NULL)
323 sk_X509_push(stack,xi->x509);
324 xi->x509=NULL;
327 X509_INFO_free(xi);
  /external/openssl/crypto/pem/
pem_info.c 93 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->x509)
    [all...]
  /external/pixman/pixman/
pixman-edge-imp.h 146 int xi; local
150 for (xi = lxi + 1; xi < rxi; xi++)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 81 float xi = (width() - widthAtIntercept) / 2; local
82 float yi = ry() - ellipseYIntercept(rx() - xi, rx(), ry());
83 return FloatPoint(xi, yi);
122 float xi = ellipseXIntercept(yi, bounds.rx(), bounds.ry()); local
123 x1 = bounds.x() + bounds.rx() - xi;
124 x2 = bounds.maxX() - bounds.rx() + xi;
127 float xi = ellipseXIntercept(yi, bounds.rx(), bounds.ry()); local
128 x1 = bounds.x() + bounds.rx() - xi;
129 x2 = bounds.maxX() - bounds.rx() + xi;
154 float xi = 0 local
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 59 size_t xi; local
72 for(xi=0;xi<nread;xi++){
76 s=buf[2*(xi*_nchannels+ci)+1]<<8|buf[2*(xi*_nchannels+ci)];
78 samples[(nsamples+xi)*_nchannels+ci]=s;
95 size_t xi; local
112 for(xi=0;xi<_nframes;xi++)
178 size_t xi; local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorVoronoi.java 166 int xi = (int) Math.floor(x); local
169 NoiseMath.hash(xi, yi, zi, hashPoint);
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 327 float xi; local
347 xi = a[0] - a[1];
349 a[1] = xi;
469 float xr, xi, yr, yi;
483 xi = a[0] + a[n];
485 t[0] = xi - yi;
486 t[m] = xi + yi;
492 xi = a[j] + a[n - j];
497 t[j] = xi - yi;
498 t[k] = xi + yi
696 float xr, xi, yr, yi; local
796 float xr, xi, yr, yi; local
1237 float wkr, wki, xr, xi, yr, yi; local
1262 float wkr, wki, xr, xi, yr, yi; local
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 736 int xi = x >> 16; local
737 uint32 a = src[xi];
738 uint32 b = src[xi + 1];
741 xi = x >> 16;
742 a = src[xi];
743 b = src[xi + 1];
749 int xi = x >> 16; local
750 uint32 a = src[xi];
751 uint32 b = src[xi + 1];
    [all...]
  /external/speex/libspeex/
filters.c 322 spx_word16_t xi,yi,nyi; local
325 xi= x[i];
330 mem[j] = MAC16_16(MAC16_16(mem[j+1], num[j],xi), den[j],nyi);
332 mem[ord-1] = ADD32(MULT16_16(num[ord-1],xi), MULT16_16(den[ord-1],nyi));
362 spx_word16_t xi,yi; local
366 xi=x[i];
370 mem[j] = MAC16_16(mem[j+1], num[j],xi);
372 mem[ord-1] = MULT16_16(num[ord-1],xi);
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 48 float xr, xi, yr, yi; local
68 xi = a[j1 + 1];
74 a[k1 + 1] = xi;
78 xi = a[j1 + 1];
84 a[k1 + 1] = xi;
88 xi = a[j1 + 1];
94 a[k1 + 1] = xi;
98 xi = a[j1 + 1];
104 a[k1 + 1] = xi;
109 xi = a[j1 + 1]
505 float wkr, wki, xr, xi, yr, yi; local
526 float wkr, wki, xr, xi, yr, yi; local
548 float xi; local
    [all...]
  /external/opencv/cv/src/
cvmoments.cpp 93 double xi, yi, xi2, yi2, xi_1, yi_1, xi_12, yi_12, dxy, xii_1, yii_1; local
119 xi = ((CvPoint*)(reader.ptr))->x;
124 xi = ((CvPoint2D32f*)(reader.ptr))->x;
129 xi2 = xi * xi;
131 dxy = xi_1 * yi - xi * yi_1;
132 xii_1 = xi_1 + xi;
139 a11 += dxy * (xi_1 * (yii_1 + yi_1) + xi * (yii_1 + yi));
144 dxy * (xi_12 * (3 * yi_1 + yi) + 2 * xi * xi_1 * yii_1 +
147 dxy * (yi_12 * (3 * xi_1 + xi) + 2 * yi * yi_1 * xii_1
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]

Completed in 584 milliseconds

1 2