HomeSort by relevance Sort by last modified time
    Searched defs:currentNumberOfPools (Results 1 - 2 of 2) 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/inc/
memMngrEx.h 265 UINT32 currentNumberOfPools;

Completed in 18 milliseconds