Searched refs:cSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowFrame.m93 + (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
95 return cSize;
104 - (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
105 return [[self class] minFrameSizeForMinContentSize:cSize styleMask: style];
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h501 int32_t cSize, pSize; local
571 cSize = (depth <= 1 ? compress_line_8 :
575 if(cSize != pSize || bcmp(pScan, cScan, cSize))
578 cScan = (uint32_t *)((uint8_t *)cScan + cSize);
579 pSize = cSize;

Completed in 203 milliseconds