Searched refs:divideRoundup (Results 1 – 1 of 1) sorted by relevance
482 long levelDigestSize = divideRoundup(fileSize, CHUNK_SIZE_BYTES) * DIGEST_SIZE_BYTES; in calculateVerityLevelOffset()483 long chunksSize = CHUNK_SIZE_BYTES * divideRoundup(levelDigestSize, CHUNK_SIZE_BYTES); in calculateVerityLevelOffset()533 private static long divideRoundup(long dividend, long divisor) { in divideRoundup() method in VerityBuilder