Home
last modified time | relevance | path

Searched refs:pushIdx (Results 1 – 4 of 4) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/format_types/
H A Djuce_AU_Shared.h143 pushIdx = 0; in reset()
158 jassert (pushIdx < scratch.getNumChannels()); in push()
159 return channels [pushIdx++]; in push()
164 jassert (pushIdx < scratch.getNumChannels()); in push()
219 jassert (pushIdx == scratch.getNumChannels()); in getBuffer()
222 for (int i = 0; i < pushIdx; ++i) in getBuffer()
226 mutableBuffer.setDataToReferTo (channels, pushIdx, static_cast<int> (frames)); in getBuffer()
246 int pushIdx, popIdx; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/
H A Djuce_AU_Shared.h143 pushIdx = 0; in reset()
158 jassert (pushIdx < scratch.getNumChannels()); in push()
159 return channels [pushIdx++]; in push()
164 jassert (pushIdx < scratch.getNumChannels()); in push()
219 jassert (pushIdx == scratch.getNumChannels()); in getBuffer()
222 for (int i = 0; i < pushIdx; ++i) in getBuffer()
226 mutableBuffer.setDataToReferTo (channels, pushIdx, static_cast<int> (frames)); in getBuffer()
246 int pushIdx, popIdx; member
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DReplicaManager3.cpp101 DataStructures::DefaultIndexType pushIdx; in PushConnection() local
102 for (pushIdx=0; pushIdx < userReplicaList.GetSize(); pushIdx++) in PushConnection()
103 newConnection->OnLocalReference(userReplicaList[pushIdx], this); in PushConnection()
180 DataStructures::DefaultIndexType pushIdx; in Reference() local
181 for (pushIdx=0; pushIdx < connectionList.GetSize(); pushIdx++) in Reference()
183 …Connection_RM3::ConstructionMode constructionMode = connectionList[pushIdx]->QueryConstructionMode… in Reference()
186 connectionList[pushIdx]->OnLocalReference(replica3, this); in Reference()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Dingester_v2_test.go3724 pushIdx := 0
3729 pushIdx++
3732 if pushIdx < totalPushes {