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