Searched refs:SectionNo (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp194 size_t SectionNo = std::floor(OffsetP / SectionWidth); local
195 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth;
197 auto &RGBColor0 = ColorMap[SectionNo];
198 auto &RGBColor1 = ColorMap[std::min(SectionNo + 1, MaxIndex)];

Completed in 100 milliseconds