Searched refs:nrows (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0006-fix-heap-buffer-overflow-in-tiffcp-278.patch | 50 - nrows, imagewidth, 0, 0, spp, 1); 51 + nrows, imagewidth, 0, 0, spp, bytes_per_sample);
|
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 78 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 D | spd.h | 21 unsigned char nrows; /* 5 # of Module Rows on this assembly */ member
|
| H A D | ddr_spd.h | 20 unsigned char nrows; /* 5 Number of DIMM Banks */ member
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | spd_sdram.c | 108 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 D | ddr1_dimm_params.c | 253 pdimm->n_ranks = spd->nrows; in ddr_compute_dimm_parameters()
|
| H A D | interactive.c | 891 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 D | png.h | 1364 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 D | png.h | 1364 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 D | png.h | 1364 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 D | png.h | 1364 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|