Searched refs:dstMaxSize (Results 1 – 2 of 2) sorted by relevance
435 int32_t dstMaxSize = (gfxDstBuffer.width * gfxDstBuffer.height - offset) * destByteSize; in FillAreaWithSoftWare() local452 dstMaxSize -= halBufferDeltaByteLen; in FillAreaWithSoftWare()457 NeonMemcpy(dest, dstMaxSize, memStart, memSize); in FillAreaWithSoftWare()462 if (memcpy_s(dest, dstMaxSize, memStart, memSize) != EOK) { in FillAreaWithSoftWare()469 dstMaxSize -= halBufferDeltaByteLen; in FillAreaWithSoftWare()
1693 static int32_t IntToNetTypeCmd(int32_t value, char *dst, int32_t dstMaxSize) in IntToNetTypeCmd() argument1701 if ((value > MAX_PREFERRED_NET_ENUM) || (value < 0) || (dstMaxSize < MIN_CHAR_ARRAY_SIZE)) { in IntToNetTypeCmd()