/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-nokia770.c | 89 .cols = 8,
|
H A D | board-sx1.c | 210 .cols = 6,
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | raw3270.h | 158 unsigned int rows, cols; /* # of rows & colums of the view */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dec.h | 114 // sb_cols/rows, rows/cols and last_fmt are used for allocating all internal 120 unsigned sb_cols, sb_rows, rows, cols; member
|
H A D | iff.c | 934 uint32_t type, flag, cols, groups, rows, bytes; in decode_delta_j() local 954 cols = bytestream2_get_be16(&gb); in decode_delta_j() 960 if (cols * bpp == 0 || bytestream2_get_bytes_left(&gb) < cols * bpp) { in decode_delta_j() 961 av_log(NULL, AV_LOG_ERROR, "cols*bpp is invalid (%"PRId32"*%d)", cols, bpp); in decode_delta_j() 970 for (b = 0; b < cols; b++) { in decode_delta_j() 986 if ((cols * bpp) & 1) in decode_delta_j()
|
H A D | libvpxenc.c | 1464 roi_map->cols = (frame_width + block_size - 1) / block_size; in set_roi_map() 1465 roi_map->roi_map = av_calloc(roi_map->rows * roi_map->cols, sizeof(*roi_map->roi_map)); in set_roi_map() 1483 startx = av_clip(roi->left / block_size, 0, roi_map->cols); in set_roi_map() 1484 endx = av_clip((roi->right + block_size - 1) / block_size, 0, roi_map->cols); in set_roi_map() 1493 roi_map->roi_map[x + y * roi_map->cols] = mapping_value - 1; in set_roi_map()
|
/third_party/python/Lib/idlelib/ |
H A D | searchbase.py | 98 self.create_entries() # row 0 (and maybe 1), cols 0, 1 99 self.create_option_buttons() # next row, cols 0, 1 100 self.create_other_buttons() # next row, cols 0, 1 174 cols,rows=self.buttonframe.grid_size()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | sb_edac.c | 723 int cols = (COL_WIDTH_BITS(mtr) + 10); in numcol() local 725 if (cols > 12) { in numcol() 726 edac_dbg(0, "Invalid number of cols: %d (max = 4) raw value = %x (%04x)\n", in numcol() 727 cols, (unsigned int)COL_WIDTH_BITS(mtr), mtr); in numcol() 731 return 1 << cols; in numcol() 1587 unsigned int i, j, banks, ranks, rows, cols, npages; in __populate_dimms() local 1643 cols = 1 << 10; in __populate_dimms() 1645 ((u64) cols * ranks * banks * 8); in __populate_dimms() 1648 cols = numcol(mtr); in __populate_dimms() 1651 size = ((u64)rows * cols * bank in __populate_dimms() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_exif.cpp | 2821 uint32 cols = stream.Get_uint16 (); in Parse_ifd0_exif() local 2824 if (tagCount != 4 + cols * rows) in Parse_ifd0_exif() 2829 if (cols < 1 || cols > kMaxCFAPattern || in Parse_ifd0_exif() 2835 fCFARepeatPatternCols = cols; in Parse_ifd0_exif()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 16848 deUint32 getComponentMatrixValidityMask (size_t cols, size_t rows) 16853 for (size_t colNdx = 0; colNdx < cols; ++colNdx) 16866 template<size_t cols, size_t rows> 16878 return getComponentMatrixValidityMask(rows, cols); 16886 const size_t alignedCols = (cols == 3) ? 4 : cols; 16893 for (size_t colNdx = 0; colNdx < cols; ++colNdx) 16904 template<size_t cols, size_t rows> 16916 return getComponentMatrixValidityMask(cols, rows); 16927 const size_t alignedCols = (cols [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 16750 deUint32 getComponentMatrixValidityMask (size_t cols, size_t rows) 16755 for (size_t colNdx = 0; colNdx < cols; ++colNdx) 16768 template<size_t cols, size_t rows> 16780 return getComponentMatrixValidityMask(rows, cols); 16788 const size_t alignedCols = (cols == 3) ? 4 : cols; 16795 for (size_t colNdx = 0; colNdx < cols; ++colNdx) 16806 template<size_t cols, size_t rows> 16818 return getComponentMatrixValidityMask(cols, rows); 16829 const size_t alignedCols = (cols [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-fsample.c | 243 .cols = 8,
|
H A D | board-h2.c | 256 .cols = 8,
|
H A D | board-sx1.c | 211 .cols = 6,
|
H A D | board-innovator.c | 134 .cols = 8,
|
H A D | board-h3.c | 294 .cols = 8,
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | rstFlatTable.py | 167 tgroup = nodes.tgroup(cols=len(colwidths))
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | rstFlatTable.py | 157 tgroup = nodes.tgroup(cols=len(colwidths))
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 130 debug(`Max rows: ${h_max}; Max cols: ${w_max}`);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramVk.h | 171 template <int cols, int rows>
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 199 Id makeMatrixType(Id component, int cols, int rows); 206 Id makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use); 207 Id makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols);
|
H A D | SpvBuilder.cpp | 440 Id Builder::makeMatrixType(Id component, int cols, int rows) in makeMatrixType() argument 442 assert(cols <= maxMatrixSize && rows <= maxMatrixSize); in makeMatrixType() 451 type->getImmediateOperand(1) == (unsigned)cols) in makeMatrixType() 458 type->addImmediateOperand(cols); in makeMatrixType() 465 auto const debugResultId = makeMatrixDebugType(column, cols); in makeMatrixType() 472 Id Builder::makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use) in makeCooperativeMatrixTypeKHR() argument 481 type->getIdOperand(3) == cols && in makeCooperativeMatrixTypeKHR() 491 type->addIdOperand(cols); in makeCooperativeMatrixTypeKHR() 500 Id Builder::makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols) in makeCooperativeMatrixTypeNV() argument 507 type->getIdOperand(3) == cols) in makeCooperativeMatrixTypeNV() [all...] |
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 62 function assertCursorRowsAndCols(rli, rows, cols) { 65 assert.strictEqual(cursorPos.cols, cols);
|
/third_party/mksh/ |
H A D | expr.c | 749 utf_skipcols(const char *p, int cols, int *colp) in utf_skipcols() argument 754 while (c < cols) { in utf_skipcols() 758 return (p + cols - c); in utf_skipcols()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ssd1307fb.c | 161 u8 cols) in ssd1307fb_set_col_range() 163 u8 col_end = col_start + cols - 1; in ssd1307fb_set_col_range() 160 ssd1307fb_set_col_range(struct ssd1307fb_par *par, u8 col_start, u8 cols) ssd1307fb_set_col_range() argument
|