Searched refs:ApproxRowIndex (Results 1 – 1 of 1) sorted by relevance
1358 uint32_t ApproxRowIndex = RowIndex; in lookupAddressImpl() local1360 for (; ApproxRowIndex >= It->FirstRowIndex; --ApproxRowIndex) { in lookupAddressImpl()1361 if (Rows[ApproxRowIndex].Line) in lookupAddressImpl()1362 return ApproxRowIndex; in lookupAddressImpl()1366 if (ApproxRowIndex < It->FirstRowIndex) in lookupAddressImpl()