Searched refs:tyE (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 914 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final() 934 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final() 989 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_not_poc() 1138 if(tcp->ty0_t == tcp->tyE){ in opj_pi_check_next_level() 1586 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE; in opj_pi_create_encode() 1613 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE; in opj_pi_create_encode() 1775 if(tcp->ty0_t >= tcp->tyE){ in opj_pi_create_encode()
|
D | openjpeg.h | 345 OPJ_UINT32 txS,txE,tyS,tyE,dx,dy; member
|
/external/valgrind/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 | 1624 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal); in casLE() local 1626 IRTemp oldTmp = newTemp(tyE); in casLE() 1627 IRTemp expTmp = newTemp(tyE); in casLE() 1628 vassert(tyE == tyN); in casLE() 1629 vassert(tyE == Ity_I64 || tyE == Ity_I32 in casLE() 1630 || tyE == Ity_I16 || tyE == Ity_I8); in casLE() 1636 binop( mkSizedOp(tyE,Iop_CasCmpNE8), in casLE() 18382 IRType tyE = szToITy(sz); in dis_ESC_0F38__SSE4() local 18383 IRTemp valE = newTemp(tyE); in dis_ESC_0F38__SSE4() 18392 assign(valE, loadLE(tyE, mkexpr(addr))); in dis_ESC_0F38__SSE4()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 460 IRType tyE = typeOfIRExpr(mce->sb->tyenv, e); in assignNew() local 462 tl_assert(tyE == ty); /* so 'ty' is redundant (!) */ in assignNew()
|