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()
546 LineTable::RowIter row_pos = std::lower_bound( in findRowInSeq() local548 if (row_pos == last_row) { in findRowInSeq()551 uint32_t index = seq.FirstRowIndex + (row_pos - first_row); in findRowInSeq()552 if (row_pos->Address > address) { in findRowInSeq()553 if (row_pos == first_row) in findRowInSeq()