Lines Matching refs:cnt
654 int cnt = 0;655 while (cnt < blockSize) {656 int n = is.read(buf, cnt, blockSize-cnt);660 cnt += n;664 cnt = blockSize;667 while (cnt >= 2) {668 short smp = (short)((buf[cnt - 1] << 8) + (buf[cnt - 2] & 0xFF));671 cnt -= 2;