Searched refs:xtmp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/ScalarRepl/ |
D | phi-cycle.ll | 21 ; CHECK-NEXT: %pos.0.i = phi i32 [ 1, %entry ], [ %xtmp.i, %while.cond.backedge.i ] 26 %pos.0.i = phi i32 [ 1, %entry ], [ %xtmp.i, %while.cond.backedge.i ] 65 %xtmp.i = add i32 %pos.0.i, 1
|
/external/openssl/crypto/x509/ |
D | x509_vfy.c | 155 X509 *x,*xtmp,*chain_ss=NULL; in X509_verify_cert() local 212 xtmp=find_issuer(ctx, sktmp,x); in X509_verify_cert() 213 if (xtmp != NULL) in X509_verify_cert() 215 if (!sk_X509_push(ctx->chain,xtmp)) in X509_verify_cert() 220 CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509); in X509_verify_cert() 221 (void)sk_X509_delete_ptr(sktmp,xtmp); in X509_verify_cert() 223 x=xtmp; in X509_verify_cert() 252 ok = ctx->get_issuer(&xtmp, ctx, x); in X509_verify_cert() 253 if ((ok <= 0) || X509_cmp(x, xtmp)) in X509_verify_cert() 258 if (ok == 1) X509_free(xtmp); in X509_verify_cert() [all …]
|