HomeSort by: relevance | last modified time | path
    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