Searched refs:overflowCount (Results 1 – 2 of 2) sorted by relevance
87 val overflowCount = entities.size + bubblesInRange.size - capacity in <lambda>() constant88 if (overflowCount > 0) { in <lambda>()90 uncache(entities.take(overflowCount)) in <lambda>()91 entities = entities.drop(overflowCount).toMutableList() in <lambda>()
338 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local339 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()368 ++overflowCount; in checkBuffering()376 ++overflowCount; in checkBuffering()388 *overflow = (overflowCount == numTracks); in checkBuffering()