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