Lines Matching defs:rnum
1287 int sb, eb, db, sboff, full, cnt, lnum, rnum;
1323 rnum = (dstx + w) & ALIGNMASK;
1364 GETBITS(P0(sp), sboff, rnum, tmp);
1365 PUTBITS(tmp, 0, rnum, P0(dp));
1378 sboff -= rnum;
1387 if (rnum != 0) {
1388 GETBITS(P0(sp), sboff, rnum, tmp);
1389 PUTBITS(tmp, 0, rnum, P0(dp));
1420 int sb, eb, db, sboff, full, cnt, lnum, rnum;
1462 rnum = (dstx + w) & ALIGNMASK;
1515 GETBITS(P0(sp), sboff, rnum, tmp);
1516 PUTBITS(tmp, 0, rnum, P0(dp));
1517 GETBITS(P1(sp), sboff, rnum, tmp);
1518 PUTBITS(tmp, 0, rnum, P1(dp));
1519 GETBITS(P2(sp), sboff, rnum, tmp);
1520 PUTBITS(tmp, 0, rnum, P2(dp));
1521 GETBITS(P3(sp), sboff, rnum, tmp);
1522 PUTBITS(tmp, 0, rnum, P3(dp));
1535 sboff -= rnum;
1544 if (rnum != 0) {
1545 GETBITS(P0(sp), sboff, rnum, tmp);
1546 PUTBITS(tmp, 0, rnum, P0(dp));
1547 GETBITS(P1(sp), sboff, rnum, tmp);
1548 PUTBITS(tmp, 0, rnum, P1(dp));
1549 GETBITS(P2(sp), sboff, rnum, tmp);
1550 PUTBITS(tmp, 0, rnum, P2(dp));
1551 GETBITS(P3(sp), sboff, rnum, tmp);
1552 PUTBITS(tmp, 0, rnum, P3(dp));