Searched defs:MaxIndex (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dcut.c92 unsigned MaxIndex;
439 PalHeader.MaxIndex=ReadBlobLSBShort(palette);
445 if(PalHeader.MaxIndex<1) goto ErasePalette;
446 image->colors=PalHeader.MaxIndex+1;
453 for(i=0;i<=(int) PalHeader.MaxIndex;i++)
90 unsigned MaxIndex; member in struct:__anon134
/external/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp945 unsigned MaxIndex = 0; local
949 MaxIndex = std::max(MaxIndex, TypeIdIndices[MI->get<Metadata *>()]);
951 Sets.emplace_back(I, MaxIndex);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2379 unsigned MaxIndex = 0; local
2384 (I->second.first == MaxPop && MaxIndex > I->second.second)) {
2386 MaxIndex = I->second.second;

Completed in 167 milliseconds