/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()
|
/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()
|
H A D | agfafocus.c | 639 upload_dither_matrix (AgfaFocus_Scanner * s, int rows, int cols, int *dither_matrix) in upload_dither_matrix() argument 667 set_size (cmd.tr_len, 3, 4 + (2 * rows * cols)); in upload_dither_matrix() 669 set_size (cmd.wd.nrcols, 2, cols); in upload_dither_matrix() 671 for (i = 0; i < cols * rows; ++i) in upload_dither_matrix() 680 DBG (1, "upload_dither_matrix(): uploaded dither matrix: %d, %d\n", rows, cols); in upload_dither_matrix() 719 set_size (cmd.wd.nrrows, 2, cols); 721 for (i = 0; i < cols; ++i)
|
/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)
|
/third_party/python/Lib/ |
H A D | calendar.py | 638 def format(cols, colwidth=_colwidth, spacing=_spacing): 640 print(formatstring(cols, colwidth, spacing)) 643 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): 646 return spacing.join(c.center(colwidth) for c in cols)
|
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 377 void CalculateVerticalSize(std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter); 378 void CalculateHorizontalSize(std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter); 379 void UpdateCollectionInfo(std::vector<double> cols, std::vector<double> rows);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 66 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument 92 if (cols<len) len = cols; in crunch_qb()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 67 static int crunch_qb(FILE *out, int cols, int wc) in crunch_qb() argument 93 if (cols<len) len = cols; in crunch_qb()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.h | 515 uint32 cols, in tag_cfa_pattern() 518 : tiff_tag (code, ttUndefined, 4 + rows * cols) in tag_cfa_pattern() 521 , fCols (cols ) in tag_cfa_pattern() 513 tag_cfa_pattern(uint16 code, uint32 rows, uint32 cols, const uint8 *pattern) tag_cfa_pattern() argument
|
H A D | dng_image_writer.cpp | 2737 uint32 cols, in EncodeDelta8() 2741 const uint32 dRowStep = cols * channels; in EncodeDelta8() 2746 for (uint32 col = cols - 1; col > 0; col--) in EncodeDelta8() 2768 uint32 cols, in EncodeDelta16() 2772 const uint32 dRowStep = cols * channels; in EncodeDelta16() 2777 for (uint32 col = cols - 1; col > 0; col--) in EncodeDelta16() 2799 uint32 cols, in EncodeDelta32() 2803 const uint32 dRowStep = cols * channels; in EncodeDelta32() 2808 for (uint32 col = cols - 1; col > 0; col--) in EncodeDelta32() 2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int3 argument 2735 EncodeDelta8(uint8 *dPtr, uint32 rows, uint32 cols, uint32 channels) EncodeDelta8() argument 2766 EncodeDelta16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 channels) EncodeDelta16() argument 2797 EncodeDelta32(uint32 *dPtr, uint32 rows, uint32 cols, uint32 channels) EncodeDelta32() argument 2911 EncodeFPDelta(uint8 *buffer, uint8 *temp, int32 cols, int32 channels, int32 bytesPerSample) EncodeFPDelta() argument [all...] |
H A D | dng_matrix.h | 49 uint32 cols);
|
H A D | dng_parse_utils.h | 210 uint32 cols,
|
H A D | dng_gain_map.cpp | 555 uint32 cols = overlap.W (); in ProcessArea() local 578 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_attr_test_ng.cpp | 229 * @tc.expected: Axis is VERTICAL, has four cols, has gap in HWTEST_F() 312 int32_t cols = floor(GRID_WIDTH / minItemWidth); // 5 in HWTEST_F() local 313 EXPECT_EQ(pattern_->GetCrossCount(), cols); in HWTEST_F() 314 float expectItemWidth = GRID_WIDTH / cols; // 96.f in HWTEST_F() 334 int32_t cols = floor(GRID_WIDTH / itemWidth); // 5 in HWTEST_F() local 335 EXPECT_EQ(pattern_->GetCrossCount(), cols); in HWTEST_F() 526 * @tc.expected: Axis is VERTICAL, has three cols, has gap in HWTEST_F() 554 * @tc.expected: Has minCount cols, gridItem from right to left in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 94 int bw4 = ff_vp9_bwh_tab[1][b->bs][0], w4 = FFMIN(s->cols - col, bw4); in decode_mode() 971 int end_x = FFMIN(2 * (s->cols - col), w4); in decode_coeffs() 1280 td->max_mv.x = 128 + (s->cols - col - w4) * 64; in ff_vp9_decode_block() 1399 int w = FFMIN(s->cols - col, w4) * 8, h = FFMIN(s->rows - row, h4) * 8, n, o = 0; in ff_vp9_decode_block() 1413 int w = FFMIN(s->cols - col, w4) * 8 >> s->ss_h; in ff_vp9_decode_block() 1434 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); in ff_vp9_decode_block() 1441 s->cols & 1 && col + w4 >= s->cols ? s->cols & 7 : 0, in ff_vp9_decode_block()
|
H A D | vp9mvs.c | 162 if (c >= td->tile_col_start && c < s->cols && in find_ref_mvs() 199 if (c >= td->tile_col_start && c < s->cols && r >= 0 && r < s->rows) { in find_ref_mvs()
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 287 uint16_t cols; // GLYPH_COLS_OFFSET member 420 int cols; member
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 35 lws_struct_sq3_deser_cb(void *priv, int cols, char **cv, char **cn) in lws_struct_sq3_deser_cb() argument 56 for (n = 0; n < cols; n++) { in lws_struct_sq3_deser_cb()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 453 deUint32 cols = renderSize.x() / patternSize; in generateReferenceImage() local 457 for (deUint32 j = 0; j < cols; j++) in generateReferenceImage()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | UtilsHLSL.cpp | 909 int cols = type.getCols(); in TypeString() local 911 return "float" + str(cols) + "x" + str(rows); in TypeString()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 235 template <int cols, int rows> 246 template <int cols, int rows>
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | ansi-print.hh | 387 unsigned int cols = (width + CELL_W - 1) / CELL_W; 392 for (unsigned int col = 0; col < cols; col++) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 450 deUint32 cols = renderSize.x() / patternSize; in generateReferenceImage() local 454 for (deUint32 j = 0; j < cols; j++) in generateReferenceImage()
|