Searched refs:tmpVal (Results 1 - 2 of 2) 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;
/external/libyuv/files/source/
H A Dgeneral.cc35 uint8 tmpVal, tmpValU, tmpValV; local
44 tmpVal = src_yplane[indO];
46 dst_yplane[indS] = tmpVal;

Completed in 71 milliseconds