Searched defs:span (Results 1 – 1 of 1) sorted by relevance
3259 int span = Math.min(endoff - off, MAX_BLOCK_SIZE); in readBooleans() local3280 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 1); in readChars() local3302 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 1); in readShorts() local3324 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 2); in readInts() local3343 int span, endoff = off + len; in readFloats() local3366 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 3); in readLongs() local3385 int span, endoff = off + len; in readDoubles() local