Home | History | Annotate | Download | only in tc

Lines Matching defs:CMAP_SIZE

99 #define	CMAP_SIZE	256	/* 256 R/G/B entries */
100 uint8_t r[CMAP_SIZE];
101 uint8_t g[CMAP_SIZE];
102 uint8_t b[CMAP_SIZE];
297 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
376 wsd_fbip->cmsize = CMAP_SIZE;
585 for (index = 0; index < CMAP_SIZE; index++) {
633 for (i = 0; i < CMAP_SIZE; i++, p += 3) {
669 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
689 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)