Searched refs:inputRemaining (Results 1 – 1 of 1) sorted by relevance
519 long inputRemaining = input.size(); in computeOneMbChunkContentDigests() local520 while (inputRemaining > 0) { in computeOneMbChunkContentDigests()522 (int) Math.min(inputRemaining, CONTENT_DIGESTED_CHUNK_MAX_SIZE_BYTES); in computeOneMbChunkContentDigests()548 inputRemaining -= chunkSize; in computeOneMbChunkContentDigests()