OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:START_COLOR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/dev/
cgfour.c
412
#define
START_COLOR
((128*1024) + (128*1024))
415
#define END_COLOR (
START_COLOR
+ COLOR_SIZE)
440
} else if ((u_int)off <
START_COLOR
) {
449
poff = (off -
START_COLOR
) + PFOUR_COLOR_OFF_COLOR;
cgeight.c
420
#define
START_COLOR
((128*1024) + (128*1024))
423
#define END_COLOR (
START_COLOR
+ COLOR_SIZE)
450
} else if ((u_int)off <
START_COLOR
) {
459
poff = (off -
START_COLOR
) + PFOUR_COLOR_OFF_COLOR;
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025