/external/antlr/runtime/C/src/ |
D | antlr3commontoken.c | 268 ANTLR3_INT32 poolCount; in factoryClose() local 275 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose() 279 pool = factory->pools[poolCount]; in factoryClose() 283 limit = (poolCount == factory->thisPool ? factory->nextToken : ANTLR3_FACTORY_POOL_SIZE); in factoryClose() 311 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose() 312 factory->pools[poolCount] = NULL; in factoryClose()
|
D | antlr3commontree.c | 273 ANTLR3_INT32 poolCount; in factoryClose() local 288 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose() 292 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose() 293 factory->pools[poolCount] = NULL; in factoryClose()
|
D | antlr3collections.c | 1565 ANTLR3_INT32 poolCount; in closeVectorFactory() local 1579 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory() 1583 pool = factory->pools[poolCount]; in closeVectorFactory() 1587 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory() 1621 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory() 1625 pool = factory->pools[poolCount]; in closeVectorFactory() 1629 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory() 1659 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory() 1660 factory->pools[poolCount] = NULL; in closeVectorFactory()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 215 pSynth->poolCount[pool]++; in IncVoicePoolCount() 248 pSynth->poolCount[pool]--; in DecVoicePoolCount() 457 pSynth->poolCount[i] = 0; in VMReset() 727 pSynth->poolCount[i] = 0; in VMMIPUpdateChannelMuting() 768 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting() 774 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting() 1638 if (pSynth->poolCount[pChannel->pool] != 0) in VMStartVoice() 2068 if (pSynth->poolCount[pChannel->pool] >= pSynth->poolAlloc[pChannel->pool]) in VMStealVoice() 2069 …currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << C… in VMStealVoice() 3511 EAS_INT poolCount[MAX_VIRTUAL_SYNTHESIZERS][NUM_SYNTH_CHANNELS]; in VMSanityCheck() local [all …]
|
D | eas_synth.h | 326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS]; member
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 612 MinMaxAvg<uint32_t> poolCount; member 626 poolCount.PostValue(info.poolCount); in PostValue() 627 poolCountNotZero.PostValue(info.poolCount != 0); in PostValue() 646 PRINT_FIELD(poolCount); in Print() 3781 defragInfo.poolCount = (uint32_t)pools.size(); in ExecuteDefragmentationBegin()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 2810 uint32_t poolCount; member 6391 void AddPools(uint32_t poolCount, VmaPool* pPools); 13248 void VmaDefragmentationContext_T::AddPools(uint32_t poolCount, VmaPool* pPools) in AddPools() argument 13250 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() 13872 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin() 14809 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local 14855 (*pContext)->AddPools(info.poolCount, info.pPools); in DefragmentationBegin() 15105 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local 15479 const size_t poolCount = m_Pools.size(); in PrintDetailedMap() local 15480 if(poolCount > 0) in PrintDetailedMap() [all …]
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7960 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local 8013 const size_t poolCount = m_Pools.size(); in Defragment() local 8078 for(size_t poolIndex = 0; (poolIndex < poolCount) && (result == VK_SUCCESS); ++poolIndex) in Defragment() 8089 for(size_t poolIndex = poolCount; poolIndex--; ) in Defragment() 8526 const size_t poolCount = m_Pools.size(); in PrintDetailedMap() local 8527 if(poolCount > 0) in PrintDetailedMap() 8531 for(size_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in PrintDetailedMap()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 3496 uint32_t poolCount; member 3512 const VmaPool VMA_NOT_NULL * VMA_NULLABLE VMA_LEN_IF_NOT_NULL(poolCount) pPools; 7441 void AddPools(uint32_t poolCount, const VmaPool* pPools); 14559 void VmaDefragmentationContext_T::AddPools(uint32_t poolCount, const VmaPool* pPools) in AddPools() argument 14561 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() 15316 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin() 16535 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local 16633 (*pContext)->AddPools(info.poolCount, info.pPools); in DefragmentationBegin() 16909 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local 17512 const size_t poolCount = m_Pools.size(); in PrintDetailedMap() local [all …]
|
D | Tests.cpp | 1391 defragInfo.poolCount = 1; in TestDefragmentationSimple() 1601 defragInfo.poolCount = 1; in TestDefragmentationWholePool()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3500 uint32_t poolCount; member 3516 const VmaPool VMA_NOT_NULL * VMA_NULLABLE VMA_LEN_IF_NOT_NULL(poolCount) pPools; 7422 void AddPools(uint32_t poolCount, const VmaPool* pPools); 14541 void VmaDefragmentationContext_T::AddPools(uint32_t poolCount, const VmaPool* pPools) in AddPools() argument 14543 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() 15298 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin() 16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local 16604 (*pContext)->AddPools(info.poolCount, info.pPools); in DefragmentationBegin() 16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local 17483 const size_t poolCount = m_Pools.size(); in PrintDetailedMap() local [all …]
|