Searched refs:poolCount (Results 1 – 5 of 5) sorted by relevance
245 ANTLR3_INT32 poolCount; in factoryClose() local252 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose()256 pool = factory->pools[poolCount]; in factoryClose()260 limit = (poolCount == factory->thisPool ? factory->nextToken : ANTLR3_FACTORY_POOL_SIZE); in factoryClose()288 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()289 factory->pools[poolCount] = NULL; in factoryClose()
254 ANTLR3_INT32 poolCount; in factoryClose() local269 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose()273 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()274 factory->pools[poolCount] = NULL; in factoryClose()
1528 ANTLR3_INT32 poolCount; in closeVectorFactory() local1542 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory()1546 pool = factory->pools[poolCount]; in closeVectorFactory()1550 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory()1584 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory()1588 pool = factory->pools[poolCount]; in closeVectorFactory()1592 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory()1622 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory()1623 factory->pools[poolCount] = NULL; in closeVectorFactory()
215 pSynth->poolCount[pool]++; in IncVoicePoolCount()248 pSynth->poolCount[pool]--; in DecVoicePoolCount()468 pSynth->poolCount[i] = 0; in VMReset()738 pSynth->poolCount[i] = 0; in VMMIPUpdateChannelMuting()779 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()785 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()1649 if (pSynth->poolCount[pChannel->pool] != 0) in VMStartVoice()2079 if (pSynth->poolCount[pChannel->pool] >= pSynth->poolAlloc[pChannel->pool]) in VMStealVoice()2080 …currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << C… in VMStealVoice()3860 EAS_INT poolCount[MAX_VIRTUAL_SYNTHESIZERS][NUM_SYNTH_CHANNELS]; in VMSanityCheck() local[all …]
326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS]; member