Home | History | Annotate | Download | only in tc

Lines Matching defs:CMAP_SIZE

124 #define	CMAP_SIZE	256	/* R/G/B entries */
125 uint8_t r[CMAP_SIZE];
126 uint8_t g[CMAP_SIZE];
127 uint8_t b[CMAP_SIZE];
381 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
410 wsd_fbip->cmsize = CMAP_SIZE;
632 for (index = 0; index < CMAP_SIZE; index++) {
727 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
747 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)