HomeSort by relevance Sort by last modified time
    Searched defs:MaxSize (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
mach_ipc_mac.h 211 size_t MaxSize() const { return storage_length_bytes_; }
  /external/llvm/utils/TableGen/
SetTheory.cpp 147 unsigned MaxSize = 0;
150 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
153 for (unsigned n = 0; n != MaxSize; ++n)
AsmWriterEmitter.cpp 174 size_t MaxSize = FirstInst->Operands.size();
186 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
    [all...]
  /external/clang/include/clang/AST/
APValue.h 112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?
118 char Data[MaxSize];
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 93 unsigned MaxSize;
99 MaxSize(Threshold)
249 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
250 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
275 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1029 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]

Completed in 422 milliseconds