Home | Sort by: relevance | last modified time | path |
/src/sys/arch/i386/stand/lib/ | |
rasops.c | 35 const uint8_t rasops_cmap[256*3] = { variable in typeref:typename:const uint8_t[] |
/src/sys/dev/rasops/ | |
rasops.c | 84 const uint8_t rasops_cmap[256 * 3] = { variable in typeref:typename:const uint8_t[] 905 p = rasops_cmap; 1369 * same form used by rasops_cmap[] 1370 * For now this is either a copy of rasops_cmap[] or an R3G3B2 map, it should 1406 memcpy(palette, rasops_cmap, uimin(bytes, sizeof(rasops_cmap))); |