Searched refs:tempFrameData16 (Results 1 – 1 of 1) sorted by relevance
2126 uint16 tempFrameData16; in EightBitToWideCharBufferTransfer() local2148 tempFrameData16 = (uint16)((((uint16)(tempByteTwo << 8)) | tempByteOne)); in EightBitToWideCharBufferTransfer()2149 tempFrameDataWC = tempFrameData16; in EightBitToWideCharBufferTransfer()2170 tempFrameData16 = (uint16)((((uint16)(tempByteOne << 8)) | tempByteTwo)); in EightBitToWideCharBufferTransfer()2173 tempFrameDataWC = (tempFrameData16 << 16) && 0xff00; in EightBitToWideCharBufferTransfer()2175 tempFrameDataWC = tempFrameData16; in EightBitToWideCharBufferTransfer()