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

  /src/sys/arch/sgimips/dev/
crmfb.c 928 int i, bail, tile_width, tlbptr, lptr, j, tx, shift, overhang; local in function:crmfb_setup_video
1005 overhang = sc->sc_width % tile_width;
1006 if (overhang != 0) {
1009 DPRINTF("overhang: %d\n", overhang);
1010 val = (overhang * (depth >> 3)) >> 5;
crmfb.c 928 int i, bail, tile_width, tlbptr, lptr, j, tx, shift, overhang; local in function:crmfb_setup_video
1005 overhang = sc->sc_width % tile_width;
1006 if (overhang != 0) {
1009 DPRINTF("overhang: %d\n", overhang);
1010 val = (overhang * (depth >> 3)) >> 5;

Completed in 54 milliseconds