Lines Matching defs:CMAP_SIZE
58 #define CMAP_SIZE 256 /* 256 R/G/B entries */
59 uint8_t r[CMAP_SIZE];
60 uint8_t g[CMAP_SIZE];
61 uint8_t b[CMAP_SIZE];
260 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
366 for (i = 0; i < CMAP_SIZE; i++, p += 3) {
409 wsd_fbip->cmsize = CMAP_SIZE;
546 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
566 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
682 for (i = 0; i < CMAP_SIZE; i++) {