Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.h164 #define NCMAP 256 macro
165 extern uint32_t cmap[NCMAP];
H A Dgfx_fb.c145 uint32_t cmap[NCMAP];
323 for (k = 0; k < NCMAP; k++) { in rgb_to_color_index()
340 if (k == NCMAP) in rgb_to_color_index()
362 for (; i < NCMAP; i++) in generate_cons_palette()
366 for (i = 0; i < NCMAP; i++) in generate_cons_palette()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c637 pe8 = calloc(sizeof(*pe8), NCMAP); in vidc_load_palette()
651 for (i = 0; i < NCMAP; i++) { in vidc_load_palette()