Searched refs:FirstRowIndex (Results 1 – 2 of 2) sorted by relevance
390 FirstRowIndex = 0; in reset()431 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()864 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()871 uint32_t Index = Seq.FirstRowIndex + (RowPos - FirstRow); in findRowInSeq()933 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRange() local935 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRange()942 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRange()945 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRange()
196 unsigned FirstRowIndex; member207 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()