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

  /src/sys/dev/tc/
sfb.c 865 #define SFBCOPYBITS 32
1019 if ((aligns + w) <= SFBCOPYBITS && (alignd + w) <= SFBCOPYBITS) {
1056 width -= 2 * SFBCOPYBITS;
1062 width -= SFBCOPYBITS;
1096 width -= 2 * SFBCOPYBITS;
1102 width -= SFBCOPYBITS;
1211 if (width <= SFBCOPYBITS) {
1219 width -= 2 * SFBCOPYBITS;
1224 width -= SFBCOPYBITS;
    [all...]
sfbplus.c 985 #define SFBCOPYBITS 32
998 #define SFBCOPYBITS 8
1096 #define SFBSTIPPLEBITS SFBCOPYBITS
1194 if (width <= SFBCOPYBITS) {
1202 width -= 2 * SFBCOPYBITS;
1207 width -= SFBCOPYBITS;
1254 if (width <= SFBCOPYBITS)
1268 if (width >= SFBCOPYBITS) {
1272 width -= SFBCOPYBITS;

Completed in 13 milliseconds