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

  /external/srec/portable/src/
pmemblock.c 347 static void* AllocateFromPsos(uint32 whichPool, uint32 poolIndex, uint32 size)
352 PORT_ASSERT(memoryPool[whichPool].poolInfo[poolIndex].poolId);
354 retval = pt_getbuf(memoryPool[whichPool].poolInfo[poolIndex].poolId, &pMemory);
360 *((unsigned long *)pMemory) = (whichPool << 27) + (poolIndex << 24) + size;
370 uint32 poolIndex;
389 for (poolIndex = 0; poolIndex < memoryPool[whichPool].currentNumberOfPools; poolIndex++)
391 pMemory = AllocateFromPsos(whichPool, poolIndex, size);
418 int poolIndex;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 224 milliseconds