Home
last modified time | relevance | path

Searched refs:nextReferenceIndex (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DMlltSeeker.java106 int nextReferenceIndex = previousReferenceIndex + 1; in linearlyInterpolate() local
107 if (nextReferenceIndex == xReferences.length) { in linearlyInterpolate()
110 long xNextReference = xReferences[nextReferenceIndex]; in linearlyInterpolate()
111 long yNextReference = yReferences[nextReferenceIndex]; in linearlyInterpolate()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DMlltSeeker.java106 int nextReferenceIndex = previousReferenceIndex + 1; in linearlyInterpolate() local
107 if (nextReferenceIndex == xReferences.length) { in linearlyInterpolate()
110 long xNextReference = xReferences[nextReferenceIndex]; in linearlyInterpolate()
111 long yNextReference = yReferences[nextReferenceIndex]; in linearlyInterpolate()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/extractor/mp3/
H A DMlltSeeker.java106 int nextReferenceIndex = previousReferenceIndex + 1; in linearlyInterpolate() local
107 if (nextReferenceIndex == xReferences.length) { in linearlyInterpolate()
110 long xNextReference = xReferences[nextReferenceIndex]; in linearlyInterpolate()
111 long yNextReference = yReferences[nextReferenceIndex]; in linearlyInterpolate()
/dports/x11/dxpc/dxpc-3.9.2/
H A DClientChannel.C1509 0, nextReferenceIndex = 0; in doRead() local
1519 [nextReferenceIndex]; in doRead()
1527 nextReferenceIndex++; in doRead()
1542 nextReferenceIndex++; in doRead()
1552 nextReferenceIndex++; in doRead()
1560 nextReferenceIndex += 2; in doRead()
1579 nextReferenceIndex++; in doRead()
1590 nextReferenceIndex++; in doRead()
H A DServerChannel.C2770 unsigned int nextReferenceIndex = 0; in doWrite() local
2788 [nextReferenceIndex++]; in doWrite()
2799 [nextReferenceIndex++] + 1; in doWrite()
2810 [nextReferenceIndex++] + 2; in doWrite()
2821 [nextReferenceIndex++] - 1; in doWrite()
2832 [nextReferenceIndex++] - 2; in doWrite()
2837 nextReferenceIndex += 2; in doWrite()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DReplicaManager.h470 unsigned int nextReferenceIndex; variable
H A DReplicaManager.cpp81 nextReferenceIndex=0; in ReplicaManager()
319 replicaAndTime.referenceOrder=nextReferenceIndex++; in ReferencePointer()
655 nextReferenceIndex=0; in Clear()