HomeSort by relevance Sort by last modified time
    Searched full:xtmp (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/Transforms/ScalarRepl/
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/
x509_vfy.c 155 X509 *x,*xtmp,*chain_ss=NULL; local
212 xtmp=find_issuer(ctx, sktmp,x);
213 if (xtmp != NULL)
215 if (!sk_X509_push(ctx->chain,xtmp))
220 CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509);
221 (void)sk_X509_delete_ptr(sktmp,xtmp);
223 x=xtmp;
252 ok = ctx->get_issuer(&xtmp, ctx, x);
253 if ((ok <= 0) || X509_cmp(x, xtmp))
258 if (ok == 1) X509_free(xtmp);
    [all...]

Completed in 115 milliseconds