Lines Matching refs:rem
210 int rem = (pos <= lim ? lim - pos : 0);
213 return new Direct$Type$Buffer$RW$$BO$(this, -1, 0, rem, rem, off);
263 int rem = (pos <= lim ? lim - pos : 0);
264 if (length > rem)
322 int rem = (pos <= lim ? lim - pos : 0);
324 if (srem > rem)
355 int rem = (pos <= lim ? lim - pos : 0);
356 if (length > rem)
382 int rem = (pos <= lim ? lim - pos : 0);
384 unsafe.copyMemory(ix(pos), ix(0), rem << $LG_BYTES_PER_VALUE$);
385 position(rem);