Searched refs:computeSlotCount (Results 1 – 1 of 1) sorted by relevance
231 val chunkCount = computeSlotCount(2) * SNAPSHOT_INTERVAL_MILLIS / chunk.endTimeMillis in <lambda>()256 val secondChunkCount = ((computeSlotCount(2) - computeSlotCount(1)) in <lambda>()334 val chunkCount = (computeSlotCount(depth + 1) in <lambda>()345 val expectedOpCount = ((computeSlotCount(depth + 1) - computeSlotCount(depth)) in <lambda>()634 private fun computeSlotCount(depth: Int): Int { in <lambda>() method