Searched refs:SFBSTIPPLEBITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/tc/
H A Dsfbplus.c981 #define SFBSTIPPLEBITS 32 macro
994 #define SFBSTIPPLEBITS 16 macro
1093 #undef SFBSTIPPLEBITS macro
1096 #define SFBSTIPPLEBITS SFBCOPYBITS macro
1128 if (width <= SFBSTIPPLEBITS) {
1141 width -= 2 * SFBSTIPPLEBITS;
1146 width -= SFBSTIPPLEBITS;
1316 if (width <= SFBSTIPPLEBITS) {
1324 width -= 2 * SFBSTIPPLEBITS;
1329 width -= SFBSTIPPLEBITS;
[all...]
H A Dsfb.c861 #define SFBSTIPPLEBITS 32 macro
1148 if (width <= SFBSTIPPLEBITS) {
1161 width -= 2 * SFBSTIPPLEBITS;
1165 width -= SFBSTIPPLEBITS;
1265 if (width <= SFBSTIPPLEBITS) {
1272 width -= 2 * SFBSTIPPLEBITS;
1276 width -= SFBSTIPPLEBITS;

Completed in 93 milliseconds