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

  /external/libpng/contrib/visupng/
cexcept.h 200 volatile struct { etype etmp; } v; \
203 /* etmp must be volatile because the application might use automatic */
204 /* storage for the_exception_context, and etmp is modified between */
231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0))
245 the_exception_context->v.etmp =
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_gen.c 139 tag_exp_type *etmp; local
218 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
221 len += etmp->exp_pad;
222 etmp->exp_len = len;
224 len = ASN1_object_size(0, len, etmp->exp_tag);
239 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
241 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 139 tag_exp_type *etmp; local
218 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
221 len += etmp->exp_pad;
222 etmp->exp_len = len;
224 len = ASN1_object_size(0, len, etmp->exp_tag);
239 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
241 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_doit.c 423 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
513 if ((etmp=BIO_new(BIO_f_cipher())) == NULL)
569 BIO_get_cipher_ctx(etmp,&evp_ctx);
622 out=etmp;
624 BIO_push(out,etmp);
625 etmp=NULL;
673 if (etmp != NULL) BIO_free_all(etmp);
  /external/openssl/crypto/pkcs7/
pk7_doit.c 423 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
513 if ((etmp=BIO_new(BIO_f_cipher())) == NULL)
569 BIO_get_cipher_ctx(etmp,&evp_ctx);
622 out=etmp;
624 BIO_push(out,etmp);
625 etmp=NULL;
673 if (etmp != NULL) BIO_free_all(etmp);
  /external/chromium_org/third_party/opus/src/celt/
celt.c     [all...]
  /external/libsepol/src/
policydb.c 1130 constraint_expr_t *e, *etmp; local
1144 etmp = e;
1146 constraint_expr_destroy(etmp);
1157 etmp = e;
1159 constraint_expr_destroy(etmp);
    [all...]

Completed in 361 milliseconds