Searched defs:tmpVal (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/src/
H A Dpmemfixed.c590 unsigned int tmpVal; local
598 tmpVal = ((unsigned int*)pMem)[-MEM_BLOCK_HDR_OFFSET+MEM_POOL_ID_OFFSET];
599 poolId = tmpVal & MEM_POOL_ID_MASK;
608 reqMemSize = tmpVal >> MEM_REQ_SIZE_BIT_SHIFT;

Completed in 286 milliseconds