Searched refs:tempByteOne (Results 1 – 1 of 1) sorted by relevance
2130 uint8 tempByteOne, tempByteTwo; in EightBitToWideCharBufferTransfer() local2138 tempByteOne = aPtrFrameData8[z]; in EightBitToWideCharBufferTransfer()2140 if ((tempByteOne == 0) && (tempByteTwo == 0)) in EightBitToWideCharBufferTransfer()2148 tempFrameData16 = (uint16)((((uint16)(tempByteTwo << 8)) | tempByteOne)); in EightBitToWideCharBufferTransfer()2160 tempByteOne = aPtrFrameData8[z]; in EightBitToWideCharBufferTransfer()2162 if ((tempByteTwo == 0) && (tempByteOne == 0)) in EightBitToWideCharBufferTransfer()2170 tempFrameData16 = (uint16)((((uint16)(tempByteOne << 8)) | tempByteTwo)); in EightBitToWideCharBufferTransfer()