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