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