Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Defidecompress.c752 UINT32 CompSize; in Decompress() local
773 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress()
783 if (SrcSize < CompSize + 8) { in Decompress()
819 Sd->mCompSize = CompSize; in Decompress()
/external/clang/lib/Sema/
DSemaExprMember.cpp383 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2 in CheckExtVectorComponent() local
386 CompSize--; in CheckExtVectorComponent()
388 if (CompSize == 1) in CheckExtVectorComponent()
393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()