HomeSort by relevance Sort by last modified time
    Searched refs:Ai (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGenCXX/
2010-05-10-Var-DbgInfo.cpp 5 int Ai;
21 int i = f(&A::Ai);
23 const char * str = g(&A::Ai);
ptr-to-datamember.cpp 28 A() : f(1.0), d(2.0), Ai(3) {}
31 int Ai;
83 int A::* pa = &A::Ai;
87 printf("%d %d %d\n", &A::Ai, &A::f, &A::d);
ptr-to-member-function.cpp 10 int Ai;
  /external/clang/test/SemaCXX/
ptrtomember-overload-resolution.cpp 7 int Ai;
23 int i = f(&A::Ai);
25 const char * str = g(&A::Ai);
constant-expression.cpp 134 typedef A<i> Ai; // ok
  /external/openssl/crypto/bn/
bn_blind.c 121 BIGNUM *Ai;
137 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod)
153 if (Ai != NULL)
155 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
180 if (r->Ai != NULL) BN_free(r->Ai);
190 if ((b->A == NULL) || (b->Ai == NULL))
209 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err
    [all...]
bn.h 592 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/rsa/
blinding.c 121 BIGNUM *Ai;
132 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) {
147 if (Ai != NULL) {
148 ret->Ai = BN_dup(Ai);
149 if (ret->Ai == NULL) {
184 if (r->Ai != NULL)
185 BN_free(r->Ai);
196 if (b->A == NULL || b->Ai == NULL) {
215 if (!BN_mod_mul(b->Ai, b->Ai, b->Ai, b->mod, ctx))
    [all...]
internal.h 77 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
  /external/openssl/crypto/pkcs12/
p12_key.c 107 unsigned char *B, *D, *I, *p, *Ai;
139 Ai = OPENSSL_malloc (u);
148 if (!D || !Ai || !B || !I || !Ij || !Bpl1)
158 || !EVP_DigestFinal_ex(&ctx, Ai, NULL))
162 || !EVP_DigestUpdate(&ctx, Ai, u)
163 || !EVP_DigestFinal_ex(&ctx, Ai, NULL))
166 memcpy (out, Ai, min (n, u));
177 for (j = 0; j < v; j++) B[j] = Ai[j % u];
212 OPENSSL_free (Ai);
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 32 const int Ap[], const int Ai[], const double Ax[], void **Symbolic,
35 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info);
39 const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic,
42 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info);
45 inline int umfpack_numeric( const int Ap[], const int Ai[], const double Ax[],
49 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
52 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[],
56 return umfpack_zi_numeric(Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info);
59 inline int umfpack_solve( int sys, const int Ap[], const int Ai[], const double Ax[],
63 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Info)
    [all...]
  /external/ceres-solver/internal/ceres/
symmetric_linear_solver_test.cc 91 int* Ai = A->mutable_rows();
97 Ai[counter] = i;
linear_least_squares_problems.cc 93 int* Ai = A->mutable_rows();
100 Ai[counter]=i;
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c 110 uint8_t *B, *D, *I, *p, *Ai;
122 Ai = OPENSSL_malloc(u);
133 if (!D || !Ai || !B || !I || !Ij || !Bpl1)
146 !EVP_DigestFinal_ex(&ctx, Ai, NULL)) {
151 !EVP_DigestUpdate(&ctx, Ai, u) ||
152 !EVP_DigestFinal_ex(&ctx, Ai, NULL)) {
156 memcpy(out, Ai, out_len < u ? out_len : u);
164 B[j] = Ai[j % u];
198 OPENSSL_free(Ai);
712 CBS version_bytes, eci, contents_type, ai, encrypted_contents local
    [all...]
  /external/libvorbis/lib/
psy.c     [all...]
  /art/runtime/
class_linker_test.cc     [all...]
  /external/openssl/include/openssl/
bn.h 592 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 52 function ai(b,a){b.href=a}
    [all...]

Completed in 1678 milliseconds