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

/freebsd-13-stable/stand/common/
H A Dgfx_fb.h166 #define NCMAP 256 macro
167 extern uint32_t cmap[NCMAP];
H A Dgfx_fb.c145 uint32_t cmap[NCMAP];
322 for (k = 0; k < NCMAP; k++) {
339 if (k == NCMAP)
361 for (; i < NCMAP; i++)
365 for (i = 0; i < NCMAP; i++)
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c631 pe8 = calloc(sizeof(*pe8), NCMAP);
645 for (i = 0; i < NCMAP; i++) {

Completed in 66 milliseconds