Searched refs:kMaxModuleSectionCode (Results 1 – 2 of 2) sorted by relevance
58 bool sections[kMaxModuleSectionCode]; in DecodeModule()67 if (section < kMaxModuleSectionCode) { in DecodeModule()215 if (section >= kMaxModuleSectionCode) return; in CheckForPreviousSection()
37 static const int kMaxModuleSectionCode = 6; variable