Lines Matching refs:rr
1316 int r, rr, t, tt, o_r, o_rr; local
1374 rr = (r + len) & CMX_BUFF_MASK;
1396 while (r != rr && t != tt) {
1406 if (r == rr) {
1423 while (r != rr && t != tt) {
1428 if (r != rr) {
1432 memset(d, dsp_silence, (rr - r) & CMX_BUFF_MASK);
1440 while (r != rr && t != tt) {
1445 while (r != rr) {
1468 o_r = (o_rr - rr + r) & CMX_BUFF_MASK;
1491 while (r != rr && t != tt) {
1505 while (r != rr) {
1521 while (r != rr && t != tt) {
1533 while (r != rr) {
1549 while (r != rr && t != tt) {
1560 while (r != rr) {
1638 int r, rr; local
1718 rr = (r + length) & CMX_BUFF_MASK;
1720 while (r != rr) {
1744 rr = (r + length) & CMX_BUFF_MASK;
1746 while (r != rr) {
1790 rr = (r + delay - (dsp_poll >> 1))
1793 while (r != rr) {
1821 rr = (r + delay - (dsp_poll >> 1))
1824 while (r != rr) {