Lines Matching defs:full
264 int full, part, x;
267 full = width >> 3; /* chunks of 8 */
273 for (x = 0; x < full; x++) {
307 int pre, full, part, x;
318 full = width >> 5; /* chunks of 32 */
323 width, height, full, part);
336 for (x = 0; x < full; x++) {
380 int pre, full, part, x;
391 full = width >> 5; /* chunks of 32 */
396 width, height, full, part);
402 for (x = 0; x < full; x++) {