Searched refs:row_pos (Results 1 – 3 of 3) sorted by relevance
116 int row_pos = 0; in CreateJacobian() local146 rows[row_pos + j + 1] = rows[row_pos + j] + num_derivatives; in CreateJacobian()161 const int column_block_begin = rows[row_pos + r] + col_pos; in CreateJacobian()169 row_pos += num_residuals; in CreateJacobian()
93 int row_pos = 0; in FillBlock() local95 row_pos += row_blocks[i]; in FillBlock()106 rows[offset] = row_pos + r; in FillBlock()
555 RowIter row_pos = std::lower_bound(first_row, last_row, row, in lookupAddress() local557 if (row_pos == last_row) { in lookupAddress()560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()561 if (row_pos->Address > address) { in lookupAddress()562 if (row_pos == first_row) in lookupAddress()607 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() local612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()613 if (row_pos != first_row) in lookupAddressRange()625 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() local629 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()