Searched refs:inputSize (Results 1 – 1 of 1) sorted by relevance
654 private static long getChunkCount(long inputSize, long chunkSize) { in getChunkCount() argument655 return (inputSize + chunkSize - 1) / chunkSize; in getChunkCount()