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