Searched refs:nsz (Results 1 – 1 of 1) sorted by relevance
231 int nsz = (pos <= MAX_BUFFER_SIZE - pos) ? in fill() local233 if (nsz > marklimit) in fill()234 nsz = marklimit; in fill()235 byte nbuf[] = new byte[nsz]; in fill()