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/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/utils/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/clang/include/clang/AST/
APValue.h 112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?
118 char Data[MaxSize];
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 94 unsigned MaxSize;
100 MaxSize(Threshold)
251 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
252 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
284 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]

Completed in 233 milliseconds