Searched refs:MaxSize (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DSetTheory.cpp147 unsigned MaxSize = 0; local
150 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
153 for (unsigned n = 0; n != MaxSize; ++n)
H A DAsmWriterEmitter.cpp205 size_t MaxSize = FirstInst->Operands.size();
217 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbarPart.cpp108 int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize, renderView);
126 int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize, renderView);
H A DRenderBox.h39 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator in enum:WebCore::SizeType
H A DRenderFlexibleBox.cpp940 LayoutUnit maxExtent = computeMainAxisExtentForChild(child, MaxSize, max);
H A DRenderBox.cpp502 logicalWidth = min(logicalWidth, computeLogicalWidthInRegionUsing(MaxSize, styleToUse->logicalMaxWidth(), availableWidth, cb, region));
2273 Length logicalWidth = (widthType == MaxSize) ? style()->logicalMaxWidth() : style()->logicalWidth();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp93 unsigned MaxSize; member in class:__anon10599::LUAnalysisCache
99 MaxSize(Threshold)
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h291 size_t RemovefromQueue( CirQueue *Queue, UInt8 *Buffer, size_t MaxSize );
H A DAppleUSBIrDA.cpp559 size_t AppleUSBIrDADriver::RemovefromQueue( CirQueue *Queue, UInt8 *Buffer, size_t MaxSize )
564 while( (MaxSize > BytesReceived) && (GetBytetoQueue(Queue, &Value) == queueNoError) )
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryBuiltins.cpp463 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits);
464 if (Size.ugt(MaxSize))
465 Size = MaxSize + 1;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h354 size_t RemovefromQueue(CirQueue *Queue, UInt8 *Buffer, size_t MaxSize);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h363 size_t RemovefromQueue(CirQueue *Queue, UInt8 *Buffer, size_t MaxSize);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp332 size_t AppleUSBCDCDMM::RemovefromQueue(CirQueue *Queue, UInt8 *Buffer, size_t MaxSize) argument
337 // while((GetBytetoQueue(Queue, &Value) == queueNoError) && (MaxSize >= BytesReceived))
338 while((MaxSize > BytesReceived) && (GetBytetoQueue(Queue, &Value) == queueNoError))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp575 size_t AppleUSBCDCACMData::RemovefromQueue(CirQueue *Queue, UInt8 *Buffer, size_t MaxSize) argument
580 // while((GetBytetoQueue(Queue, &Value) == queueNoError) && (MaxSize >= BytesReceived))
581 while((MaxSize > BytesReceived) && (GetBytetoQueue(Queue, &Value) == queueNoError))

Completed in 571 milliseconds