Searched refs:dty (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | AnchorTables.cpp | 96 const DeviceTable *dty = (const DeviceTable *) ((char *) this + dtyOffset); local 97 le_int16 adjy = dty->getAdjustment((le_int16) fontInstance->getYPixelsPerEm());
|
/external/valgrind/VEX/priv/ |
H A D | host_tilegx_isel.c | 1448 IRType dty = typeOfIRExpr(env->type_env, stmt->Ist.WrTmp.data); local 1451 (ty == dty)) 1457 switch (dty)
|
H A D | host_arm64_isel.c | 179 IRExpr* e, IRType dty ); 181 IRExpr* e, IRType dty ); 844 ARM64AMode* iselIntExpr_AMode ( ISelEnv* env, IRExpr* e, IRType dty ) 846 ARM64AMode* am = iselIntExpr_AMode_wrk(env, e, dty); 852 ARM64AMode* iselIntExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType dty ) 858 switch (dty) { 866 /* {Add64,Sub64}(expr,simm9). We don't care about |dty| here since
|
Completed in 231 milliseconds