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

  /src/sys/dev/tc/
sfb.c 861 #define SFBSTIPPLEBITS 32
1148 if (width <= SFBSTIPPLEBITS) {
1161 width -= 2 * SFBSTIPPLEBITS;
1165 width -= SFBSTIPPLEBITS;
1265 if (width <= SFBSTIPPLEBITS) {
1272 width -= 2 * SFBSTIPPLEBITS;
1276 width -= SFBSTIPPLEBITS;
sfbplus.c 981 #define SFBSTIPPLEBITS 32
994 #define SFBSTIPPLEBITS 16
1093 #undef SFBSTIPPLEBITS
1096 #define SFBSTIPPLEBITS SFBCOPYBITS
1128 if (width <= SFBSTIPPLEBITS) {
1141 width -= 2 * SFBSTIPPLEBITS;
1146 width -= SFBSTIPPLEBITS;
1316 if (width <= SFBSTIPPLEBITS) {
1324 width -= 2 * SFBSTIPPLEBITS;
1329 width -= SFBSTIPPLEBITS;
    [all...]

Completed in 14 milliseconds