Searched refs:first_row_index (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp597 uint32_t first_row_index; local
612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row);
614 --first_row_index;
616 first_row_index = cur_seq.FirstRowIndex;
635 for (uint32_t i = first_row_index; i <= last_row_index; ++i) {
/external/chromium_org/skia/ext/
H A Dconvolver.cc74 // at the y coordinate placed into |*first_row_index| and will continue in
79 unsigned char* const* GetRowAddresses(int* first_row_index) { argument
89 // to the first_row_index and the negative rows will never be used.
90 *first_row_index = next_row_coordinate_ - num_rows_;

Completed in 758 milliseconds