Home
last modified time | relevance | path

Searched refs:nsz (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DBufferedInputStream.java231 int nsz = (pos <= MAX_BUFFER_SIZE - pos) ? in fill() local
233 if (nsz > marklimit) in fill()
234 nsz = marklimit; in fill()
235 byte nbuf[] = new byte[nsz]; in fill()