HomeSort by relevance Sort by last modified time
    Searched refs:dty (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/layout/
AnchorTables.cpp 96 const DeviceTable *dty = (const DeviceTable *) ((char *) this + dtyOffset); local
97 le_int16 adjy = dty->getAdjustment((le_int16) fontInstance->getYPixelsPerEm());
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 877 struct IT_dty dty;
878 dty.end = 0;
879 dty.neg = 0x1001;
880 dty.spare = 0;
881 sysroff_swap_dty_out (file, &dty);
887 struct IT_dty dty;
888 dty.end = 0;
889 dty.neg = 0x1001;
890 dty.end = 1;
891 sysroff_swap_dty_out (file, &dty);
917 struct IT_dty dty; local
947 struct IT_dty dty; local
    [all...]
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 1448 IRType dty = typeOfIRExpr(env->type_env, stmt->Ist.WrTmp.data); local
    [all...]
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
    [all...]

Completed in 1040 milliseconds