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