Searched refs:CSize (Results 1 – 4 of 4) sorted by relevance
51 unsigned int CSize : 2; member
61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
231 void NativeTabContentsViewWin::OnSize(UINT param, const CSize& size) { in OnSize()
200 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; in ExtractConstantBytes() local202 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()203 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()261 if (ByteStart >= CSize-ShAmt) in ExtractConstantBytes()265 if (ByteStart+ByteSize+ShAmt <= CSize) in ExtractConstantBytes()