Home
last modified time | relevance | path

Searched refs:cols (Results 176 - 200 of 284) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.h210 uint32 cols,
H A Ddng_gain_map.cpp555 uint32 cols = overlap.W (); in ProcessArea() local
578 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
/third_party/backends/backend/
H A Dagfafocus.c639 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)
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-video.c629 int cols = 0, rows = 0, i; in setup_clipping() local
635 col[cols].position = clip_range(clips[i].c.left); in setup_clipping()
636 col[cols].enable = (1 << i); in setup_clipping()
637 cols++; in setup_clipping()
638 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width); in setup_clipping()
639 col[cols].disable = (1 << i); in setup_clipping()
640 cols++; in setup_clipping()
649 sort(col, cols, sizeof col[0], cliplist_cmp, NULL); in setup_clipping()
651 set_cliplist(dev,0x380,col,cols,"cols"); in setup_clipping()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9block.c94 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 Dvp9mvs.c162 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()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dfs3270.c358 iocb.col_cnt = fp->view.cols; in fs3270_ioctl()
474 ib = idal_buffer_alloc(2*fp->view.rows*fp->view.cols + 5, 0); in fs3270_open()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dfs3270.c355 iocb.col_cnt = fp->view.cols; in fs3270_ioctl()
468 ib = idal_buffer_alloc(2 * fp->view.rows * fp->view.cols + 5, 0); in fs3270_open()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c35 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 DvktPipelineStencilExportTests.cpp453 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 DUtilsHLSL.cpp909 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 Drenderer_utils.h235 template <int cols, int rows>
246 template <int cols, int rows>
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dansi-print.hh387 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 DvktPipelineStencilExportTests.cpp450 deUint32 cols = renderSize.x() / patternSize; in generateReferenceImage() local
454 for (deUint32 j = 0; j < cols; j++) in generateReferenceImage()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c327 static u32 **vc_uniscr_alloc(unsigned int cols, unsigned int rows) in vc_uniscr_alloc() argument
331 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines); in vc_uniscr_alloc()
371 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_insert() local
373 memmove(&ln[x + nr], &ln[x], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_insert()
382 unsigned int x = vc->state.x, cols = vc->vc_cols; in vc_uniscr_delete() local
384 memcpy(&ln[x], &ln[x + nr], (cols - x - nr) * sizeof(*ln)); in vc_uniscr_delete()
385 memset32(&ln[cols - nr], ' ', nr); in vc_uniscr_delete()
1133 * @cols: columns
1145 unsigned int cols, unsigned int lines) in vc_do_resize()
1163 if (cols > VC_MAXCO in vc_do_resize()
1144 vc_do_resize(struct tty_struct *tty, struct vc_data *vc, unsigned int cols, unsigned int lines) vc_do_resize() argument
1309 vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows) vc_resize() argument
4000 char cols[4]; con_debug_enter() local
[all...]
H A Dvt_ioctl.c690 int cols = v.v_vcol / v.v_ccol; in vt_resizex() local
691 if (v.v_cols != cols) { in vt_resizex()
694 v.v_cols = cols; in vt_resizex()
/kernel/linux/linux-6.6/drivers/edac/
H A Dsb_edac.c729 int cols = (COL_WIDTH_BITS(mtr) + 10); in numcol() local
731 if (cols > 12) { in numcol()
732 edac_dbg(0, "Invalid number of cols: %d (max = 4) raw value = %x (%04x)\n", in numcol()
733 cols, (unsigned int)COL_WIDTH_BITS(mtr), mtr); in numcol()
737 return 1 << cols; in numcol()
1593 unsigned int i, j, banks, ranks, rows, cols, npages; in __populate_dimms() local
1651 cols = 1 << 10; in __populate_dimms()
1653 ((u64) cols * ranks * banks * 8); in __populate_dimms()
1656 cols = numcol(mtr); in __populate_dimms()
1659 size = ((u64)rows * cols * bank in __populate_dimms()
[all...]
H A Di7core_edac.c435 static const int cols[] = { in numcol() local
438 return cols[col & 0x3]; in numcol()
582 u32 banks, ranks, rows, cols; in get_dimm_config() local
592 cols = numcol(MC_DOD_NUMCOL(dimm_dod[j])); in get_dimm_config()
595 size = (rows * cols * banks * ranks) >> (20 - 3); in get_dimm_config()
600 banks, ranks, rows, cols); in get_dimm_config()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt_ioctl.c690 int cols = v.v_vcol / v.v_ccol; in vt_resizex() local
691 if (v.v_cols != cols) { in vt_resizex()
694 v.v_cols = cols; in vt_resizex()
/third_party/node/test/parallel/
H A Dtest-readline-promises-interface.js40 function assertCursorRowsAndCols(rli, rows, cols) {
43 assert.strictEqual(cursorPos.cols, cols);
/kernel/linux/linux-5.10/drivers/edac/
H A Di7core_edac.c435 static const int cols[] = { in numcol() local
438 return cols[col & 0x3]; in numcol()
582 u32 banks, ranks, rows, cols; in get_dimm_config() local
592 cols = numcol(MC_DOD_NUMCOL(dimm_dod[j])); in get_dimm_config()
595 size = (rows * cols * banks * ranks) >> (20 - 3); in get_dimm_config()
600 banks, ranks, rows, cols); in get_dimm_config()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-palmz71.c78 .cols = 8,
H A Dboard-perseus2.c201 .cols = 8,
H A Dboard-palmtt.c143 .cols = 3,
H A Dboard-nokia770.c71 .cols = 8,

Completed in 35 milliseconds

12345678910>>...12