/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.cpp | 72 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite() local 93 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite() 96 first_row->GetCFAValue().GetRegisterNumber()) != in AugmentUnwindPlanFromCallSite() 98 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite() 102 if (!first_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite() 113 if (first_row != last_row && in AugmentUnwindPlanFromCallSite() 114 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite() 121 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite() 123 first_row->GetCFAValue().GetRegisterNumber() == in AugmentUnwindPlanFromCallSite() 125 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite()
|
D | x86AssemblyInspectionEngine.cpp | 1355 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite() local 1356 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite() 1358 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite() 1362 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite() 1365 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite() 1373 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite() 1551 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()
|
/external/pdfium/third_party/libpng16/ |
D | pngread.c | 1293 png_voidp first_row; member 2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local 3005 png_bytep outrow = first_row + y * step_row; in png_image_read_and_map() 3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local 3221 char *ptr = png_voidcast(char*, first_row); in png_image_read_colormapped() 3223 first_row = png_voidcast(png_voidp, ptr); in png_image_read_colormapped() 3226 display->first_row = first_row; in png_image_read_colormapped() 3250 png_bytep row = png_voidcast(png_bytep, display->first_row); in png_image_read_colormapped() 3329 outrow = png_voidcast(png_bytep, display->first_row); in png_image_read_composite() 3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local [all …]
|
D | pngwrite.c | 1514 png_const_voidp first_row; member 1536 display->first_row); in png_write_image_16bit() 1695 display->first_row); in png_write_image_8bit() 2100 display->first_row = row; in png_image_write_main() 2148 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
/external/libpng/ |
D | pngread.c | 1293 png_voidp first_row; member 2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local 3005 png_bytep outrow = first_row + y * step_row; in png_image_read_and_map() 3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local 3221 char *ptr = png_voidcast(char*, first_row); in png_image_read_colormapped() 3223 first_row = png_voidcast(png_voidp, ptr); in png_image_read_colormapped() 3226 display->first_row = first_row; in png_image_read_colormapped() 3250 png_bytep row = png_voidcast(png_bytep, display->first_row); in png_image_read_colormapped() 3329 outrow = png_voidcast(png_bytep, display->first_row); in png_image_read_composite() 3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local [all …]
|
D | pngwrite.c | 1514 png_const_voidp first_row; member 1536 display->first_row); in png_write_image_16bit() 1695 display->first_row); in png_write_image_8bit() 2100 display->first_row = row; in png_image_write_main() 2148 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
D | example.c | 990 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_mat_private.h | 32 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col); 34 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col);
|
D | isl_mat.c | 147 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc6() argument 159 mat->row[i] = row[first_row+i] + first_col; in isl_mat_sub_alloc6() 174 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc() argument 178 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row, in isl_mat_sub_alloc()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() local 539 first_row, last_row, row, DWARFDebugLine::Row::orderByAddress); in findRowInSeq() 543 uint32_t index = seq.FirstRowIndex + (row_pos - first_row); in findRowInSeq() 545 if (row_pos == first_row) in findRowInSeq()
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 841 int first_row, int last_row, in AlphaApplyFilter() argument 847 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter() 864 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local 866 if (last_row > first_row) { in ExtractPalettedAlphaRows() 869 uint8_t* out = alph_dec->output_ + width * first_row; in ExtractPalettedAlphaRows() 871 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 875 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows() 877 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse.y | 2348 const int first_row = state_tokens[2]; 2351 for (row = first_row; row <= last_row; row++) { 2404 const int first_row = state_tokens[2]; 2407 for (row = first_row; row <= last_row; row++) {
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions-inl.h | 905 EIGEN_ALWAYS_INLINE bool padAnyRow(const Index first_row, in padAnyRow() argument 907 return m_rowIndex + first_row < 0 || in padAnyRow()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_test.py | 1878 first_row = rt_spec._unbatch()._from_tensor_list( 1880 self.assertAllEqual(rt[0], first_row)
|
/external/ruy/ruy/ |
D | test.h | 2187 int first_row = std::max(0, center_row - kRadius); 2192 for (int row = first_row; row <= last_row; row++) {
|