Searched refs:tyE (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.c904 l_current_poc->tyE = (OPJ_UINT32)p_ty1;
924 l_current_poc->tyE = (OPJ_UINT32)p_ty1;
979 l_current_poc->tyE = (OPJ_UINT32)p_ty1;
1128 if(tcp->ty0_t == tcp->tyE){
1570 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1597 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1759 if(tcp->ty0_t >= tcp->tyE){
H A Dopenjpeg.h345 OPJ_UINT32 txS,txE,tyS,tyE,dx,dy; member in struct:opj_poc
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c755 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal); local
757 IRTemp oldTmp = newTemp(tyE);
758 IRTemp expTmp = newTemp(tyE);
759 vassert(tyE == tyN);
760 vassert(tyE == Ity_I32 || tyE == Ity_I16 || tyE == Ity_I8);
766 binop( mkSizedOp(tyE,Iop_CasCmpNE8),
H A Dguest_amd64_toIR.c1607 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal); local
1609 IRTemp oldTmp = newTemp(tyE);
1610 IRTemp expTmp = newTemp(tyE);
1611 vassert(tyE == tyN);
1612 vassert(tyE == Ity_I64 || tyE == Ity_I32
1613 || tyE == Ity_I16 || tyE == Ity_I8);
1619 binop( mkSizedOp(tyE,Iop_CasCmpNE8),
17802 IRType tyE local
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c460 IRType tyE = typeOfIRExpr(mce->sb->tyenv, e); local
462 tl_assert(tyE == ty); /* so 'ty' is redundant (!) */

Completed in 282 milliseconds