HomeSort by relevance Sort by last modified time
    Searched defs:MaxSize (Results 1 - 12 of 12) 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/mesa3d/src/egl/main/
eglarray.h 41 EGLint MaxSize;
  /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/giflib/
quantize.c 201 int MaxSize;
208 MaxSize = -1;
211 if ((((int)NewColorSubdiv[i].RGBWidth[j]) > MaxSize) &&
213 MaxSize = NewColorSubdiv[i].RGBWidth[j];
220 if (MaxSize == -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 117 // is not performed. MaxSize is turned into unswitching quota for
120 // processed, so that MaxSize will return to its previous
121 // value. So in most cases MaxSize will equal the Threshold flag
123 // MaxSize will have a smaller value while processing nested loops
126 // FIXME: The way that MaxSize works is subtle and depends on the
129 // way of doing what MaxSize does.
130 unsigned MaxSize;
135 MaxSize(Threshold) {}
297 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
299 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 210 GLsizei MaxSize; /**< Max possible texture size */
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 108 size_t MaxSize() const;
147 inline size_t LiteralPool::MaxSize() const {
258 size_t MaxSize() const {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]

Completed in 3704 milliseconds