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

  /src/sys/dev/tc/
sfb.c 866 #define SFBCOPYBITMASK 0x1f
1022 rmaskd = SFBCOPYALL1 >> (-(alignd + w) & SFBCOPYBITMASK);
1045 rmaskd = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1085 rmaskd = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1205 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
sfbplus.c 986 #define SFBCOPYBITMASK 0x1f
999 #define SFBCOPYBITMASK 0x3
1097 #define SFBSTIPPLEBITMASK SFBCOPYBITMASK
1188 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1246 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);

Completed in 16 milliseconds