Searched defs:span (Results 1 – 1 of 1) sorted by relevance
2889 int span = Math.min(endoff - off, MAX_BLOCK_SIZE); in readBooleans() local2910 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 1); in readChars() local2932 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 1); in readShorts() local2954 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 2); in readInts() local2973 int span, endoff = off + len; in readFloats() local2996 int span = Math.min(endoff - off, MAX_BLOCK_SIZE >> 3); in readLongs() local3015 int span, endoff = off + len; in readDoubles() local