Searched refs:row_pos (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_random_access_crs_matrix.cc91 int row_pos = 0; local
109 rows[row_pos + j + 1] = rows[row_pos + j] + num_cols;
118 const int column_block_begin = rows[row_pos + r] + col_pos;
126 row_pos += row_block_size;
H A Dcompressed_row_jacobian_writer.cc78 int row_pos = 0; local
108 rows[row_pos + j + 1] = rows[row_pos + j] + num_derivatives;
123 const int column_block_begin = rows[row_pos + r] + col_pos;
131 row_pos += num_residuals;
H A Dcompressed_col_sparse_matrix_utils_test.cc93 int row_pos = 0; local
95 row_pos += row_blocks[i];
106 rows[offset] = row_pos + r;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp512 RowIter row_pos = std::lower_bound(first_row, last_row, row, local
514 if (row_pos == last_row) {
517 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row);
518 if (row_pos->Address > address) {
519 if (row_pos == first_row)
566 RowIter row_pos = std::upper_bound(first_row, last_row, row, local
568 // The 'row_pos' iterator references the first row that is greater than
571 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row);
572 if (row_pos != first_row)
584 RowIter row_pos local
[all...]
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc294 HistoryInfoMap::iterator row_pos = history_info_map_.find(row_id); local
295 if (row_pos == history_info_map_.end()) {
305 URLRow& row_to_update = row_pos->second.url_row;
343 HistoryInfoMap::iterator row_pos = history_info_map_.find(url_id); local
344 if (row_pos != history_info_map_.end()) {
345 VisitInfoVector* visits = &row_pos->second.visits;
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc303 HistoryInfoMap::iterator row_pos = history_info_map_.find(row_id); local
304 if (row_pos == history_info_map_.end()) {
312 URLRow& old_row = row_pos->second;

Completed in 159 milliseconds