Searched defs:first_row (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesf.h | 157 inline NCursesFormField* dup(int first_row, int first_col) in dup() 172 inline NCursesFormField* link(int first_row, int first_col) { in link() 192 int& first_row, int& first_col, in info() 642 first_row, first_col, in NCursesFormField() argument
|
/aosp_15_r20/external/libpng/ |
H A D | pngread.c | 1299 png_voidp first_row; member 2980 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local 3219 png_voidp first_row = display->buffer; in png_image_read_colormapped() local 3456 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local 3577 png_uint_16p first_row = png_voidcast(png_uint_16p, in png_image_read_background() local 4044 png_voidp first_row = display->buffer; in png_image_read_direct() local
|
H A D | pngwrite.c | 1537 png_const_voidp first_row; member
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NENormalizationLayerKernel.cpp | 201 { in normalize_float() 232 const int first_row = do_2D_norm ? std::max(current_row - radius, 0) : 0; in normalize_float() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SparseFactories.cpp | 45 const int64_t first_row = first_col - diag_offset; in _spdiags_kernel_cpu() local
|
/aosp_15_r20/external/ltp/testcases/kernel/irq/ |
H A D | irqbalance01.c | 92 char *buf, *c, *first_row; in collect_irq_info() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
H A D | quantize_wrapper.hpp | 87 unsigned int first_row = (threadid * _args._Msize) / _args._maxthreads; in requantize_runtime() local
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() local
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | vp8l_dec.c | 872 int first_row, int last_row, in AlphaApplyFilter() 895 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_spatial_convolutions-inl.h | 906 EIGEN_ALWAYS_INLINE bool padAnyRow(const Index first_row, in padAnyRow()
|