Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0006-fix-heap-buffer-overflow-in-tiffcp-278.patch50 - nrows, imagewidth, 0, 0, spp, 1);
51 + nrows, imagewidth, 0, 0, spp, bytes_per_sample);
H A D0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch78 stripsize = TIFFVStripSize(out, nrows);
83 if (extractContigSamplesToBuffer(obuf, src, nrows, width, s, spp, bps, dump))
99 - dump_buffer(dump->outfile, dump->format, nrows, scanlinesize, row, obuf);
101 + dump_buffer(dump->outfile, dump->format, nrows, (uint32_t)scanlinesize, row, obuf);
/OK3568_Linux_fs/u-boot/include/
H A Dspd.h21 unsigned char nrows; /* 5 # of Module Rows on this assembly */ member
H A Dddr_spd.h20 unsigned char nrows; /* 5 Number of DIMM Banks */ member
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c108 printf ("# of rows: %d\n", spd->nrows); in spd_debug()
175 n_ranks = spd.nrows; in spd_sdram()
177 n_ranks = (spd.nrows & 0x7) + 1; in spd_sdram()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr1_dimm_params.c253 pdimm->n_ranks = spd->nrows; in ddr_compute_dimm_parameters()
H A Dinteractive.c891 printf("%-3d : %02x %s\n", 5, spd->nrows, in ddr1_spd_dump()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dpng.h1364 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dpng.h1364 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dpng.h1364 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dpng.h1364 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));