HomeSort by relevance Sort by last modified time
    Searched refs:currentNumberOfPools (Results 1 - 3 of 3) sorted by null

  /external/srec/portable/src/
pmemblock.c 48 uint32 currentNumberOfPools;
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;
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].size = poolSize
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c 138 pMemMngr->currentNumberOfPools = pMemMngrInit.numOfPools;
139 for( count = 0 ; count < pMemMngr->currentNumberOfPools ; count++ )
168 count, pMemMngr->currentNumberOfPools,
216 for (i = 0; i < pMemMngr->currentNumberOfPools; ++i) {
298 for( count = 0 ; count < pMemMngr->currentNumberOfPools ; count++ )
360 for (poolIndex = 0; poolIndex < pMemMngr->currentNumberOfPools-1; poolIndex++)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 265 UINT32 currentNumberOfPools;

Completed in 159 milliseconds