Searched refs:pushIdx (Results 1 – 4 of 4) sorted by relevance
143 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
101 DataStructures::DefaultIndexType pushIdx; in PushConnection() local102 for (pushIdx=0; pushIdx < userReplicaList.GetSize(); pushIdx++) in PushConnection()103 newConnection->OnLocalReference(userReplicaList[pushIdx], this); in PushConnection()180 DataStructures::DefaultIndexType pushIdx; in Reference() local181 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()
3724 pushIdx := 03729 pushIdx++3732 if pushIdx < totalPushes {