Searched refs:Count1 (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/otvalid/ |
D | otvcommn.c | 759 FT_UInt Count1, Count2; in otv_x_y_ux_sy() local 765 Count1 = FT_NEXT_USHORT( p ); in otv_x_y_ux_sy() 768 OTV_TRACE(( " (Count1 = %d)\n", Count1 )); in otv_x_y_ux_sy() 771 if ( Count1 == 0 ) in otv_x_y_ux_sy() 774 OTV_LIMIT_CHECK( ( Count1 - 1 ) * 2 + Count2 * 4 ); in otv_x_y_ux_sy() 775 p += ( Count1 - 1 ) * 2; in otv_x_y_ux_sy() 779 if ( FT_NEXT_USHORT( p ) >= Count1 ) in otv_x_y_ux_sy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 194 size_t SizeSoFar, size_t Count1, in additionalSizeToAllocImpl() argument 199 sizeof(NextTy) * Count1, in additionalSizeToAllocImpl()
|
/external/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 196 size_t SizeSoFar, size_t Count1, 202 sizeof(NextTy) * Count1,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TrailingObjects.h | 193 size_t SizeSoFar, size_t Count1, in additionalSizeToAllocImpl() argument 198 sizeof(NextTy) * Count1, in additionalSizeToAllocImpl()
|