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

  /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/net/quic/congestion_control/
quic_max_sized_map.h 29 size_t MaxSize() const {
38 if (Size() == MaxSize()) {
  /external/chromium/base/
mach_ipc_mac.h 211 size_t MaxSize() const { return storage_length_bytes_; }
  /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/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)
252 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
253 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
284 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 37 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/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 683 milliseconds