Lines Matching defs:pass
1226 unsigned pass = 0;
1230 black ? "black" : "white", forward ? "fwd" : "bwd", pass);
1234 // loop until strip is found or maximum pass number done
1236 while (pass < length && !found) {
1253 forward ? "fwd" : "bwd", static_cast<int>(pass));
1290 DBG(DBG_data, "%s: strip found forward during pass %d at line %zu\n", __func__,
1291 pass, y);
1321 DBG(DBG_data, "%s: strip found backward during pass %d \n", __func__, pass);
1327 pass++;
1595 unsigned pass = 0;
1602 while ((pass < 32) && ((top[0] - bottom[0] > 1) ||
1606 pass++;
4297 // only single-pass scanning supported