Home
last modified time | relevance | path

Searched refs:MaxIndex (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Windows/
Dfonttools-win-setup.iss111 Index, MaxIndex: integer;
114 MaxIndex := Dirs.Count-1;
116 for Index := 0 to MaxIndex do
122 if (Index < MaxIndex) then
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp2178 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType() local
2179 if (MaxIndex > 0) in getMinimalRequiredFeaturesType()
2180 MaxIndex--; in getMinimalRequiredFeaturesType()
2181 return getMinimalTypeForRange(1ULL << MaxIndex); in getMinimalRequiredFeaturesType()