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

  /external/llvm/lib/Object/
MachOUniversal.cpp 117 uint32_t MinSize = sizeof(MachO::fat_header) +
119 if (H.magic != MachO::FAT_MAGIC || Buf.size() < MinSize) {
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 39 MinSize = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime)
45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType;
  /external/webp/src/enc/
iterator.c 101 static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; }
134 const int w = MinSize(pic->width - x * 16, 16);
135 const int h = MinSize(pic->height - y * 16, 16);
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 37 unsigned MinSize = LSize < RSize ? LSize : RSize;
40 for (; Count != MinSize; ++Count)
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 415 unsigned MinSize = L.front()->size() - SizeFuzz;
417 if ((*I)->size() <= MinSize) {
AArch64ConditionalCompares.cpp 728 bool MinSize;
828 if (MinSize) {
902 MinSize = MF.getFunction()->optForMinSize();
  /external/clang/lib/CodeGen/
CGCleanup.cpp 260 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth();
261 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
263 while (BranchFixups.size() > MinSize &&
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 75 bool MinSize;
88 void SetMinSize(bool MinSize_) { MinSize = MinSize_; }
186 : Root(nullptr), MinSize(false), BlockIdCounter(1),
293 if (!MinSize)
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 209 GLsizei MinSize; /**< Min texture size to allocate */
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */
    [all...]

Completed in 170 milliseconds