Home
last modified time | relevance | path

Searched refs:DEFAULT_CMAP_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dbmp_logo.c15 #define DEFAULT_CMAP_SIZE 16 /* size of default color map */ macro
70 DEFAULT_CMAP_SIZE); in gen_info()
136 if ((n_colors == 0) || (n_colors > 256 - DEFAULT_CMAP_SIZE)) { in main()
138 n_colors = 256 - DEFAULT_CMAP_SIZE; in main()
188 + DEFAULT_CMAP_SIZE; in main()