Home | History | Annotate | Download | only in linear

Lines Matching defs:pEnd

229             final int pEnd    = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p) {
410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
414 for (int p = pStart; p < pEnd; ++p) {
519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
535 for (int p = pStart; p < pEnd; ++p) {
582 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
599 for (int p = pStart; p < pEnd; ++p) {
643 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
646 for (int p = pStart; p < pEnd; ++p) {
1321 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, columns);
1325 for (int p = pStart; p < pEnd; ++p) {
1326 final int lInc = pEnd - pStart;
1372 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1378 for (int p = pStart; p < pEnd; ++p) {
1424 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1429 while (p < pEnd - 3) {
1437 while (p < pEnd) {
1457 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1458 for (int p = pStart; p < pEnd; ++p) {
1482 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1483 for (int p = pStart; p < pEnd; ++p) {
1511 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow);
1512 for (int p = pStart; p < pEnd; ++p) {
1541 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow);
1542 for (int p = pStart; p < pEnd; ++p) {
1568 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1574 for (int p = pStart; p < pEnd; ++p) {
1594 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
1600 for (int p = pStart; p < pEnd; ++p) {
1623 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow);
1630 for (int p = pStart; p < pEnd; ++p) {
1653 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow);
1660 for (int p = pStart; p < pEnd; ++p) {