/third_party/skia/third_party/externals/dng_sdk/source/ |
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()
|
/third_party/backends/backend/ |
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)
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 629 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 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()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | fs3270.c | 358 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 D | fs3270.c | 355 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 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()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 327 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 D | vt_ioctl.c | 690 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 D | sb_edac.c | 729 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 D | i7core_edac.c | 435 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 D | vt_ioctl.c | 690 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 D | test-readline-promises-interface.js | 40 function assertCursorRowsAndCols(rli, rows, cols) { 43 assert.strictEqual(cursorPos.cols, cols);
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i7core_edac.c | 435 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 D | board-palmz71.c | 78 .cols = 8,
|
H A D | board-perseus2.c | 201 .cols = 8,
|
H A D | board-palmtt.c | 143 .cols = 3,
|
H A D | board-nokia770.c | 71 .cols = 8,
|