HomeSort by relevance Sort by last modified time
    Searched refs:CompSize (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/utility/
efidecompress.c 752 UINT32 CompSize;
773 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24);
783 if (SrcSize < CompSize + 8) {
819 Sd->mCompSize = CompSize;
  /external/clang/lib/Sema/
SemaExprMember.cpp 372 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
375 CompSize--;
377 if (CompSize == 1)
382 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]

Completed in 55 milliseconds