OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rasops_cmap
(Results
1 - 2
of
2
) sorted by relevancy
/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
86
const uint8_t
rasops_cmap
[256 * 3] = {
variable in typeref:typename:const uint8_t[]
940
p =
rasops_cmap
;
982
rasops_ecmap[i * 3] =
rasops_cmap
[i * 3];
983
rasops_ecmap[i * 3 + 1] =
rasops_cmap
[i * 3 + 1];
984
rasops_ecmap[i * 3 + 2] =
rasops_cmap
[i * 3 + 2];
1430
* same form used by
rasops_cmap
[]
1431
* For now this is either a copy of
rasops_cmap
[] or an R3G3B2 map, it should
1467
memcpy(palette,
rasops_cmap
, uimin(bytes, sizeof(
rasops_cmap
)));
Completed in 13 milliseconds
Indexes created Thu Nov 06 05:09:59 GMT 2025