Searched refs:tmpA (Results 1 – 1 of 1) sorted by relevance
219 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() local222 tmpA[0] = UDS_BE2LE32(tmpB[1]); in UDS_BE2LE64()223 tmpA[1] = UDS_BE2LE32(tmpB[0]); in UDS_BE2LE64()241 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_LE2BE64() local244 tmpA[0] = UDS_LE2BE32(tmpB[1]); in UDS_LE2BE64()245 tmpA[1] = UDS_LE2BE32(tmpB[0]); in UDS_LE2BE64()