Searched refs:t_y (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrix_clamp.h | 702 register int32x4_t t_y asm("q0"); in AFFINE_FILTER_NAME() 704 t_x = wide_x; t_y = wide_y; in AFFINE_FILTER_NAME() 707 : "w" (t_y), "w" (t_x), "r" (xy) in AFFINE_FILTER_NAME()
|
/external/icu4c/test/intltest/ |
D | caltest.cpp | 1673 int32_t t_y, t_woy, t_dow; in TestWOY() local 1702 t_y = cal.get(UCAL_YEAR, status); in TestWOY() 1706 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY() 1712 t_y, year, t_woy, woy, t_dow, dow); in TestWOY() 1724 t_y = cal.get(UCAL_YEAR, status); in TestWOY() 1728 if (t_y != year || t_woy != woy || t_dow != dowLocal) { in TestWOY()
|