/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_matrix.cpp | 35 uint32 cols) in dng_matrix() 43 cols < 1 || cols > kMaxColorPlanes) in dng_matrix() 51 fCols = cols; in dng_matrix() 34 dng_matrix(uint32 rows, uint32 cols) dng_matrix() argument
|
/third_party/spirv-tools/source/val/ |
H A D | validate_type.cpp | 591 const auto cols = _.FindDef(cols_id); in ValidateTypeCooperativeMatrix() local 592 if (!cols || !_.IsIntScalarType(cols->type_id()) || in ValidateTypeCooperativeMatrix() 593 !spvOpcodeIsConstant(cols->opcode())) { in ValidateTypeCooperativeMatrix()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniforms.h | 51 GLuint cols, GLuint rows, enum glsl_base_type basicType);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 68 auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("")), in InitGridCeils() local 71 auto colsLen = cols.first; in InitGridCeils() 80 columnsGap_ = cols.second; in InitGridCeils()
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tui.c | 279 int rows, cols; in show_dialogue() local 285 getmaxyx(w, rows, cols); in show_dialogue() 288 (void)cols; in show_dialogue()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | tc3589x-keypad.c | 124 /* configure KBDSIZE 4 LSbits for cols and 4 MSbits for rows */ in tc3589x_keypad_init_key_hardware() 326 u32 cols, rows; in tc3589x_keypad_of_probe() local 337 of_property_read_u32(np, "keypad,num-columns", &cols); in tc3589x_keypad_of_probe() 339 plat->kcol = (u8) cols; in tc3589x_keypad_of_probe()
|
H A D | twl4030_keypad.c | 354 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { in twl4030_kp_probe() 360 kp->n_cols = pdata->cols; in twl4030_kp_probe() 374 "Invalid rows/cols amount specified in platform/devicetree data\n"); in twl4030_kp_probe()
|
H A D | pxa27x_keypad.c | 123 u32 rows, cols; in pxa27x_keypad_matrix_key_parse_dt() local 126 error = matrix_keypad_parse_properties(dev, &rows, &cols); in pxa27x_keypad_matrix_key_parse_dt() 130 if (rows > MAX_MATRIX_KEY_ROWS || cols > MAX_MATRIX_KEY_COLS) { in pxa27x_keypad_matrix_key_parse_dt() 131 dev_err(dev, "rows or cols exceeds maximum value\n"); in pxa27x_keypad_matrix_key_parse_dt() 136 pdata->matrix_key_cols = cols; in pxa27x_keypad_matrix_key_parse_dt()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | tc3589x-keypad.c | 124 /* configure KBDSIZE 4 LSbits for cols and 4 MSbits for rows */ in tc3589x_keypad_init_key_hardware() 326 u32 cols, rows; in tc3589x_keypad_of_probe() local 337 of_property_read_u32(np, "keypad,num-columns", &cols); in tc3589x_keypad_of_probe() 339 plat->kcol = (u8) cols; in tc3589x_keypad_of_probe()
|
H A D | twl4030_keypad.c | 354 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) { in twl4030_kp_probe() 360 kp->n_cols = pdata->cols; in twl4030_kp_probe() 374 "Invalid rows/cols amount specified in platform/devicetree data\n"); in twl4030_kp_probe()
|
H A D | pxa27x_keypad.c | 123 u32 rows, cols; in pxa27x_keypad_matrix_key_parse_dt() local 126 error = matrix_keypad_parse_properties(dev, &rows, &cols); in pxa27x_keypad_matrix_key_parse_dt() 130 if (rows > MAX_MATRIX_KEY_ROWS || cols > MAX_MATRIX_KEY_COLS) { in pxa27x_keypad_matrix_key_parse_dt() 131 dev_err(dev, "rows or cols exceeds maximum value\n"); in pxa27x_keypad_matrix_key_parse_dt() 136 pdata->matrix_key_cols = cols; in pxa27x_keypad_matrix_key_parse_dt()
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tui.c | 279 int rows, cols; in show_dialogue() local 285 getmaxyx(w, rows, cols); in show_dialogue() 288 (void)cols; in show_dialogue()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | mock_heif_hw_decode_flow.cpp | 70 gridInfo.cols = 0; in ParseGridInfo() 89 gridInfo.cols = static_cast<uint32_t>(stol(vecTmp[HORIZONTAL].c_str())); in ParseGridInfo()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | VariablePacker_test.cpp | 170 int cols = gl::VariableColumnCount(type); in TEST() local 171 int squareSize = std::max(rows, cols); in TEST()
|
/third_party/skia/tools/viewer/ |
H A D | SkSLSlide.cpp | 190 int cols = rows; in draw() local 193 for (int c = 0; c < cols; ++c, f += rows) { in draw()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 145 unsigned int cols, int do_clear); 338 static struct uni_screen *vc_uniscr_alloc(unsigned int cols, unsigned int rows) in vc_uniscr_alloc() argument 345 memsize = cols * rows * sizeof(char32_t); in vc_uniscr_alloc() 356 p += cols * sizeof(char32_t); in vc_uniscr_alloc() 386 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() local 388 memmove(&ln[x + nr], &ln[x], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_insert() 399 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() local 401 memmove(&ln[x], &ln[x + nr], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_delete() 402 memset32(&ln[cols - nr], ' ', nr); in vc_uniscr_delete() 424 unsigned int cols in vc_uniscr_clear_lines() local 1196 vc_do_resize(struct tty_struct *tty, struct vc_data *vc, unsigned int cols, unsigned int lines) vc_do_resize() argument 1361 vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) vc_resize() argument 3458 vc_init(struct vc_data *vc, unsigned int rows, unsigned int cols, int do_clear) vc_init() argument 4069 char cols[4]; con_debug_enter() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 325 const unsigned cols = ir->type->matrix_columns; in constant_copy() local 332 assert(cols == 1); in constant_copy() 341 assert(cols == 1); in constant_copy() 349 assert(cols == 1); in constant_copy() 358 assert(cols == 1); in constant_copy() 367 if (cols > 1) { in constant_copy() 368 ret->elements = ralloc_array(mem_ctx, nir_constant *, cols); in constant_copy() 369 ret->num_elements = cols; in constant_copy() 370 for (unsigned c = 0; c < cols; c++) { in constant_copy() 419 assert(cols in constant_copy() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9recon.c | 98 int n_px_need = 4 << tx, n_px_have = (((s->cols - col) << !ss_h) - x) * 4; in check_intra_mode() 226 int end_x = FFMIN(2 * (s->cols - col), w4); in intra_recon() 428 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 8, (s->cols * 8 - x + px + 3) * 8); in mc_luma_scaled() 490 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 16, (s->cols * 4 - x + px + 3) * 16); in mc_chroma_scaled() 493 mv.x = av_clip(in_mv->x, -(x + pw - px + 4) * 8, (s->cols * 8 - x + px + 3) * 8); in mc_chroma_scaled() 604 int end_x = FFMIN(2 * (s->cols - col), w4); in inter_recon()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 210 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local 211 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu() 218 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local 219 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu() 227 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu() local 228 for (unsigned i = 0; i < cols; i++) in vtn_handle_matrix_alu()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_print.c | 413 const unsigned cols = glsl_get_matrix_columns(type); in print_constant() local 419 assert(cols == 1); in print_constant() 430 assert(cols == 1); in print_constant() 441 assert(cols == 1); in print_constant() 452 assert(cols == 1); in print_constant() 463 if (cols > 1) { in print_constant() 464 for (i = 0; i < cols; i++) { in print_constant() 500 assert(cols == 1); in print_constant() 502 for (i = 0; i < cols; i++) { in print_constant()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | adp5588.h | 143 int cols; /* Number of columns */ member
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | raw3270.h | 82 unsigned int rows, cols; /* # of rows & colums of the view */ member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_tinterlace.c | 322 int cols = plane == 1 || plane == 2 ? AV_CEIL_RSHIFT( w, hsub) : w; in copy_picture_field() local 345 tinterlace->lowpass_line(dstp, cols, srcp, mref, pref, clip_max); in copy_picture_field() 351 cols *= 2; in copy_picture_field() 352 av_image_copy_plane(dstp, dstp_linesize, srcp, srcp_linesize, cols, lines); in copy_picture_field()
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.c | 813 unsigned int cols = scanp->mode ? 3 : 1; in adjust_output() local 832 for (colour = 0; colour < cols; colour++) in adjust_output() 836 (scanline * image->width * cols * 2) + in adjust_output() 837 (pixelnum * cols * 2) + (colour * 2); in adjust_output()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.cpp | 746 const int cols = type.getCols(); 749 for (int c = 0; c < cols; ++c) 786 const int cols = type.getCols(); 794 for (int c = 0; c < cols; ++c)
|