Home
last modified time | relevance | path

Searched refs:Count2 (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/otvalid/
Dotvcommn.c756 FT_UInt Count1, Count2; in otv_x_y_ux_sy() local
763 Count2 = FT_NEXT_USHORT( p ); in otv_x_y_ux_sy()
766 OTV_TRACE(( " (Count2 = %d)\n", Count2 )); in otv_x_y_ux_sy()
771 OTV_LIMIT_CHECK( ( Count1 - 1 ) * 2 + Count2 * 4 ); in otv_x_y_ux_sy()
774 for ( ; Count2 > 0; Count2-- ) in otv_x_y_ux_sy()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1648 uint32_t Count2 = 0;
1664 if (Count2 == 0)
1666 ++Count2;
1701 if (Count2) {
1702 _shl(T, Ctx->getConstantInt(Ty, Count2));