HomeSort by: relevance | last modified time | path
    Searched defs:y1end (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 134 int x1end, y1end, i, j, k; local in function:fb_copy
145 y1end = MINMAX(y1 + h, 0, FB_HEIGHT);
152 for (i = y1; i < y1end; i++, p += k, q += k)

Completed in 12 milliseconds