Searched refs:tyE (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.c | 902 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final() 922 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final() 977 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_not_poc() 1125 if(tcp->ty0_t == tcp->tyE){ in opj_pi_check_next_level() 1569 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE; in opj_pi_create_encode() 1596 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE; in opj_pi_create_encode() 1758 if(tcp->ty0_t >= tcp->tyE){ in opj_pi_create_encode()
|
D | openjpeg.h | 284 OPJ_UINT32 txS,txE,tyS,tyE,dx,dy; member
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 755 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal); in casLE() local 757 IRTemp oldTmp = newTemp(tyE); in casLE() 758 IRTemp expTmp = newTemp(tyE); in casLE() 759 vassert(tyE == tyN); in casLE() 760 vassert(tyE == Ity_I32 || tyE == Ity_I16 || tyE == Ity_I8); in casLE() 766 binop( mkSizedOp(tyE,Iop_CasCmpNE8), in casLE()
|
D | guest_amd64_toIR.c | 1607 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal); in casLE() local 1609 IRTemp oldTmp = newTemp(tyE); in casLE() 1610 IRTemp expTmp = newTemp(tyE); in casLE() 1611 vassert(tyE == tyN); in casLE() 1612 vassert(tyE == Ity_I64 || tyE == Ity_I32 in casLE() 1613 || tyE == Ity_I16 || tyE == Ity_I8); in casLE() 1619 binop( mkSizedOp(tyE,Iop_CasCmpNE8), in casLE() 17787 IRType tyE = szToITy(sz); in dis_ESC_0F38__SSE4() local 17788 IRTemp valE = newTemp(tyE); in dis_ESC_0F38__SSE4() 17797 assign(valE, loadLE(tyE, mkexpr(addr))); in dis_ESC_0F38__SSE4()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 452 IRType tyE = typeOfIRExpr(mce->sb->tyenv, e); in assignNew() local 454 tl_assert(tyE == ty); /* so 'ty' is redundant (!) */ in assignNew()
|