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

  /external/compiler-rt/test/profile/
instrprof-without-libc.c 25 const uint64_t MaxSize = 10000;
26 static char Buffer[MaxSize];
29 if (Size > MaxSize)
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglarray.h 41 EGLint MaxSize;
  /external/mesa3d/src/egl/main/
eglarray.h 41 EGLint MaxSize;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 27 int MaxSize() const {return kMaxSize_;}
65 int MaxSize() const {return kMaxSize_;}
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 68 MaxSize = MatrixType::MaxRowsAtCompileTime,
69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
Tridiagonalization.h 76 MaxSize = MatrixType::MaxRowsAtCompileTime,
77 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
  /external/llvm/lib/TableGen/
SetTheory.cpp 153 unsigned MaxSize = 0;
156 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
159 for (unsigned n = 0; n != MaxSize; ++n)
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 95 unsigned MaxSize;
101 MaxSize(Threshold)
241 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
242 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
273 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 213 size_t MaxSize = FirstInst->Operands.size();
225 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 210 GLsizei MaxSize; /**< Max possible texture size */
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 210 GLsizei MaxSize; /**< Max possible texture size */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]

Completed in 497 milliseconds