Home | History | Annotate | Download | only in tc

Lines Matching defs:CMAP_SIZE

107 #define	CMAP_SIZE	256	/* 256 R/G/B entries */
108 uint8_t r[CMAP_SIZE];
109 uint8_t g[CMAP_SIZE];
110 uint8_t b[CMAP_SIZE];
312 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
410 wsd_fbip->cmsize = CMAP_SIZE;
637 for (index = 0; index < CMAP_SIZE; index++) {
686 for (i = 0; i < CMAP_SIZE; i++, p += 3) {
722 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
742 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)