Searched refs:tmpA (Results 1 – 1 of 1) sorted by relevance
269 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() local272 tmpA[0] = UDS_BE2LE32(tmpB[1]); in UDS_BE2LE64()273 tmpA[1] = UDS_BE2LE32(tmpB[0]); in UDS_BE2LE64()291 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_LE2BE64() local294 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()295 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()