Searched refs:chunkCountLong (Results 1 – 1 of 1) sorted by relevance
300 long chunkCountLong = 0; in computeOneMbChunkContentDigests() local302 chunkCountLong += in computeOneMbChunkContentDigests()305 if (chunkCountLong > Integer.MAX_VALUE) { in computeOneMbChunkContentDigests()306 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeOneMbChunkContentDigests()308 int chunkCount = (int) chunkCountLong; in computeOneMbChunkContentDigests()394 long chunkCountLong = 0; in computeOneMbChunkContentDigests() local396 chunkCountLong += in computeOneMbChunkContentDigests()399 if (chunkCountLong > Integer.MAX_VALUE) { in computeOneMbChunkContentDigests()400 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeOneMbChunkContentDigests()402 int chunkCount = (int) chunkCountLong; in computeOneMbChunkContentDigests()