Searched refs:chunkCountLong (Results 1 – 1 of 1) sorted by relevance
415 long chunkCountLong = 0; in computeOneMbChunkContentDigests() local417 chunkCountLong += in computeOneMbChunkContentDigests()420 if (chunkCountLong > Integer.MAX_VALUE) { in computeOneMbChunkContentDigests()421 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeOneMbChunkContentDigests()423 int chunkCount = (int) chunkCountLong; in computeOneMbChunkContentDigests()