Searched refs:loopSize (Results 1 – 2 of 2) sorted by relevance
171 int loopSize = effectSize - repeatIndex; in nextSteps() local173 getVibration().stats.reportRepetition(loopSegmentsPlayed / loopSize); in nextSteps()174 nextSegmentIndex = repeatIndex + ((nextSegmentIndex - effectSize) % loopSize); in nextSteps()
3346 final int loopSize = 20; in testConcurrencyReadWrite() local3349 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()3380 for (int i = 0; i < loopSize; i++) { in testConcurrencyReadWrite()3401 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3403 + (writeTotalTime.doubleValue() / loopSize)); in testConcurrencyReadWrite()3422 final int loopSize = 20; in testConcurrencyRead() local3425 for (int i = 0; i < loopSize; i++) { in testConcurrencyRead()3457 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()