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

/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp6 return T::MaxSize; // expected-error {{'int' cannot be used prior to '::'}}
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocatorSymbian.h48 m_maxSize = MaxSize();
/external/clang/lib/AST/
H A DAPValue.cpp37 (MaxSize - sizeof(LVBase)) / sizeof(LValuePathEntry);
78 (MaxSize - sizeof(MemberPointerBase)) / sizeof(const CXXRecordDecl*);
217 char TmpData[MaxSize];
218 memcpy(TmpData, Data, MaxSize);
219 memcpy(Data, RHS.Data, MaxSize);
220 memcpy(RHS.Data, TmpData, MaxSize);
586 assert(sizeof(LV) <= MaxSize && "LV too big");
/external/llvm/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());
/external/chromium/base/
H A Dmach_ipc_mac.h211 size_t MaxSize() const { return storage_length_bytes_; } function in class:base::MachMessage
/external/clang/include/clang/AST/
H A DAPValue.h112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator in enum:clang::APValue::__anon3248
118 char Data[MaxSize];
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp93 unsigned MaxSize; member in class:__anon9112::LUAnalysisCache
99 MaxSize(Threshold)
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp463 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits);
464 if (Size.ugt(MaxSize))
465 Size = MaxSize + 1;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4115 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxWidth, MaxWidth, MaxSize)
4224 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMaxHeight, MaxHeight, MaxSize)

Completed in 159 milliseconds