Searched refs:MaxNumCounters (Results 1 – 1 of 1) sorted by relevance
434 ptrdiff_t MaxNumCounters = NamesStartAsCounter - CountersStart; in readRawCounts() local438 if (MaxNumCounters < 0 || NumCounters > (uint32_t)MaxNumCounters) in readRawCounts()441 if (CounterOffset < 0 || CounterOffset > MaxNumCounters || in readRawCounts()442 ((uint32_t)CounterOffset + NumCounters) > (uint32_t)MaxNumCounters) in readRawCounts()