OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CMAP_SIZE
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/sun3/dev/
cg4.c
96
#define
CMAP_SIZE
256
98
uint8_t r[
CMAP_SIZE
];
99
uint8_t g[
CMAP_SIZE
];
100
uint8_t b[
CMAP_SIZE
];
466
if (start >=
CMAP_SIZE
|| count >
CMAP_SIZE
- start)
496
if (start >=
CMAP_SIZE
|| count >
CMAP_SIZE
- start)
/src/sys/dev/tc/
sticvar.h
46
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
47
u_int8_t r[
CMAP_SIZE
];
48
u_int8_t g[
CMAP_SIZE
];
49
u_int8_t b[
CMAP_SIZE
];
cfb.c
99
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
100
uint8_t r[
CMAP_SIZE
];
101
uint8_t g[
CMAP_SIZE
];
102
uint8_t b[
CMAP_SIZE
];
297
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
376
wsd_fbip->cmsize =
CMAP_SIZE
;
585
for (index = 0; index <
CMAP_SIZE
; index++) {
633
for (i = 0; i <
CMAP_SIZE
; i++, p += 3) {
669
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index
[
all
...]
xcfb.c
58
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
59
uint8_t r[
CMAP_SIZE
];
60
uint8_t g[
CMAP_SIZE
];
61
uint8_t b[
CMAP_SIZE
];
260
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
366
for (i = 0; i <
CMAP_SIZE
; i++, p += 3) {
409
wsd_fbip->cmsize =
CMAP_SIZE
;
546
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
566
if (index >=
CMAP_SIZE
|| count > CMAP_SIZE - index
[
all
...]
sfb.c
107
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
108
uint8_t r[
CMAP_SIZE
];
109
uint8_t g[
CMAP_SIZE
];
110
uint8_t b[
CMAP_SIZE
];
312
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
410
wsd_fbip->cmsize =
CMAP_SIZE
;
637
for (index = 0; index <
CMAP_SIZE
; index++) {
686
for (i = 0; i <
CMAP_SIZE
; i++, p += 3) {
722
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index
[
all
...]
tfb.c
124
#define
CMAP_SIZE
256 /* R/G/B entries */
125
uint8_t r[
CMAP_SIZE
];
126
uint8_t g[
CMAP_SIZE
];
127
uint8_t b[
CMAP_SIZE
];
381
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
410
wsd_fbip->cmsize =
CMAP_SIZE
;
632
for (index = 0; index <
CMAP_SIZE
; index++) {
727
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
747
if (index >=
CMAP_SIZE
|| count > CMAP_SIZE - index
[
all
...]
sfbplus.c
81
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
82
uint8_t r[
CMAP_SIZE
];
83
uint8_t g[
CMAP_SIZE
];
84
uint8_t b[
CMAP_SIZE
];
321
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
444
wsd_fbip->cmsize =
CMAP_SIZE
; /* XXX */
641
for (i = 0; i <
CMAP_SIZE
; i++, p += 3) {
705
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
725
if (index >=
CMAP_SIZE
|| count > CMAP_SIZE - index
[
all
...]
/src/sys/arch/luna68k/dev/
lunafb.c
85
#define
CMAP_SIZE
256
86
uint8_t r[
CMAP_SIZE
];
87
uint8_t g[
CMAP_SIZE
];
88
uint8_t b[
CMAP_SIZE
];
/src/sys/arch/evbppc/explora/dev/
fb_elb.c
52
#define
CMAP_SIZE
256
74
struct fb_cmap sc_cmap[
CMAP_SIZE
];
80
CTASSERT(sizeof(rasops_cmap) ==
CMAP_SIZE
* 3);
261
uint8_t buf[
CMAP_SIZE
* 3];
264
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
285
uint8_t buf[
CMAP_SIZE
* 3];
288
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
325
wdf->cmsize =
CMAP_SIZE
;
[
all
...]
/src/sys/arch/arm/iomd/
vidcvideo.c
68
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
69
uint8_t r[
CMAP_SIZE
];
70
uint8_t g[
CMAP_SIZE
];
71
uint8_t b[
CMAP_SIZE
];
378
wsd_fbip->cmsize =
CMAP_SIZE
;
538
for (index = 0; index <
CMAP_SIZE
; index++) {
631
for (index = 0; index <
CMAP_SIZE
; index++, p += 3) {
647
if (index >=
CMAP_SIZE
|| count >
CMAP_SIZE
- index)
669
if (index >=
CMAP_SIZE
|| count > CMAP_SIZE - index
[
all
...]
/src/sys/arch/vax/vsa/
lcg.c
180
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
181
u_int8_t r[
CMAP_SIZE
];
182
u_int8_t g[
CMAP_SIZE
];
183
u_int8_t b[
CMAP_SIZE
];
spx.c
274
#define
CMAP_SIZE
256 /* 256 R/G/B entries */
275
u_int8_t r[
CMAP_SIZE
];
276
u_int8_t g[
CMAP_SIZE
];
277
u_int8_t b[
CMAP_SIZE
];
Completed in 22 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025