Home | History | Annotate | Download | only in dev

Lines Matching defs:CMSIZE

73 #define	CMSIZE 256
195 fbt->fb_cmsize = CMSIZE;
297 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE];
305 if (start >= CMSIZE || count > CMSIZE - start)
338 uint8_t red[CMSIZE], green[CMSIZE], blue[CMSIZE];
347 if (start >= CMSIZE || count > CMSIZE - start)