Searched refs:shortsLeft (Results 1 – 1 of 1) sorted by relevance
480 int shortsLeft = mData.length - mOffset; in writeBlock() local481 if (shortsToWrite > shortsLeft) { in writeBlock()482 shortsToWrite = shortsLeft; in writeBlock()