Searched refs:bytesToFlush (Results 1 – 1 of 1) sorted by relevance
97 int bytesToFlush = length - written; in update() local98 Assertions.checkState(bytesToFlush < blockSize); in update()100 pendingXorBytes = blockSize - bytesToFlush; in update()105 for (int i = 0; i < bytesToFlush; i++) { in update()