Searched refs:slop2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/rasops/
H A Drasops.h223 int slop1, slop2, full; local
232 slop2 = (bytes - slop1) & 3;
233 full = (bytes - slop1 /* - slop2 */) >> 2;
248 if (slop2 & 2) {
253 if (slop2 & 1)
H A Drasops24.c297 int height, slop1, slop2, full, cnt; local
356 slop2 = (num - slop1) % 12;
357 full = (num - slop1 /* - slop2 */) / 12;
379 for (cnt = slop2; cnt; cnt -= 3) {
H A Drasops.c1048 int row, col, height, slop1, slop2, full, cnt; local
1107 slop2 = (ri->ri_xscale - slop1) & 3;
1108 full = (ri->ri_xscale - slop1 /* - slop2 */) >> 2;
1114 mask2 = rasops_rmask32[slop2];
1129 if (slop2)
1134 (slop2 != 0)) << 2);

Completed in 125 milliseconds