HomeSort by relevance Sort by last modified time
    Searched refs:etmp (Results 1 - 4 of 4) 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/boringssl/src/crypto/x509/
asn1_gen.c 150 tag_exp_type *etmp; variable
229 for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp--)
232 len += etmp->exp_pad;
233 etmp->exp_len = len;
235 len = ASN1_object_size(0, len, etmp->exp_tag);
250 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++)
252 ASN1_put_object(&p, etmp->exp_constructed, etmp->exp_len
    [all...]
  /external/libopus/celt/
celt_decoder.c 443 VARDECL(opus_val32, etmp);
462 ALLOC(etmp, overlap, opus_val32);
631 comb_filter(etmp, buf+DECODE_BUFFER_SIZE,
641 MULT16_32_Q15(window[i], etmp[overlap-1-i])
642 + MULT16_32_Q15(window[overlap-i-1], etmp[i]);
    [all...]
  /external/selinux/libsepol/src/
policydb.c 1146 constraint_expr_t *e, *etmp; local
1160 etmp = e;
1162 constraint_expr_destroy(etmp);
1173 etmp = e;
1175 constraint_expr_destroy(etmp);
    [all...]

Completed in 133 milliseconds