Searched refs:ty (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | mini_parser.py | 39 for ty in sorted(self.types): 40 result += joinWrapParens(["type", ty]) + "\n"
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 375 int ty = scratches.obtain(); in build_scanline_prolog() local 377 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK)); in build_scanline_prolog() 378 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT)); in build_scanline_prolog()
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1720 const int32_t ty = interpolate(ys, in init_y() local 1723 ti.ydtdy= ty << tscale; in init_y() 1727 ti.ydtdy= ty >> -tscale; in init_y()
|