Home | History | Annotate | Download | only in lib_src

Lines Matching defs:poolCount

215     pSynth->poolCount[pool]++;
248 pSynth->poolCount[pool]--;
468 pSynth->poolCount[i] = 0;
738 pSynth->poolCount[i] = 0;
779 pSynth->poolCount[pool]++;
785 pSynth->poolCount[pool]++;
1649 if (pSynth->poolCount[pChannel->pool] != 0)
2079 if (pSynth->poolCount[pChannel->pool] >= pSynth->poolAlloc[pChannel->pool])
2080 currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << CHANNEL_POLY_STEAL_WEIGHT;
3860 EAS_INT poolCount[MAX_VIRTUAL_SYNTHESIZERS][NUM_SYNTH_CHANNELS];
3865 EAS_HWMemSet(poolCount, 0, sizeof(poolCount));
3901 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool]++;
3908 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->channel)].pool]++;
3914 poolCount[vSynthNum][pSynth->channels[GET_CHANNEL(pVoice->channel)].pool]++;
3958 if (poolCount[i][j] != pEASData->pVoiceMgr->pSynth[i]->poolCount[j])
3961 i, j, pEASData->pVoiceMgr->pSynth[i]->poolCount[j], poolCount[i][j]); */ }