Home | History | Annotate | Download | only in tc

Lines Matching defs:CMAP_SIZE

81 #define	CMAP_SIZE	256	/* 256 R/G/B entries */
82 uint8_t r[CMAP_SIZE];
83 uint8_t g[CMAP_SIZE];
84 uint8_t b[CMAP_SIZE];
321 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
444 wsd_fbip->cmsize = CMAP_SIZE; /* XXX */
641 for (i = 0; i < CMAP_SIZE; i++, p += 3) {
705 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
725 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
955 for (index = 0; index < CMAP_SIZE; index++) {