Home
last modified time | relevance | path

Searched refs:poolCount (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c245 ANTLR3_INT32 poolCount; in factoryClose() local
252 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()
Dantlr3commontree.c254 ANTLR3_INT32 poolCount; in factoryClose() local
269 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose()
273 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
274 factory->pools[poolCount] = NULL; in factoryClose()
Dantlr3collections.c1528 ANTLR3_INT32 poolCount; in closeVectorFactory() local
1542 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()
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c215 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 …]
Deas_synth.h326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS]; member