Searched refs:currentNumberOfPools (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/src/
H A Dpmemblock.c48 uint32 currentNumberOfPools; member in struct:memory_pools
240 memoryPool[i].currentNumberOfPools = 0;
259 for (j = 0; j < (int)memoryPool[i].currentNumberOfPools; j++)
275 memoryPool[i].currentNumberOfPools = 0;
289 uint32 currentNumberOfPools = memoryPool[whichPool].currentNumberOfPools; local
293 if (currentNumberOfPools == NUM_POOL_SLOTS)
329 memoryPool[whichPool].poolInfo[currentNumberOfPools].poolId = poolId;
330 memoryPool[whichPool].poolInfo[currentNumberOfPools].pMemory = pMemory;
331 memoryPool[whichPool].poolInfo[currentNumberOfPools]
[all...]

Completed in 1424 milliseconds